2.0.0 - BETA
This is considered a "beta" build. Use at your own risk!
I don't think anything bad should happen as I have tested this update myself quite a bit and haven't found any issues.
Major internal changes to the way internal placeholder hooks are handled. This new system will allow me more flexibility and ease when it comes to adding new placeholder hooks to external plugins from within PlaceholderAPI.
There should be no changes / breakages to any plugins that utilize the PlaceholderAPI "api" lol.
Improved performance within the setPlaceholders API methods.
Refactored tons of code internally to make PlaceholderAPI run more efficient than before!
The configuration file has now changed a bit. There is no longer a "hooks" section as it has been renamed to "placeholder_hooks".
Every key in this section is the identifier for the placeholder hook you enable:
Code (YAML):
# PlaceholderAPI version 2.0.0
# Created by extended_clip
boolean:
'true'
: '
yes'
'false'
: '
no'
date_format
: MM/dd/yy HH:mm:ss
placeholder_hooks:
bungeecord
: false
redisbungee
: false
invcheck
: false
javascript
: true
player
: true
server
: true
statistic
: true
acidisland
: false
askyblock
: false
autorank
: false
autosell
: false
chatcolor
: false
chatreaction
: false
checknamehistory
: false
deluxetags
: false
enjin
: false
essentials
: false
ezblocks
: false
ezprestige
: false
ezrankslite
: false
ezrankspro
: false
factions
: false
factionsuuid
: false
galistener
: false
gangsplus
: false
heroes
: false
islandworld
: false
jobs
: false
killstats
: false
leaderheads
: false
lwc
: false
marriagemaster
: false
mcinfected
: false
mcinfected-ranks
: false
mcmmo
: false
minecrates
: false
mvdw
: false
nicknamer
: false
nicky
: false
ontime
: false
playerpoints
: false
plotsquared
: false
prisongangs
: false
pvpstats
: false
quicksell
: false
royalcommands
: false
simpleclans
: false
simplecoinsapi
: false
simpleprefix
: false
simplesuffix
: false
skillapi
: false
skywarsreloaded
: false
sqlperms
: false
sqltokens
: false
tokenenchant
: false
towny
: false
ultimatevotes
: false
uskyblock
: false
vaulteco
: true
vault
: true
voteparty
: false
voteroulette
: false
wickedskywars
: false
bungeecord:
check_interval
: 60
You will have to re enable all of your hooks that you currently have set to "true"
Enjoy