Punkland
English
English
  • PUNKLAND
    • Introduction to Punkland
    • 🔔Update History
      • Studio
      • APP
      • Server
  • Punkland Studio
    • 📖Getting Started
      • How to Download Punkland Studio
      • Checking Version and Updates
      • New Project
      • Map Making
        • Add Map
        • Sub Map Creation
        • Edit Map
      • Studio Interface
        • [File] Tab
        • [Edit] Tab
        • [View] Tab
        • [Game] Tab
        • [Tool] Tab
      • Test Play
      • Publish Game
    • 💻Basic Guide
      • Database
      • MP3 to OGG Converter
      • Translation Export
        • Translation Import
      • Script
      • Resource Market
      • Data Export
        • Data Import
      • Help
      • Project Management
      • Text Commands
      • GM Commands
      • Stats
      • Damage Formula
      • Item Formula
      • QnA
    • 👑Advanced Guide
      • Resource Manager
      • Sprite Manager
      • Layout Manager
      • Top Menu Manager
      • Event page Manager
      • Spine
    • Script Tutorial
      • Use Script
      • Script Docs
      • Server Script
        • ScriptClan
        • ScriptColor
      • Client Script
      • Sample Script
        • UI
        • Monster AI
        • Pet AI
        • Particle
    • Web3 Tutorial
      • Minting and Connection NFT
      • Connectiong ERC-20 Token
    • Effective Punkland
      • Communicating with the Server
      • RunLater
      • HTTP Requests
  • Official Link
    • Punkland Studio Download
    • Website
    • Discord
    • Korea community
Powered by GitBook
On this page
  1. Punkland Studio
  2. Basic Guide

GM Commands

명령어
설명

/kill [N]

Kicks all players and reboots the server after N seconds to update the game. (e.g., Entering /kill alone will reboot the server after 120 seconds.)

/ban [player_name]

Kicks the specified player.

/ban [player_name] [N] [text]

Kicks the specified player and restricts access for N seconds. (If a reason is provided, it will be displayed to the player. Maximum 30 characters.)

/chatban [player_name] [N] [text]

Blocks the specified player's chat for N seconds. (If a reason is provided, it will also be displayed to the player.)

/notice [text]

Displays a public notice to all players.

/item [itemID] [N]

Generates N number of items.

/item [itemID] [N] [player_name]

Generates the specified number of items and gives them to the specified player.

/gold [N]

Acquires N amount of gold.

/gold [N] [player_name]

Grants N amount of gold to the specified player.

/exp [N]

Increases experience points by N.

/exp [N] [player_name]

Awards N experience points to the specified player.

/save

Saves the data of currently connected players.

/script [text]

Executes the specified Lua script.

PreviousText CommandsNextStats

Last updated 5 months ago

💻