Commands and Permissions

Commands

The in-game help is far better organized and easier to use than this page. Just wanted to say that.

  • /pman - Shows a list of all commands
  • /pman hide <player> - Hides a player from everybody without the permission pman.view
  • /pman info <player | ip> - Show information about a player, as specified in the config.yml file.
    You can use either the name of the player or his IP address.
  • /pman list - Lists all online players with their GameMode
  • /pman mute <player> - Mutes a player. If he's already muted, this command allows him to speak again.
  • /pman censor
    • /pman censor add <word> [word] - Adds one or several words to the censor list.
    • /pman censor delete <word> [word] - Removes one or several words from the censor list.
    • /pman censor disable - Disables the censorship of bad words
    • /pman censor enable - Enables the censorship of bad words
    • /pman censor list - Shows a list of all words that are censored if the censor is enabled.
  • /pman set
    • /pman set fly <player> [allow | deny] - Allow a player to fly without giving him creative mode.
    • /pman set fire <player> <seconds> - Set fire to someone.
    • /pman set food <player> [full | empty | <value>] - Set the food level of a player. 20 is full.
    • /pman set health <player> [full | <value>] - Set the health level of a player. 20 is full.
    • /pman set name <player> <newName | reset> - Set the nickname of a player.
      If you write reset, the current nickname will be deleted.
    • /pman set weather <storm|rain|sun> [world] - Sets the world you're currently in. If you want to set it in an other world, specify its name.
    • /pman set xp <player> <level> - Set the EXP level of a player.
  • /pman show <player> - Un-hide a hidden player.
  • /pman srtp - Set the point where players will be teleported to when they type /acceptrules for the first time.
  • /pman reload - Reloads the config.yml and the PlayerLog.yml
    __________________________________________________
  • /fakeop <player> - Turns a player into a fakeop. Take a look at the config.yml to see what you can do with him.
  • /fakedeop <player> - Removes fakeop status from a player.
  • /fakelist - Shows a list of all fakeops and real ops. The list of real ops may help you to detect op-hackers.
    __________________________________________________
  • /rules - Show the rules. Configurable in the config.yml.
  • /acceptrules - Accept the server rules, configurable commands will be executed (i.e. /say Welcome <playername>).
    Only possible if the player has already typed /rules before.
    __________________________________________________
  • /report <player> <reason> - Everybody may report an other player, i.e. for griefing. A reason MUST be typed aswell. All players with the permission pman.check will be notified.
  • /check <player> [ReportNumber] - Get more information about a player or one of his reports.
  • /checktp <player> <ReportNumber> - Teleport to the location where the specified player was when he got reported.
  • /apologise <player> <ReportNumber | all> - Delete one or all of a player's reports.

Permissions

  • * pman.help - Required for the command list, not for the individual "command + ?" help.
    • pman.censor.add
    • pman.censor.delete
    • pman.censor.disable
    • pman.censor.enable
    • pman.censor.list
  • pman.fakeop
  • pman.fakedeop
  • pman.fakelist
  • pman.hide - Permission to use /pman hide and /pman show
  • pman.info
    • pman.info.name
    • pman.info.time
    • pman.info.ip
    • pman.info.firstLogin
    • pman.info.lastLogin
    • pman.info.lastLogout
    • pman.info.world
    • pman.info.money
    • pman.info.group
    • pman.info.health
    • pman.info.food
    • pman.info.xp
    • pman.info.gamemode
    • pman.info.position
    • pman.info.distance
    • pman.info.allowFlight
    • pman.info.hidden
    • pman.info.mute
    • pman.info.rules
  • pman.list
  • pman.mute
  • pman.rules
  • pman.rulestp - Permission to use /pman srtp
    • pman.set.fly
    • pman.set.fire
    • pman.set.food
    • pman.set.health
    • pman.set.name
    • pman.set.weather
    • pman.set.xp
  • pman.report
  • pman.check
  • pman.checktp
  • pman.reload
  • pman.update - Permission to be notified when an update is available
  • pman.view - Permission to see hidden players

    If not stated else, all these permissions grant access to one PlayerManager command.
    The pman.info.xxxx permissions allow players to view the information of /pman info
All Permissions are defaulted to OP, except pman.rules and pman.report, those are available to all players.