MegaWhitelist Simple plugin what adds a whitelist by nicknames for non-licensed servers. It also adds a maintenance mode.
Functions Whitelist The whitelist allows you to skip everyone who is on the list, it can be enabled and disabled.
Technical works Technical work mode, it allows you to skip players who are involved in the development/ testing of new server functions, or just development.
Commands /mwl whitelist - Enable or disable whitelist /mwlsysworks - Start or complete techincal works /mwlwhitelist add/remove<nickname> - Remove or add player in whitelist /mwlsysworks add/remove<nickname> - Remove or add player in list technical works
Code (YAML):
playerWhitelisted: [] playerSysWorks: [] Whitelist: true
SystemWorks: false
messages:
playerHasNtPermission: '&4
[MegaWhitelist
]&c You don''t have a permission for this
command!'
whitelistSuccessfullyEnabled: '&4
[MegaWhitelist
]&a Whitelist successfully enabled!'
whitelistSuccessfullyDisabled: '&4
[MegaWhitelist
]&a Whitelist successfully disabled!'
youNotHaveAccessToServerByWhitelist: '&4
[MegaWhitelist
] &cYou don''t have access
to server!'
onServerEnabledSystemWorks: '&4
[MegaWhitelist
] &cTechnical work is underway on the
server!'
systemWorksStart: '&4
[MegaWhitelist
]&a System work started!'
systemWorksFinal: '&4
[MegaWhitelist
]&a System works completed!'
notEnoughArgumentsForCommand: '&4
[MegaWhitelist
]&e Don''t enough args!'
playerAlreadyAddedInWhitelist: '&4
[MegaWhitelist
]&e Player already added in whitelist!'
playerAddedInWhitelist: '&4
[MegaWhitelist
]&a Player successfully added in whitelist!'
playerAlreadyAddedInSysWorksList: '&4
[MegaWhitelist
]&e Player already added in system
works list!'
playerAddedInSysWorksList: '&4
[MegaWhitelist
]&a Player added in system works list!'
playerAlreadyRemovedFromWhitelist: '&4
[MegaWhitelist
]&e Player already removed from
whitelist!'
playerRemovedFromWhitelist: '&4
[MegaWhitelist
]&a Player successfully removed from
whitelist!'
playerAlreadyRemovedFromSysWorksList: '&4
[MegaWhitelist
]&e Player already removed
from system works list!'
playerRemovedFromSysWorksList: '&4
[MegaWhitelist
]&a Player removed from system works
list!'