Configuration and Permissions

Configuration

Track-Players: true
#Tracks all player movement throughout the map.
#NOTE: Players with the same map will be put into social mode.
#Social mode is when players share a map, and can reveal parts
#of the map for eachother, however, if using a cursor, that
#cursor will be white for both players.

Default-Player-Color: red
#The default color of players on the map. 
#Choices: red/green/blue
#There is a Bukkit/Minecraft bug with blue.

Player-Ping: 3
#The time in seconds before a players' position should
#be updated on the map.
#Higher number = better performance
#This should not be lower than 3

Debug: false
#Sends debug messages to your console.

Permissions

permissions:
    mapedit.hidden:
        description: Allows a player to be hidden from the AFM dot on the map.
        default: false    
    mapedit.color.blue:
        description: Adds a blue color to the player on the map.
        default: op
    mapedit.color.red:
        description: Adds a red color to the player on the map.
        default: op
    mapedit.color.green:
        description: Adds a green color to the player on the map.
        default: op

Comments

Posts Quoted:
Reply
Clear All Quotes