- Opens the Custom Drop Editor GUI.
/customdrops help - Sends a message with all commands and permissions.
/customdrops reload | rl - Reloads the configuration file and the Custom Drops file.
Permissions
customdrops.* - Allows to execute all commands.
customdrops.editor - Allows to open the Custom Drop Editor GUI.
customdrops.help - Allows to see all commands and permissions.
customdrops.reload - Allows to reload the configuration file and the Custom Drops File.
Files
"config.yml"(暂时无法实现折叠功能)
YAML
"customdrops.yml"(暂时无法实现折叠功能)
YAML
Built In Placeholders%prefix% - Returns the prefix.
%current_version% - Returns the number of the current version(Only for UpdateCheck Messages).
%new_version% - Returns the number of the new version(Only for UpdateCheck Messages).
Condition Variables
%player_world% - Returns the name of the world the player is in.
%player_gamemode% - Returns the player's gamemode.
More Variables with PlaceholderAPI.
Condition Types
equals - Compares two strings, and returns true if the strings are equal. '%player_world% equals world%'
!equals - Compares two strings, and returns true if the strings are not equal. '%player_world% !equals world'
equalsIgnoreCase - Compares two strings, ignoring lower case and UPPER CASE. '%player_world% equalsIgnoreCase world'
!equalsIgnoreCase '%player_world% !equalsIgnoreCase world'
startsWith - Checks whether a string starts with the specified characters. '%player_name% startsWith Test'
!startsWith - Checks whether a string not starts with the specified characters. '%player_name% !startsWith Test'
endsWith - Checks whether a string ends with the specific characters.
!endsWith - Checks whether a string not ends with the specific characters.
contains - Checks whether a string contains the specified characters. '%player_name% contains Test'
!contains - Checks whether a string not contains the specified characters. '%player_name% !contains Test'
== - Compares two numbers, and returns true if the numbers are equal. '%player_exp% == 10'
!= - Compares two numbers, and returns true if the numbers are not equal. '%player_exp% != 10'
> - Compares two numbers, and returns true if the first number is greater than the second number. '%player_exp% > 10'
>= - Compares two numbers, and returns true if the first number is greater than or equal to the second number. '%player_exp% >= 10'
< - Compares two numbers, and returns true if the first number is lower than the second number. '%player_exp% < 10'
<= - Compares twu numbers, and returns true if the first number is lower than or equal to the second number. '%player_exp% <= 10'
Actions
[SOUND] Sound;Volume;Pitch - Sends a sound to the player.
[MESSAGE] Message - Sends a message to the player.
[JSON_MESSAGE] Message - Sends a jsonmessage to the player.
[TITLE] Title;SubTitle;FadeIn;Stay;FadeOut - Sends a title to the player.
[ACTIONBAR] String - Sends an actionbar to the player.
[COMMAND_CONSOLE] Command - Executes a command as console.
[COMMAND_PLAYER] Command - Executes a command as player.
To execute the command the '/' is not needed.
[WAIT] - Waits a certain number of seconds before execute the next action.
Screenshots"Screenshots"(暂时无法实现折叠功能)
Gifs"Gifs"(暂时无法实现折叠功能)
Donation Link:
https://www.paypal.me/IVEHydraIf you want, you can donate to me. This would help me a lot to continue work on updates. Thank you!
Terms of ServiceBy downloading this plugin you agree the following terms:
You are not allowed to sell or redistribute this plugin.
You are not allowed to claim this plugin as your own.
You are not allowed to modify the code of this plugin.
You are only allowed to use this plugin for your own servers/networks.
I can update this terms of service at any time, without notification.
My Other Resources
If you have any problems or bugs with this plugin, contact me or post in the plugin discussion section.