#PlaceholderAPI

1 messages · Page 1 of 1 (latest)

cerulean musk
#

Good morning my friends, can anyone tell me how to create a placeholder API where I can accumulate all the XP experience that the player can get with the mcmmo skills?

#

getXP("mining") +
getXP("woodcutting") +
getXP("excavation") +
getXP("herbalism") +
getXP("fishing") +
getXP("archery") +
getXP("swords") +
getXP("axes") +
getXP("unarmed") +
getXP("acrobatics") +
getXP("alchemy") +
getXP("taming") +
getXP("repair") +
getXP("salvage") +
getXP("smelting");

green parcel
#

XP adquiridos: %math_{mcmmo_xp_woodcutting}+{mcmmo_xp_mining}....% Keep going on the placeholder so do {mcmmo_xp_<skillname>} for every skill within the %math_% placeholder

cerulean musk
# green parcel XP adquiridos: %math_{mcmmo_xp_woodcutting}+{mcmmo_xp_mining}....% Keep going on...

%math_{mcmmo_xp_mining}+{mcmmo_xp_woodcutting}+{mcmmo_xp_excavation}+{mcmmo_xp_herbalism}+{mcmmo_xp_fishing}+{mcmmo_xp_archery}+{mcmmo_xp_swords}+{mcmmo_xp_axes}+{mcmmo_xp_unarmed}+{mcmmo_xp_acrobatics}+{mcmmo_xp_alchemy}+{mcmmo_xp_taming}+{mcmmo_xp_repair}+{mcmmo_xp_salvage}+{mcmmo_xp_smelting}%

Good afternoon, my friend, would this be the objective of the tournament?

objective: PLACEHOLDERAPI;"%math_{mcmmo_xp_mining}+{mcmmo_xp_woodcutting}+{mcmmo_xp_excavation}+{mcmmo_xp_herbalism}+{mcmmo_xp_fishing}+{mcmmo_xp_archery}+{mcmmo_xp_swords}+{mcmmo_xp_axes}+{mcmmo_xp_unarmed}+{mcmmo_xp_acrobatics}+{mcmmo_xp_alchemy}+{mcmmo_xp_taming}+{mcmmo_xp_repair}+{mcmmo_xp_salvage}+{mcmmo_xp_smelting}%"

cerulean musk
#

Is there any command to do with /papi?

green parcel
#

Oh, you want it to reset everytime the tournament resets

cerulean musk
#

In the image there it gets stuck as if it had not been enabled

#

I've tried other ways, here are my registered attempts, apart from the others not posted. I've been having this problem for 1 month

#

"%math_{mcmmo_xp_mining}+{mcmmo_xp_woodcutting}+{mcmmo_xp_excavation}+{mcmmo_xp_herbalism}+{mcmmo_xp_fishing}+{mcmmo_xp_archery}+{mcmmo_xp_swords}+{mcmmo_xp_axes}+{mcmmo_xp_unarmed}+{mcmmo_xp_acrobatics}+{mcmmo_xp_alchemy}+{mcmmo_xp_taming}+{mcmmo_xp_repair}+{mcmmo_xp_salvage}+{mcmmo_xp_smelting}-5000000%"

I've tried this too and nothing stays like it stops without counting, it stays fixed there in 2002 the one above is also as if the system was not enabled

green parcel
#

Im looking at this. However, The issue seems to be with the placeholder check.
%math_{mcmmo_xp_mining}+{mcmmo_xp_woodcutting}+{mcmmo_xp_excavation}+{mcmmo_xp_herbalism}+{mcmmo_xp_fishing}+{mcmmo_xp_archery}+{mcmmo_xp_swords}+{mcmmo_xp_axes}+{mcmmo_xp_unarmed}+{mcmmo_xp_acrobatics}+{mcmmo_xp_alchemy}+{mcmmo_xp_taming}+{mcmmo_xp_repair}+{mcmmo_xp_salvage}+{mcmmo_xp_smelting}-5000000% - Only checks for the xp - 5000000 of the user who makes the tournament. It doesnt have an update checker either. It should update everytime the gui opens however the gui isn't reparsing the objective cause it never changes according to the objective

#

You're question should be directed towards ultimate tournaments discord. they know how the plugin works better than anyone here

cerulean musk
cerulean musk
#

hi