SpigotMC中文版
关于

资源详情

CustomDrops [1.8 - 1.21.4] | [GUI] | [Custom Conditions] | [Custom Actions]

前往SpigotMC 翻译(Beta) 下载资源

Manages Drops and EXP of Blocks, Entities and Fishing

作者: IVEHydra / 下载量: 676 / 0.00元


Introduction
CustomDrops is a plugin that allows you to Manage Drops and EXP of Blocks, Entities and Fishing.

Features


    [*]1.8 - Newer Versions Support.
    [*]Customizable.
    [*]HEX Colors Support.
    [*]PlaceholderAPI Support to use PlaceholderAPI placeholders for Conditions and Actions.
    [*]Add Custom Drops to Blocks, Entities and Fishing.
    [*]GUI for manage Custom Drop Items.
    [*]Remove Vanilla Drops with conditions.
    [*]Enable/Disable AutoPickup for Custom Drops and Vanilla Drops.
    [*]Remove Vanilla EXP with conditions.
    [*]Set Conditions for Custom Drops.
    [*]Set Chance for Custom Drops.
    [*]Set Chance Multiplier for Custom Drops.
    [*]Fortune/Looting/Luck Of The Sea Chance Multiplier.
    [*]Disable the Chance Multiplier from certain Custom Drops.
    [*]Set the Chance Multiplier value. (In practice, if enabled, when the player has the Fortune/Looting/Luck Of The Sea enchantment, the Chance for Custom Drops will further increase based on the multiplier value).
    [*]SilkTouch Enchantment Support (In practice, if enabled, when the player has the SilkTouch enchantment, no Custom Drop will be dropped).
    [*]Enable the SilkTouch Support for certain worlds.
    [*]Disable Custom Drops for Blocks Placed by Players.
    [*]Disable Custom Drops for Entities generated Naturally, from Spawner and/or from Eggs.
    [*]Drop single Item or multiple Items at once for Custom Drops.
    [*]Items keep name, lore, enchantments, durability, everything.
    [*]Set Actions for Custom Drops.
    [*]Set EXP for Custom Drops.
    [*]Fortune/Looting/Luck Of The Sea EXP Multiplier.
    [*]Set the EXP Multiplier value for Custom Drops.
    [*]Disable the EXP Multiplier from certain Custom Drops.

Requirements

[LIST=1]
[*]Spigot
[*]PlaceholderAPI (Optional)
[/LIST]
How To Install

[LIST=1]
[*]Download CustomDrops.jar only from this page.
[*]Download PlaceholderAPI (Optional).
[*]Put CustomDrops and PlaceholderAPI inside your plugins folder.
[*]Start your server.
[/LIST]
Commands

/customdrops edit - 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/IVEHydra
If you want, you can donate to me. This would help me a lot to continue work on updates. Thank you!

Terms of Service
By 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.