Configuration

The example here will allow you to change from the Group Builders to Moderators with /mod and /mmm mod and to the Group Admins with /admin and /mmm admin.

Note: If you want the plugin to update the config you need to enable autoUpdateConfig, this will overwrite any changes outside the configuration parameters though.

# MakeMeMod 1.0 by [DonRedhorse]
#
# Configuration File for MakeMeMod.
#
# For detailed assistance please visit: http://dev.bukkit.org/server-mods/makememod/

#------- Default Configuration

# Configuration Version
configVer: '1.1'

# Error Log Enabled
# Enable logging to server console
# Warning and Severe will still be logged.
errorLogEnabled: true

# Debug Log Enabled
# Enable more logging.. could be messy!
DebugLogEnabled: false

# Check for Update
# Will check if there is a new version of the plugin out.
checkForUpdate: true

# Auto Update Config
# This will overwrite any changes outside the configuration parameters!
autoUpdateConfig: false

# Save Config
# This will overwrite any changes outside the configuration parameters!
# Only needed if you use ingame commands to change the configuration.
saveConfig: false

#-------- Plugin Configuration

# Prefer Vault Plugin as permission handler
preferVault: true

# Broadcast to all players on the server when MakeMeMod is used
broadcastAll: true

# Broadcast to specific groups on the server when MakeMeMod is used
broadcastGroups: false

# Groups to broadcast to
broadcastTargets:
- 'Admin'
- 'Moderators'

# Make changes to GroupMembership general or world based?
# NOTE: You need to have your permissions correctly set up for this,
#       or you will see strange results.
generalPermChanges: false

#--------- Group Change Commands

# Customize group change commands in form of
# alias: GroupTheyAreIn,GroupTheyShouldBeIn
aliasList:
    admin: Builders,Admin
    mod: Builders,Moderators


Comments

Posts Quoted:
Reply
Clear All Quotes