ABOUT: This plugin is perfect for OpPrison servers !. Allow players the ability to /rebirth when they reach a certain rank and prestige to a rebirth layer!
FEATURES: -Fully configurable -Unlimited rebirth -PlaceholderAPI -Confirmation menu
REQUIRED PLUGIN: -PlaceHolderApi -Vault -Any plugin that manages chat if you want
COMMANDS: -/rebirth -> to open the rebirth inventory -/rebirth rl/reload -> to reload the plugin
Code (Text):
PERMISSION:
/rebirth -> rebirth.open
/rebirth reload/rl -> op or rebirth.reload
IMAGES: In this picture every items, names, lores are configurable Configuration:
Code (Text):
#In this section there is everything about the inventory
inventory:
rebirth:
inventory_name: "&fRebirth menu %rebirth_next%"
item:
slot: 13
type: DIAMOND
name: "&cRebirth"
lore:
- "Price: %rebirth_next_price%"
rebirth_confirm:
inventory_name: "&cConfirmation"
confirmation:
slot: 12
type: SLIME_BALL
name: "&cConfirm"
lore:
- "&6You need: &a%rebirth_next_price%$"
- "&cYou will buy the rebirth %rebirth_next%"
refuse:
slot: 14
type: BARRIER
name: "&4Refus"
lore:
- "&cRefuse"
#In this section there is everything about the message
message:
#Message send when a player or consol reloads the plugin
reload: "&cConfig reload"
#Message send in the server when a player rebirth
broadcast: "&c%player% just passed %rebirth_actual_tag%"
#Message send to the player when he rebirth
player: "you just passed rebirth %rebirth_actual_tag%"
#Message send to the player if he doesn't have enought money
enought_money: "&cyou do not have enough money"
The rebirth.yml is an exemple you can add or delete a number of rebirth
-%rebirth_actual% -> actual rebirth -%rebirth_actual_tag% -> actual rebirth tag
-%rebirth_next% -> next rebirth -%rebirth_next_tag% -> next rebirth tag
-%rebirth_next_price% -> next rebirth price Chat Integration with Essential -{TAG_REBIRTH} is replaced by %rebirth_actual_tag% If you have a tips you can send me a message.