Members

download ost fade to black raphael gesqua

 

download ost fade to black raphael gesqua


Name: download ost fade to black raphael gesqua
Category: Download
Published: subtnimethwiths1977
Language: English

 


 


 

 

 

 

 

 

 


 


 


 


 


 


 


 


 


 


 


 


 


 


 


 


 


 

EZPrestige has a chat_integration option that allows you to add in your chat plugins chat format String to display a players prestige tag you defined in your prestiges.yml! (tested with essentials so far)
The Prestige object in EZPrestige holds all data related to a prestige: displayname, displaytag, prestige number, commands to be executed when players /prestige, cost, etc.
Edit the files to your liking, and use /prestige reload to update any changes you have made.
chat_integration settings will not update on /reload and can only be enabled/disabled on startup! Click on the file name to see a detailed version of how I setup my test prestige system. config.yml.
EZPrestige has methods that developers can use to get prestige information related to a player. ​
Allow players the ability to /prestige when they reach a certain rank to start over as a prestige player! You can create as many prestige levels you want!
The perfect solution for a prestige system in any type of server rankup scenario!
Let players /prestige the EZ way.
You can obtain a Prestige object related to a specific player by calling the methods below.

No database needed aside from your permissions plugin to keep track of what prestige a player is!
When EZPrestige is loaded for the first time, it will create 2 files.
This plugin is compatible with EzRanksPro and should be compatible with any other /rankup plugin!
/prestige can be used at the permission group set in the config.yml.
/** * This method will return a players current * if they have one * * @param p Player to get Prestige object for * @return null if player does not have a prestige */ PrestigeManager.getCurrentPrestige(Player);
/prestiges view a dynamic list of the server prestiges that can be customized in the config.yml.
If my plugins have helped your server and you would like to buy me a redbull or pizza, click the button below to donate to me ​
/prestige reload reload EZPrestige ezprestige.admin /prestige version check EZPrestige version ezprestige.admin.
/** * This method will return a players next * if they have one (will return null if a player is the last prestige or * if no prestiges have been loaded) * * @param p Player to get next Prestige object for * @return null if player does not have a next prestige */ PrestigeManager.getNextPrestige(Player);
/** * check if a player is the last prestige * @param p Player to check * @return true if player is the last prestige */ PrestigeManager.isLastPrestige(Player);
EZPrestige 1.2.2.
http://exspywecten1979.eklablog.com/free-download-xentay-a178431948

Views: 1

Comments are closed for this blog post

© 2024   Created by PH the vintage.   Powered by

Badges  |  Report an Issue  |  Terms of Service