#placeholder-api
1 messages Β· Page 172 of 1
@neon nymph
I found the problem
you're using the ecloud expansion
I think at least
can you do /papi dump and send the link here?
Yeah I'm dealing with my own "papi dump" right now but I'll get back to you in a few π
Please respect the rules, be patient and don't ping staff members!
And yes it's the one I found on the ecloud website, not from the direct command though
can you send that link please?
and that's for a reason.
imagine making a call to the database
every time the placeholder is parsed
jeeezz
like having it in a scoreboard that refreshes every tick with 50 players also in tab as well
that's 100 requests per tick.
ugh. offline color?
what's that
like how do you want this to work
what's a vault color
you really have to explain this to me
bcz I've got no idea what you're talking about rn
ugh
just use javascript to remove the space?
I mean you have to show me what the placeholder actually works
and what you want
well show me the space
where does the space show?
like show me
a screenshot or something
ok. that's what I wanted. xD
var color = "%vault_prefix_color%";
color.trim();```
use this ^
fixed oops
yeah. so just delete Expansion-TokenManager_k00sK5N.jar from plugins/PlaceholderAPI/expansions and restart server.
should fix
you don't need an external expansion
im having an issue where the luck perms prefixes are shown twice
for example it says [dev] [dev] Mcdonaldsafrica
it wasnt like that before and im pretty sure one of the admins in the server im staff on messed around and didnt know what they were doing
You asked me before and I told you its possible
Is there a placeholder to get the amount of players from an Bungeecord (Sub-)server?
@wind panther ^^
ty
luckperms config. something like meta-settings or something like that
check that out
ok thank you
meta formatting?
meta-formatting: prefix: format: - "highest" duplicates: first-only start-spacer: "" middle-spacer: " " end-spacer: "" suffix: format: - "highest" duplicates: first-only start-spacer: "" middle-spacer: " " end-spacer: ""
so there is nothing i can do?
hmm. there must be something you can do.
what placeholder are you using to show the ranks?
if you use EssentialsXChat, you probably have both the displayname and prefix placeholders while having the change-displayname and add-prefix-suffix options set to true
@humble radish seems like your server expansion might be corrupted.
and what should i do?
try manually redownloading it
and how do I do that xD?
luck perms
Please respect the rules, be patient and don't ping staff members!
my bad
no. like the actual placeholder you are testing
in the minecraft chat
oh. what chat plugin u got?
essentials chat
oh. well then it might be what tanguy said.
can you check essentials's config for the chat format?
this? format: '&7{PREFIX}&r {DISPLAYNAME}&r: &f{MESSAGE}'
yes.
so what tanguy said is probably true then
you have 2 options now.
either remove the {PREFIX} part since it is not needed, or make it needed from config.yml
So I am using sponge forge for a Pixelmon server and I currently have TabManager to add ranks to the scoreboard. They're all set up correctly with the weights on Luckperms but they're not displaying on the Tab menu Via ranking order they're being listed from alphabetical order based on player name. Is there any way of fixing this?
wrong channel ig
MineResetLite placeholders not working
The wizard of oz
sure. you want a lambo? or maybe a pool? we don't know what you want help with... how are we even supposed to help that way?
share your problems and maybe then we'll try
i can't send photo
You won't be able to upload images here directly to avoid spam, so please use https://imgur.com/ to upload images/screenshots.
ugh. do you know what those values do?
they change the output of placeholders that usually return yes/no or true/false. forgot what the default i
is*
so now
for example: %player_has_permission_PERM.NODE% will return Good or Not good instead of yes or no
oh i got it
Hello,
I try to make a javascript but I always got an error.
The code :
if (%superior_island_exists% == "No") { return ""; }
else {
if (%superior_island_top_level_position% <= 100 && %superior_island_top_level_position% >10) return "#%superior_island_top_level_position%";
if (%superior_island_top_level_position% == 10) return "β";
if (%superior_island_top_level_position% == 9) return "β";
if (%superior_island_top_level_position% == 8) return "β";
if (%superior_island_top_level_position% == 7) return "β";
if (%superior_island_top_level_position% == 6) return "β
";
if (%superior_island_top_level_position% == 5) return "β";
if (%superior_island_top_level_position% == 4) return "β";
if (%superior_island_top_level_position% == 3) return "β’";
if (%superior_island_top_level_position% == 2) return "β‘";
if (%superior_island_top_level_position% == 1) return "β ";
}
}
positionTopLevel();```
Error :
> <eval>:4:9 Expected an operand but found <=
> if ( <= 100 && >10) return "#";
> ^ in <eval> at line number 4 at column number 9
I tried everything but still errors
your %superior_island_top_level_position% placeholder parses as nothing.
if ( <= 100 && >10) this is what it sees
That's why I want to make a condition before, so for example
if (%superior_island_exists% == "No") { return ""; }
else {
but I don't know how to make that if %superior_island_exists% == "No", it doesn't check for %superior_island_top_level_position%
/papi parse me %superior_island_exists% and send a screenshot
It returns "No" if you don't get one, and "Yes" if you get one (without any color code etc.)
here @meager vault try this one: https://paste.helpch.at/materadupe.js
It works perfectly ! thanks a lot π
Is there a way to nest placeholders? E.g. %placeholder1_{placeholder2_{placeholder3}}%
I know you can do it for placeholder 1 and 2, but I'm not sure about beyond that
guys someone advised me to use PlayerTime for the playtime of the player.... but my console gets flooded with the same warning everytime .... is there a alternative for this one?
https://paste.helpch.at/wipuqujiwa.sql
Any reason why the Player expansion %player_current_exp% placeholder doesn't update when a player's exp is modified directly from a plugin (other than essentials?) most of the time it does not update the placeholder https://i.riftmc.co/bfeZ42lmR1.png I just tried updating it (2.0.2) but the issue still persists
whats the command for showing players online
Can I somehow shorten a placeholder? Or add an alias to one?
/list
So I'm using CMI chat, didn't update anything other than my paper version (build 253) 1.17.1.
When I logged in after restart I noticed something odd.
I get %%luckperms_prefix%% in chat. I tried reinstalling the luckperms expansion and reloading papi, but no change. I checked the CMI config, but it shows %luckperms_prefix%
No errors or warnings (other than depend/softdepend warnings) in console.
I think I found the issue.
in my on enabled class i have this: new CodesPlaceholder(this).register();
but its giving me a error on "this"
but thats what it sats to do on the wiki
and if i remove "this" then it Doesnβt work
ugh. show me your CodesPlaceholder class in a paste bin please: https://paste.helpch.at
A member of staff has requested I move your pastebin.com paste to our paste.helpch.at!
you have no public constructor
i need one?
well if you want to create an object with the new keyword then yes. you need a public constructor
I believe at least.
ahh ok thx
Asking here again π Trying to shorten this %playerlist_online,world,no,0,{commandpanels_data-agworld}% into something else.
javascript? itdk
Bump
Evening, I was wondering if anyone knew how to set a countdown to a certain date or from a certain amount of time with Placeholders in DeluxeMenu server selector. I can't seem to get it to work.
NestedPlaceholders expansion π
MineResetLite placeholders is not Working
Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin.
why am i getting that warn?
you can ignore it
but if you want to know why you're getting it:
That means that PlaceholderAPI is trying to access Vault's code (since you probably have the Vault expansion) without telling spigot that
it's just a warning, since you can configure spigot (from the plugin's code) to either:
- require Vault
- make Vault load before your plugin
- make Vault load after your plugin
so it's just saying, "Hey, the author of PAPI didn't mention Vault anywhere! Maybe they forgot? Here's a warning"
Hi is there a problem with the Statz Expansion in ecloud?
why?
i tried downloading it and it says
Failed to load expansion class StatzExpansion - One of its properties is null which is not allowed!
oh. might be a corrupted download
yeah i get this each time The expansion version is null! and looked here (https://api.extendedclip.com/expansions/statz/) and says Does not exist
I have an error that says that the expansion version is null with vault and server ecloud expansions, what can I do
?
what about dis https://paste.gg/
doesnt crash the server but its so annoying seeing a big warning like that
I was wondering if anyone knew how to set a countdown to a certain date or from a certain amount of time with Placeholders in DeluxeMenu server selector. I can't seem to get it to work.
use the server countdown placeholder
%server_countdown_<08.11.2021>% I used it like this, maybe I am completely doing it wrong. I would like it to countdown every 2 months so from now until the 1st of November and then from the 1st of November until the 1st of January
doesn't show the underscore here
well. you can make it count until november 1st. you can't really give it 2 dates to count to
Oh yeah i understand but then I just adjust it to the 1st of January
ah I see so the dd.mm.yyyy stays there
@turbid tide MineResetLite placeholders is not working
That is the actual countdown I see now
the first part dd.MM.yyyy is the format it uses. the second part is the date you want it to count down until using the same format
send a startup log please
okey
Hmm does not seem to be working
have you downloaded the server expansion?
Yep
dm
can you test it with /papi parse me %placeholder%? change placeholder to whatever you use
I am using deluxehub and it's for the server selector, maybe that doesn't link to it?
idk @silk canopy from that screenshot it looks to me like the expansion registered just fine
then wherever you use it, doesn't support PAPI probably
Unlucky, suppose I could talk to the dev and get it sorted.
what plugin are you trying to use it in?
Deluxehub 3
I thought it did support PAPI. strange
That's that I thought too
dm
@silk canopy have you tried the placeholder with /papi parse?
I don't understand, can you post the full command?
/papi parse me %placholder% and you replace placeholder with the one you sent a screenshot of
Im Send dm
Not Working
can you link me the mine reset plugin?
ugh. are you sure? this plugin hasn't been updated in 4 years my friend. I Don't see any placeholderapi support there
where did you even get the expansion from?
yeah... that expansion was made for this plugin https://www.spigotmc.org/resources/mineresetlite-with-worldedit-v6-v7-tokenenchant-explosive-support.61713/
Oh come on, I got confused because they have the same name :(
that's ProtocolLib? not PlaceholderAPI?
ProtocolLib 4.7.0
Changelog
- Support for Java 16
So just update ProtocolLib or downgrade Java (wrong channel)
Hello,
I have a problem with Statistic Expansion on version 1.12.2 with a Magma Hybrid Server (Bukkit/Forge). It does not load the extension.
PlaceholderAPI:
PlaceholderAPI-2.10.10
Statistic [2.0.1]
Server Type:
Magma Hybrid Server 1.12.2 (Bukkit/Forge)
Server Version:
Magma Version 761933c-STABLE
API Version Spigot 1.12.2-R0.1-SNAPSHOT
Welp fixed it blitz. Turns out it cannot be in a lore with something else in it. It has to have its own separate lore, can't add colour to it either.
Is there a debug command for PAPI?
Do I need to update something like the extensions?
Help guys how can I reset all placeholders values or data
omg.. The extension was downloaded as Extension-server and Extension-Server
I had to delete them both and redownload to work.
Is this filename change intentional?
i have a problem /papi reload doesen't work
don't parse PlaceholderAPI placeholders async
I am not
nope
tbh idk
nope
does it just spam when u join?
nope
whens it show the error?
so it happens when you join?
also might want to ask in http://dev.discord.loohpjames.com/
since that's the support server for InteractiveChat
(which is what's causing this error)
wait so it comes from interativechat plugin?
yes
well in their config they got
UseAccurateSenderParser: true
Whether to parse PlaceholderAPI placeholders on the main thread
ParsePAPIOnMainThread: false
ok
Help !!
wdym by that?
it depends on the expansion
for example %player_name% you can't reset a player's name
so far no errors so probably fixed π
nice π
I want to reset all values for exemple jobs points placeholder when I set it to 0 the placeholder still show the old value
all PlaceholderAPI does is replace %jobs_some_placeholder% with the jobs data, does it still happen when you do /papi parse me %placeholder%? Β―_(γ)_/Β―
I have jobs points leaderboard I removed all players data and the old values of points still why ??
Hi Iβm still having trouble with the Statz Ecloud file, it seems to be not working
Having a weird issue here. I made a command using the commands.yml file with a few placeholders in it
- papi parse $$1 %changeoutput_equals_{commandpanels_data-aggroup$$2leader}_Offline_cpdata set $$1 aggroupnum empty {commandpanels_data-aggroup$$2leader}_no%
So this is kind of what it is right? It's supposed to be a cmdparse, but I'm parsing it to debug
Now this section:
cpdata set $$1 aggroupnum empty {commandpanels_data-aggroup$$2leader}
Outputs to this:
cpdata set Maroon28 aggroupnum empty {commandpanel
Why's the rest of it cut off? Any ideas? Am I missing anything?
Do we still set the scriptengine to Nashorn? Or is there a different one we need to use?
Is there a way to add a placeholder that shows custom biomes from a datapack?
The biomes from datapack are showing as "custom" but on F3 debug they have original name.
How can I list players in a world with test.test permission with PlayerList? I believe I can only do it for world or permission, not both?
yeah you can't, only 1 subtype of list at a time
not sure if that's possible, if f3 doesn't detect it then either the datapack isn't working correctly or the mc client simply doesn't support those, I'm not too experienced with these though so not sure
then
does PlayerList only support PlaceholderAPI placeholders? a plugin have placeholders inside of that plugin and they are not for PAPI, but they are working with %. I tried a world placeholder with [] but it didn't work
is it because it is not a PAPI placeholder?
I think you have to use global or just javascript now
otherwise it's probably on the Js-Expansion's wiki
it does
it got a placeholder subtype
I mean I want the world subtype
the placeholder is %world_from% and I'm trying to get how many players there are in the world we came from
but it says 0 even there is my alt
I don't get it
(sorry I didn't reply, I was in a bus π )
%playerlist_online,placeholder,yes,amount,world_from||{world_from}%
this will check for all players that have the same placeholder output
so if %world_from% returns world1 for you, it will check for every other player if that same placeholder also returns world1
you can also change it to something like world_from||world1 so it will check for every player if %world_from% returns world1 specifically
yes, it should work but it doesn't work and I don't know why. I don't know if it is caused by PAPI or my plugin, probably mine
it is not a PAPI placeholder
then obviously it won't work
it is
it's just that it's not a placeholder
so it is a problem
then I'll have to contact to dev
which dev?
that plugin's dev
what plugin
conditionalevents
what does it have to do here?
what do you mean?
what does ConditionalEvents have to do with the playerlist placeholder?
I want to unload Multiverse worlds when there is no player
I'm using PlayerList to get how many players in that world together with %world_from%
when a player changes world, it triggers the event
oh
but it always equals 0
I did and it make it %playerlist_online_world,yes,amount,world%, I mean PlayerList placeholder didn't work
okay
then yeah you're right, I guess you have to go ask the author of ConditionnalEvents
question is there a placeholder that measures the amount fo items you might have because i need it to say you have () many diamond blocks or diamonds
checkitem expansion
thanks
Hey guys, how can i use PlaceholderAPI with bungeecord? Because i tried adding it to my server but it ran into this error
java.lang.NoClassDefFoundError: org/bukkit/plugin/java/JavaPlugin
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.md_5.bungee.api.plugin.PluginClassloader.findClass(PluginClassloader.java:146)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at net.md_5.bungee.api.plugin.PluginClassloader.loadClass0(PluginClassloader.java:66)
at net.md_5.bungee.api.plugin.PluginClassloader.loadClass(PluginClassloader.java:59)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
at net.md_5.bungee.api.plugin.PluginManager.enablePlugin(PluginManager.java:340)
at net.md_5.bungee.api.plugin.PluginManager.loadPlugins(PluginManager.java:250)
at net.md_5.bungee.BungeeCord.start(BungeeCord.java:273)
at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:67)
at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
Caused by: java.lang.ClassNotFoundException: org.bukkit.plugin.java.JavaPlugin
at net.md_5.bungee.api.plugin.PluginClassloader.loadClass0(PluginClassloader.java:97)
at net.md_5.bungee.api.plugin.PluginClassloader.loadClass(PluginClassloader.java:59)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
... 13 more```
no u can't.
I can't?
Is there anything i could use instead? I'm trying to use VentureChat and it doesn't seem to be working properly
ugh. idk. there's still some time until bungee support will be added. and doesn't venture work on the spigot side as well?
I'm not sure, because it seems to be fine (there aren't any errors) but when you send a message it sends [Global] {vault_prefix}{player_displayname}: message
and i cannot figure out what is causing it to be like that
well. ugh. the fact that you don't have PAPI. clearly.
oh, would that fix it?
Simply drag the VentureChat.jar into your plugins folder.
To use the cross server messaging, simply drag the VentureChat.jar into the BungeeCord plugins folder as well.
After installing the .jar files, restart the server(s)/proxy.
you need venture chat on both bungee and local
if you have it on both spigot and bungee, then make sure you have PlaceholderAPI on spigot
hmm, i'll check my servers to make sure
then install the vault and player expansions:
/papi ecloud download vault
/papi ecloud download player
/papi reload
https://api.extendedclip.com/expansions/listplayers/ how do i use this? should the syntax be like %listplayers_in_world_the_nether% or how? cuz this does not work
generally how do i use these variables in placeholders?
use the playerlist expansion instead. way better.
more updated
works even for multiple worlds?
that would be awsome
%playerlist_online_world_yes_amount_world_nether% will return the number of players in the world called world_nether
%playerlist_online_world_yes_amount_world_nether+world_the_end% will return the number of players in world_nether + world_the_end
dayum this complex
ye. you can see here https://github.com/Tanguygab/PlaceholderAPI-PlayerList-Expansion/wiki
it has a lot of features
like list of players, the x player from the list, amount, list of offline players, online, with permission, without permission, nearby, whitelisted etc.
a lot
damn
i pasted this %playerlist_online_world_yes_amount_world_nether% but didn't work. looking on docs maybe i can figure it out
thanks for the help tho
u need to download the expansion /papi ecloud download playerlist then /papi reload
did
just that after online _ should be , like this %playerlist_online,world,yes,amount,first_spawn%
π
Thanks a lot again. This looks with a lot of potential
Hi. If I found a small bug in one of the official PAPI expansion from clip, how can I report it?
what's the bug? I'm not sure if there's a way to report it but I want to make sure its a bug π
"java.lang.ClassNotFoundException: net.minecraft.server.v1_17_R1.EntityPlayer"
which expansion?
"Pinger"
yep that's a bug, due to 1.17 changes in the internal code :/
(before it was net.minecraft.server.VERSION.Something but now it's net.minecraft.server.Something, so the error just means that it cannot find net.minecraft.server.VERSION.Something)
ok, thanks
Hello all, I need some help
I'm getting an error when I try and download from ecloud I have already re-installed the .jar file and have installed the dev version, the server version is 1.16.5
The error says
Failed to find an expansion named:
Please help
WHOM PINGED ME
Check deleted messages
I would like to integrate my own placeholders. For this I have done the following:
New class created:
https://paste.helpch.at/henihisupu.java
In the "OnEnable()" (plugin) I call the following function:
https://paste.helpch.at/zibowoyehi.cpp
When calling "register()" I get a NullPointerException:
https://paste.helpch.at/vidigazofa.css
Does anyone have any idea what I forgot or did wrong?
I have installed PAPI "2.10.10" on the test server.
make sure you added PlaceholderAPI as softdependency in your plugin.yml
Is added in plugin.yml
is PAPI loading before or after your plugin?
PAPI, some other plugin and then my plugin
also your PlaceholderExpansion class is missing some methods to override
can you show the full StreamingDropsPlaceholderAPI class and also the full error
Full class (StreamingDropsPlaceholderAPI):
https://paste.helpch.at/ogiqulatiy.java
Full class (StreamingDropsPlaceholderAPI):
https://paste.helpch.at/ogiqulatiy.java
Full Error:
https://paste.helpch.at/azeyigovoh.coffeescript
Service:320:
https://paste.helpch.at/qofubevogu.cpp
btw u need canRegister
iirc
I will try π
No. that is only needed if its an external placeholder class
I've got a papi class and it works without canRegister
and requires a plugin
@dire raven try only overriding one class onRequest or onPlaceholderRequest instead of both
if you override onRequest
it won't call onPlaceholderRequest
unless you call onPlaceholderRequest in onRequest
I test it before with only "onPlaceholderRequest". But with only "onRequest" the same problem π¦
@turbid tide & @silver minnow I found my problem / error. I did something wrong with the lib....
Thanks for your help π
Hello! want to ask something about placeholder.
The worldborder is giving me decimal values, any way to use absolute number?
im using: - '%worldborder_size%'
And I get like 2550.123123123
Because I shrink the border with decimal values
So.. any way to display it without decimals?
try the math placeholder maybe. %math_0_{worldborder_size}%
not working, it shows me literally the placeholder tag
do you know other way?
did you download the math expansion?
/papi ecloud download math
/papi reload
yeah
it works, thanks you π @turbid tide
Btw: do you know why /papi reload disables the custom placeholders of my plugin?
the others works
I had to restart server
because you didn't make the persistent
Oh
Hey, is there a way to get the nbt of the held item?
javascript probably
to reset the data from the statistic expansion I should just erase the stats folder from the world folder right?
Yeah
okay, thanks π§‘
hello, how do i create a custom level placeholder?
i wanna create a custom menu using deluxemenus where player can rankup using Money/Vault. but do you guys have an idea how do i create a custom placeholder to able to get something like "Level 1" or "1" when they rankup. maybe something like %customplaceholder_level%... i am thinking that placeholder could identify if the place is on next placeholder using permission maybe? please give me tip what is best way to make this happen
Hello, cool but wrong channel ig
a
you support placeholder?
wat nop
PlaceholderAPI [MOD] Magicboys | Hypixel?
https://prnt.sc/1rv4pjd
%player_nameplayer%
?
im kinda confused, what do you want?
placeholder %player_nameplayer% doesnt exist (https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders#player)
do you want display name (and prefix) or what
what do you want? rank + name like on hypixel?
what /papi parse me %player_displayname% gives you?
I think you can do %vault_prefix% %player_name%
I see, but it depends how you setuped ranks and prefixes
%vault_prefix% %player_name%
add %vault_prefix_is_player% %player_is_name%?
like if you create prefix &2[MOD]
%vault_prefix% %player_name% will you give same thing like on screen (and %player_displayname% too)
confusion
yes "[MOD] Console"
console
umm and it says your name when it gives console?
ooooh okay
%%?
idk how to get name of thing who gifted it
add
?
You can use meta https://github.com/help-chat/DeluxeMenus/blob/master/gui_menus/meta.yml , or make your plugin with Java using papi api
If you want to make a rankup menu using permission I recommend to use https://wiki.helpch.at/clips-plugins/deluxemenus/options-and-configurations/requirements#has-permission
how can i change the /tpr command from essentialsx into /rtp ?
I need help with the plotsquared variables I want to show the range and color of the name of the owner of the plot I am in https://ibb.co/MR84chv
with the variable %plotsquared_currentplot_owner% it only shows the name without range or color
I would also like it to be applied in the ranges of other users https://ibb.co/J5WmQTB
Question: If I want to set up a menu looking up someone elses rank. How do I use placeholders to do that?
For instant I wish to look up bobs ranks he has. I could do /info <bob> // Would open a gui that would display bobs ranks.
Placeholder PAPI question.
Could someone explain this placeholder please?
%statistic_item_enchanted%
So if I want to count how many times a player enchanted any item with efficiency 5, how do I write it?
%statistic_item_enchanted:efficiency_5%
???
/papi ecloud download PlayerList
/papi ecloud download ParseOther
/papi ecloud download LuckPerms
/papi reload
%parseother_{playerlist_....}_{luckperms_prefix}%%playerlist_....%
You can use the commands.yml for that
Just make an alias to the tpr command
having a issue
?player
Player placeholder not working? If you are using a plugin which supports PlaceholderAPI, and the %player% placeholder doesn't work, then change it to %player_name% and download the player expansion.
Commands:
/papi ecloud download player
/papi reload
-papi vault
Ty!
Bumping this
try to put everything after the - inside quotes
- "papi parse $$1 %changeoutput_equals_{commandpanels_data-aggroup$$2leader}_Offline_cpdata set $$1 aggroupnum empty {commandpanels_data-aggroup$$2leader}_no%"
not sure if it'll fix anything but maybe
Oh yeah, it could be new lines or something
no. you would need a plugin for that. like a custom one
hello guys, how to fix that statistic time played placeholder is returning over 24 hours?
I'm pretty sure that was fixed
can make a top 10 player kill enderdragon ?
Has support for placeholder use in the enchant level in CheckItem been added yet? If not will it be?
how can i make in luckperms so that ranks that have /fly enabled is automatically disabled upon getting hurt or being in combat?
Probably a plugin like CombatLogX I'm not sure
in essentials right?
yeah
Essentials > config.yml press CTRL+F and search for command-cooldowns:
whats it named? π¦ :))
# The delay, in seconds, required between /home, /tp, etc. teleport-cooldown: 0
is this the one?
Hi, papi vault placeholder not loading for me for 1.12.2 spigot for some reason. not personally using it but client wants it to be working. any idea why? I tried with many legacy versions for Vault and PAPI vault expansions
and also with legacy PAPI versions.
Vault 1.7.3 / Vault 1.6.6 / Vault 1.6.7
PAPI vault expansion ( https://api.extendedclip.com/expansions/vault/versions/ ) 1.4.0 ~ 1.7.0 all tried , and of course /papi ecloud download Vault which seems to be 1.7.0
Spigot 1.12.2 built with buildtool , so should be latest .
not even seem to "loading" from papi however - no error or anything.
Manually trying to register via /papi register ..jar fails as well.
No, just command-cooldowns
and how do i write it?
it says:
# For example, to target commands starting with ban and not banip the following would be used:
# '^ban([^ip])( .*)?': 60 # 60 seconds /ban cooldown.
# Note: If you have a command that starts with ^, then you can escape it using backslash (\). e.g. \^command: 123
command-cooldowns:
# feed: 100 # 100 second cooldown on /feed command
# '*': 5 # 5 Second cooldown on all commands```
yeah you can put your commands below
# For example, to target commands starting with ban and not banip the following would be used:
# '^ban([^ip])( .*)?': 60 # 60 seconds /ban cooldown.
# Note: If you have a command that starts with ^, then you can escape it using backslash (\). e.g. \^command: 123
command-cooldowns:
# feed: 100 # 100 second cooldown on /feed command
# '*': 5 # 5 Second cooldown on all commands
rtp: 1800```
still not working :/
it's not indented correctly
Nadien habla espaΓ±ol .-.?
I need help with the plotsquared variables I want to show the range and color of the name of the owner of the plot I am in https://ibb.co/MR84chv
with the variable
%plotsquared_currentplot_owner%
it only shows the name without range or color
I would also like it to be applied in the ranges of other users https://ibb.co/J5WmQTB
English only here afaik
Is it possible to use a placeholder inside a placeholder? I'd like to use the formatting functionality provided by https://github.com/Andre601/Formatter-Expansion with my plugin's own placeholder that returns a number.
need a block particle plugin that lets u run a command and get the block in hand. anyone know of such thing?
any staff i can message? (to make a use rreport)
@tender vapor. dm him.
Cheers.
Placeholder PAPI question.
Could someone explain this placeholder please?
%statistic_item_enchanted%
So if I want to count how many times a player enchanted any item with efficiency 5, how do I write it?
%statistic_item_enchanted:efficiency_5%
???
I don't think that's something that minecraft keeps track of.
Then whats the placeholder for?
enchanted items
like in total
the statistics expansion only takes info from spigot/minecraft
whatever they keep track of
ohh
Anyone here knows the Date placeholder? It basically makes it show what day, month, and year
nvm found it, its %server_time_MM/dd/yyyy HH:mm%
Hav a placeholder that show top player kill enetity?
I've just developed a placeholder that will be able to do this in conjuction with the /scoreboard command
hopefully when registering accounts are able to be fixed I can upload it to the ecloud
speaking of witch @mint fable any idea when that will be fixed?
Please respect the rules, be patient and don't ping staff members!
Please respect the rules, be patient and don't ping staff members!
You can message @balmy marten to make an account @shrewd stream

thank you!
Could I please create an account for the ecloud so I can upload my placeholder expansion?
Please respect the rules, be patient and don't ping staff members!
I already pinged him
Hi
i'm using redisbungee and i have some problems with placeholders
the placeholders are not working for some server
first i used the redisbungee placeholder for Survival Redstone server
and it shows 0
then i tried bungee placeholder and it worked, it showed the correct amount of players
also i have 3 lobbies, same configurations
and sometimes the redisbungee placeholders doesn't work for every server
also almost everytime i get an error for javascripts (i'm using javascript to calculate players on gamemods or minigames)
everytime it shows an error for a different javascript
i double checked the name of the servers and also i copied from bungee config so it can't be wrong
Dm me a username and email you'd like
Cool
hi, exist a placeholder to know how many absorption have the player?
i mean, the golden hearts
You can find the latest DeluxeMenus dev builds here: https://ci.extendedclip.com/job/DeluxeMenus/
How could I use JS Papi to compare placeholders?
if ("%placeholder%" =="output")?
Such as %var_1% return a,%var_2% return b,%var_3% return c,and a JS placeholder result the amount of these placeholders whose value is bigger than X
Thanks,but is there Chinese version?
of the wiki? I don't think so
Oh I will try to understand though.
I get this error in console after server restarts:
https://haste.olziedev.com/zoguvuxuli.yaml
Paper version git-Paper-259
PlaceholderAPI version 2.10.10
/papi ecloud download Server
/papi reload
your Server expansion is outdated, those commands will redownload and update it
Hm, is there any way to get the vault of a placeholder in JS?
Is that could be used directly?
yes
Oh that would be good.
the Javascript expansion parses placeholders automatically
ty β€οΈ
hi, i have a question, how can i use the Data skrip of javaskrip (https://github.com/PlaceholderAPI/Javascript-Expansion/wiki/Community-Scripts#data) with commands, i mean, how to set the data with commands
(it's script)
and I don't think you can do it with commands, only placeholders
or otherwise use the /papi parse me
command followed by a js placeholder which uses the data script
hmmmmmm ok, let me try
exist a placeholder to know how many absorption have the player? the golden hearts
Hello, I am coming to you to find a solution. I do not understand this is the line of error if someone could enlighten me and help me solve it would be very appreciated thank you to you
update the server expansion
/papi ecloud download server
/papi reload
I have already done this and it does not work I still have the error
do /papi dump and send the generated link here then
plugins/PlaceholderAPI/expansions you have 2 server expansions. Delete them both and then redownload one using the commands from above.
I was not wrong thanks to you it was quick haha. And for the chances of duplicate and duplicate essential files, do I delete them?
Hi! Sorry to bother, I have a problem with placeholders with hex colors
When i use a placeholder that have hex colors, for example, %vault_prefix%, the placeholder gives the entire color code, instead of the colored text
Placeholderapi extensions in my server:
Animations, Essentials, Formatter, LocalTime, LuckPerms, Parkour, Player, Server, Vault
Plugins and Examples:
https://imgur.com/a/BppKZhl
Itβs due to the fact the colour formatting is done on the side of the plugin
So if you put that in a plugin which formats hex chat colours it should In theory work
I'm getting some interesting error messages
PAPI Version: 2.10.10
Full error message:
https://mcpaste.io/0a49b11f73e13374
Update your server expansion.
No, just the server expansion.
Delete the server expansion jar and download it again
Ok
https://paste.gg/p/anonymous/ea7bbf8d9de549acb3454cf83fc798f4
Hey, I am getting this error on console when I try to reload papi
Any ideas on this?
do you have discord srv installed? If not, delete the expansion
%luckperms_group_expiry_time_default% I want to change the time unit of this placeholder to Korean, not English. Is there any way?
up ^^^
Is there a way to use placeholders inside of WorldGuard placeholders? I want to use a world placeholder
yes? but I want to use world placeholder instead of world name
actually I find what I want: %worldguard_region_has_flag_deny-message:2,62,30%
but it shows empty message for some reason
not an error I believe
Hello how can i register my plugin to PlaceholderAPI??
What do you mean? Like add placeholderapi support in your plugin or add an expansion to the ecloud?
add an expansion to ecloud
@balmy marten ^
Please respect the rules, be patient and don't ping staff members!
Up
%worldguard_region_has_flag_deny-message:2,62,30% I'm using this and it shows empty message, what would be the reason?
Use https://paste.helpch.at/ for errors, logs and configs. So we don't spam the discord.
Have anybody an idea, why i get the Error https://hastebin.com/inaquneqoq.properties at my Code PlaceholderAPI.setPlaceholders(sender, "%luckperms_primary_group_name%")?
sender is btw the Player.
hello
i have an issue with placeolderapi plugin
when i download an expansion
and i reload the plugin
an error ocurres
[21:08:28] [Server thread/ERROR] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI] Failed to load expansion class EssentialsExpansion - One of its properties is null which is not allowed!
[21:08:28] [Server thread/ERROR] [me.clip.placeholderapi.PlaceholderAPIPlugin]: [PlaceholderAPI]
java.lang.NullPointerException: The expansion version is null!
A member of staff has requested I move your message to a paste,
Most likely because it contains a config/error/code snippet.
A member of staff has requested I move your message to a paste,
Most likely because it contains a config/error/code snippet.
make sure ur using the latest version of essentialsx
yes
but no only occures with essentials
with server expansion too
the same error
i have a magma server
@warm topaz
%worldguard_region_has_flag_deny-message:2,62,30% I'm using this and it shows empty message, what would be the reason?
How can I unregister a placeholder?
Dm me a username and email you'd like
why i can't DM you??
Please respect the rules, be patient and don't ping staff members!
Hello, I have a question, how can I set that you can see the ranks in the tab and then make the link to the domain away
And how can I adjust that I can be at the top as the owner
i have TAB,Vault,PlaceholderPlugin,Powerranks Plugins on my Server If I can't do ranks in the tab, is there a plugin that works? I have 1.17 spigot
Groups section in TAB config
you can setup it manually or with vault rank/luckperms prefix placeholder
i dont understand the domain part π
TAB config --> ctrl + f --> sorting but then you need to setup groups manually ig
Whenever I open tab there is a link to a website because I would like to take it away
And the fact that I don't see my self-created trickery in the tab is also annoying because I don't understand at all because I don't know about the conifigs at all and I don't want to do anything wrong because then I would have to reinstall the plugin again
%worldguard_region_has_flag_deny-message:2,62,30% I'm using this and it shows empty message, what would be the reason?
is it possible to use math placeholder in changeoutput placeholder?
and if yes, how
{} instead of %%
it won't work, i will give you example here
executed:
/papi parse me
%changeoutput_equals_{math_0:_{bungee_hub}+{bungee_ee}}_1_&7&oYes_&c&oNo&r%
output:
hub}+0}
console says: [18:18:07 WARN]: [PlaceholderAPI] [Math] Invalid Placeholder detected! [18:18:07 WARN]: [PlaceholderAPI] [Math] Placeholder: %math_0:_{bungee_hub% [18:18:07 WARN]: [PlaceholderAPI] [Math] Cause: '{bungee_hub' is not a valid Math-Expression.
probably because of double { & }'s
ok so math with placeholder in it can't be used in changeoutput
alright
confirmed
however, that's sad
use javascript instead maybe.
that would be fun if i know how to use js
VotingPlugin placeholders not working
Server version: 1.17.1
Plugin version: latest
Please @ me
(just now realizing I used Trivia.melotakuScore for two of them, oops, but that isn't the problem because it does it for Trivia.gameFarmerScore too)
ugh. have you tried them with /papi parse?
yes. in papi parse it still says 0, but in my plugin's command to check the score, it says 300
can you try sending debug messages in the onRequest method? because I'm pretty sure PAPI doesn't cache anything.
gave up, coded the holograms myself without holographicdisplays or papi lol
Is it possible to change the number of zeros for a specific math function and not all?
ye.
%math_PRECISION:_math-here%
you can also change the rounding type the same way.
%math_PRECISION:ROUNDING_math-here%
if you want just rounding:
%math_:ROUNDING_math-here%
Having some issues with the string expansion
The random placeholder doesn't appear to be working?
This command:
/papi parse me %string_random_1_2_3_4_5_6_7%
Outputs this
1_2_3_4_5_6_7
a mistake has been made. you should use , to split strings not _.
so %string_random_1,2,3,4,5,6,7%
will fix it in a sec
hey there i am trying to work out how to get the date and time placeholder to look like Fri, September 17 But i have not had any luck yet, anyone know how to make this?
%server_time_EEE, MMMM dd%
You're an absolute legend @austere hawk Thank you!
Wrong person but you're welcome.
lmao
β€οΈ
there's a last join.
If you want, you can use the LastLoginAPI plugin to get its %lastloginapi_last_logout_date% placeholder. There is no placeholder for this in a standalone expansion.
Hello, i have trouble finding the download placeholders for ProtectionStones. i have been trying to install it from the ecloud website and ingame but i cant find it is it cancelled or smth
I saw in the wiki thats implemented buti couldnt find a way to install it in my server
thats implemented
this means that it comes directly in the plugin and you don't need to download anything else.
oh. time since. ugh. don't know any placeholder for that.
you could maybe make a custom javascript and use the last logout date from LLAPI but idk how that would really work
by implemented i mean thats supported in the wiki
well anyways. doesn't matter. I checked the source code and it is built in the plugin
if (CONDITION) {
// CODE
} else {
// CODE
}```
@turbid tide
Please respect the rules, be patient and don't ping staff members!
Maaaaybe try changeoutput? Itβs an expansion
Hey guys is it possible to have server place holders into a mod ?
to have for instance in a gui the number of players online or the name of your faction
what would cause a javascript placeholder to always come back blank? It was working last night but not now. literally all that's changed is the server its on.
I moved over the javascript config file and the folder containing the script and ran papi reload.
turns out i screwed up the definition in the javascript_placeholders file. and was using an invalid javascript placholder when trying to parse
So, I integrated a PlaceholderAPI into a plugin of mine and made an extension for to that end. But registration for the eCloud is locked. When will I be able to upload my extension?
Dm me a username and email and i'll create an account for you on my end.
Is there a way to do something like that with Formatter or another expansion? If a parsed placeholder will include text artwart, it will just show artwart or yes, no etc.
hello, I have a server in 1.17 I wanted to put placeholder in a scoreboard but it is not displayed while its working very well in the menus ect ..
I have checked everything everything is up to date placeholder, scoreboard ect ...
can you help me i am really blocking
I want to ask
parties_list_rank_member_online_2
I currently use this placeholder to output the playerβs ID CGHB_GOD
But I apply this placeholder %changeoutput_contains_{playerlist_online,nearby,yes,list,30}_{parties_list_rank_member_online_2}_true_false%, I want it to detect whether this player is within 30 blocks nearby, and if so, It returns true, if it is not within 30 blocks, it returns false, but this placeholder returns GOD, maybe this ID contains the underline?
Want to ask if there is any solution?
Help me pls
What is the placeholder to display the players head in a GUI?
How to use custom heads in DeluxeMenus:
a) A player name material: head-extended_clip
b) The player's head material: head-%player_name%
c) The base64 code of a head material: basehead-<code>:
- Go to https://minecraft-heads.com and find a head.
- Copy the head Value code (from the page bottom)
d) The minecraft texture url material: texture-<id>
- Only put what's after https://textures.minecraft.net/texture/
e) EpicHeads material: heads-<id>:
- Require https://www.spigotmc.org/resources/13402/
f) HeadDatabase material: hdb-<id>:
- Require https://www.spigotmc.org/resources/14280/
@chrome thunder
I tried head-%player_name% as a material and it didnt work.
Unless I used it wrong...
@chrome thunder Did you install /papi ecloud download player ?
hello I need help, with the %player_name% since it does not work for me in the holographics displays plugin and I have already done /papi ecloud download Player
any solution?
hey so i have question how can i set 2 server online player in 1 placeholder? like server1 have 10 players and server2 have 12 player i want the placeholder say its 22 players online
Is it possible to display plugin placeholder in other plugin that not in ecloud ?
help
What scoreboard plugin
Hey guys is it possible to have server place holders into a mod ?
to have for instance in a gui the number of players online or the name of your faction
if you have a server software that allows plugins+mods and you've got a mod that hooks into PAPI, then I guess it should work
π¬
?
not many people recommend it
Hi i have a problem with some placeholders in deluxemenu https://i.imgur.com/0U7HJpK.png in the line Tiempo Jugado (Time Played) the placeholder didnt show anything and with other placeholders like &f%statistic_kill_entity:PIG% when i kill a pig the placeholder didnt update
I has a question, How I sort out placeholders inside a string?
I guess placeholder api canΒ΄t tho this for mee
That was it, thanks!
Please respect the rules, be patient and don't ping staff members!
How can I make a placeholder that goes down on some timer? I have servers restarting on a timer and wanted to show that on a deluxemenus GUI
Would anyone know how I can edit a PlaceholderAPI Expansion?
material: DEEPSLATE_REDSTONE_ORE
amount: 1
slot: 11
priority: 3
enchantments:
- durability;10
hide_enchantments: true
display_name: '&cLevel 1'
lore:
- '&7These ranks are an alternative'
- '&7way of getting extra perks'
- '&7without spending any IRL money.'
- ''
- '&cRequirements:'
- '&cβ‘ &f$50,000 (Cost)'
- '&cβ‘ &f10 Votes'
- ''
- '&aPerks:'
- '&aβ &f4 /AH Slots'
- '&aβ &f2 Player Warps'
- '&aβ &f15 Chest Shops'
- '&aβ &f2 Vote Keys'
- '&aβ &f+1,000 Claim Blocks'
- ''
- '&a&lβ CLICK TO UPGRADE'
left_click_commands:
- '[console] eco take %player_name% 50000'
- '[console] lp user %player_name% parent add 1'
- '[console] lp user %player_name% perm set ranks.01'
- '[console] crazycrates give p vote 2 %player_name%'
- '[console] acb %player_name% 1000'
- '[close]'
left_click_requirement:
requirements:
name1:
type: javascript
expression: '%VotingPlugin_alltimetotal% >=10'
deny_commands:
- '[message] &#ff74fb&lCOSMIC &8&lΒ» &7You do not meet the vote requirement for this rankup.'
- '[close]'
name2:
type: has money
amount: 50000
deny_commands:
- '[message] &#ff74fb&lCOSMIC &8&lΒ» &7You do not meet the money requirement for this rankup.'
- '[close]' ```
why does this tell players "you dont meet the requirements"
when they do
if they relog and click it like 20 times it works
is something wrong?
yes
wat wrong
well for starters you can't have multiple deny commands I'm pretty sure
they have to be indented with requirements, not the name of the requirement
also using javascript there is unnecessary
oh, what would better way to do be then
type: '>=' input: '%VotingPlugin_alltimetotal%' output: '10'
i see i see lemme try that
well now i think doing that fixed it?
everytime i rankup now, it works first try
and it checks my money & vote balances
awesome, everything works?
think so, will see if any players complain about it not working. Thank you in advance π
No problem
hmm actually you still have to click it twice
could you send that part of the menu?
requirements:
name1:
type: '>='
input: '%VotingPlugin_alltimetotal%'
output: '10'
deny_commands:
- '[message] &#ff74fb&lCOSMIC &8&lΒ» &7You do not meet the vote requirement for this rankup.'
- '[close]'
name2:
type: has money
amount: 50000
deny_commands:
- '[message] &#ff74fb&lCOSMIC &8&lΒ» &7You do not meet the money requirement for this rankup.'
- '[close]' ```
requires clicking it twice
but that might be because my double requirements?
requirements:
name1:
type: '>='
input: '%VotingPlugin_alltimetotal%'
output: '10'
name2:
type: has money
amount: 50000
deny_commands:
- '[message] &#ff74fb&lCOSMIC &8&lΒ» &7You do not meet the vote requirement for this rankup.'
- '[close]' ```
i have
requirements:
name1:
type: '>='
input: '%VotingPlugin_alltimetotal%'
output: '10'
name2:
type: has money
amount: 50000
deny_commands:
- '[message] &#ff74fb&lCOSMIC &8&lΒ» &7You do not meet the requirements for this rankup.'
- '[close]' ```
still requires clicking it twice
@junior musk I tried while using a working PAPI, and the text won't show up
not rlly sure soz
Would anyone know how I can edit a PlaceholderAPI Expansion?
then the mod doesn't support PAPI
you would have to code in Java
oof
Hi, someone can tell me how create countdown for 24h?
Do I has to guess how to use placeholder api or is it on git-hub I can ask questions?
Yes but that wiki not explanation how to implement it in the code. I if i not miss something.
I mean I has placeholder api installed and working. But the part I donΒ΄t know abut are to difference placeholders from normal text.
I think only use split will not fix that issue. maybe use index to find first and last if not placeholder api self has methods for this.
But with out any info, I can only guess.
Mate. I really don't understand what you mean. What do you have to guess? What do you have to split? What first? What last?
you'll really have to explain better
If you has random text like
name: "random name %someplaceholder% more text %randomplaceholder%"
arrayofText:
- "some text %placeholder%. text some symbol like 10%"
- ""
- "more random text percent value> &6 %randomplaceholder%%."
and you want to parse placeholders?
there's an example right here: https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Hook-into-PlaceholderAPI#setting-placeholders-in-your-plugin
yes (sry if you get piniged)
String joinText = "%player_name% &ajoined the server! They are rank &f%vault_rank%";
/*
* We parse the placeholders using "setPlaceholders"
* This would turn %vault_rank% into the name of the Group, that the
* joining player has.
*/
joinText = PlaceholderAPI.setPlaceholders(event.getPlayer(), joinText);```
π
hello, guys
I need your help!! I have errors in console, please help me how to resolve it?
Paste Services
When asking for help with a config/menu/code issue please use our paste bin:
(we prefer it over pastebin.com)
β’ HelpChat Paste - How To Use
send the errors in a paste bin please
Thanks bliz, I think only that page show how to set it up (with different methods/ways).
Are you talking about the
Loaded class * from * which is not a depend... messages?
that are not much of a warn that msg π
nothing critical about that?
yeah
no only a way to notis devs to set this in plugin.yml
yeah nah. just spigot letting you know that a plugin or in this case an expansion is accessing a plugin without telling spigot about it.
you could add it to PlaceholderAPI's plugin.yml but if you can live with it there then just let it be.
Hmmm, guys tell me what to add to this PlaceholderAPI's plugin.yml to keep everything safe?
π
no. not to keep it safe.
just to not get the warning in console anymore.
yeah, i mean that...
is safe to ignore π if not your plugin most load before an other plugin or are depend on other plugin you need to set it.
imo you shouldn't add it at all but if you really don't like the error
then go for it I guess
you try to reinstall player extension? @wicked lava
seems like that's a networkmanager Player. I believe he might have the NetworkManager expansion but not the plugin or something like that.
So I created a placeholder in my plugin right (a modified factions plugin), and well when I do: /papi list It says 1 Placeholder hooks registered:\n factionsone. But my placeholder doesnt work... has anyone here ever added placeholders to a plugin?
hi, can someone help me with this error ?
""
[14:05:37 ERROR]: [PlaceholderAPI] Failed to load expansion class StatzExpansion - One of its properties is null which is not allowed!
[14:05:37 ERROR]: [PlaceholderAPI]
java.lang.NullPointerException: The expansion version is null!
at java.util.Objects.requireNonNull(Objects.java:246) ~[?:?]
at me.clip.placeholderapi.expansion.manager.LocalExpansionManager.register(LocalExpansionManager.java:166) ~[?:?]
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) ~[?:?]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) ~[?:?]
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1655) ~[?:?]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) ~[?:?]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) ~[?:?]
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) ~[?:?]
at java.util.stream.ReduceOps$5.evaluateSequential(ReduceOps.java:257) ~[?:?]
at java.util.stream.ReduceOps$5.evaluateSequential(ReduceOps.java:248) ~[?:?]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
at java.util.stream.ReferencePipeline.count(ReferencePipeline.java:605) ~[?:?]
at me.clip.placeholderapi.expansion.manager.LocalExpansionManager.lambda$registerAll$3(LocalExpansionManager.java:327) ~[?:?]
at me.clip.placeholderapi.util.Futures.lambda$null$0(Futures.java:46) ~[?:?]
at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:98) ~[forge:?]
at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:462) ~[forge:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1060) ~[?:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) ~[?:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:1006) ~[?:?]
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:821) ~[?:?]
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:269) ~[?:?]
at java.lang.Thread.run(Thread.java:829) [?:?]
[14:05:37 INFO]: [PlaceholderAPI] Successfully registered expansion: player
""
Any idea how I would add two placeholders together for example the bungee total on one server and the bungee total on another serrver
math expansion
How do you do this: %formatter_text_lowercase_%player_biome%%
It gives: formatter_text_lowercase_player_biome%
use {} for nestedp laceholders
hello, why does %server_tps% return 0.0?
help, pls
i'm using Purpur 1.17.1, EssentialsX and PlaceholderAPI
constantly when players connects the server, the same error pops up
associated with EssentialsX and PAPI and Vault
Β» Give the helpers some details
Β» Ask suitable questions
Β» Be polite
Β» Wait
When i start my server i get this error: https://paste.helpch.at/ijabebagaz.md
update your server expansion
Ohh okay, i did that before and now i noticed i had 2 of each expansion in my Expansion folder
Its working now! Thanks
π
well. can you share the error with us?
Please respect the rules, be patient and don't ping staff members!
%changeoutput_<_{parseother_{parties_list_rank_member_online_1}_{player_level}}_5_false_true%
Why can't this be used?
%parseother_{parties_list_rank_member_online_1}_{player_level}%
Can correctly return 12
But when I use changeoutput these error messages will appear
Because itβs a placeholder inside a placeholder inside a placeholderβ¦ which isnβt a thing
Hi, I'm downloading javascipt via ecloud, but nothing appears in the placeholderapi folder.
https://imgur.com/a/hDjLZe5
uhmmmm
all right
did you reload? /papi reload
also check the console for errors, etc.
Hey guys!
Just updated to Java 16
and 1.17.1
from 1.16.5
New papi, vault, and essentials
cannot parse any placeholders at all?
Papi parse wearenoobs %player% just returns %player%
with papi ecloud download player
and reloaded.
its player_name
Interesting that works
but uh
all my other placeholders have.. gone
Like vault ones
Actually..
i think they are just failing in featherboard.
Please respect the rules, be patient and don't ping staff members!
you need java 15 or newer.
if you can't update then use an older version of the expansion
i want a dummy placeholder, that is i need it to be changed using ingame commands, preferably tied to the /team command in minecraft, (i want to add points to certain teams listed in sidebar)
i tried exactly that it doesnt seem to work
You won't be able to upload images here directly to avoid spam, so please use https://imgur.com/ to upload images/screenshots.
ah
So see the locy placeholder?
thats from the 'player expansion' and it doesn't seem to work after updating to 1.17.1
Player is in my papi list
I got it they changed it lmao
sorry
that's not from the player expansion?
that's not from any expansions
PAPI placeholders all follow a pattern
and that is %identifier_OTHER-STUFF%
Blitz, I repeat, I wrote above, will you help me?
https://paste.helpch.at/ufoyesiguw.pl
anyone know how to fix?
Update your server expansion.
im sorry what is "server expansion"?
The server expansion in PlaceholderAPI.
how do i do that?
/papi ecloud download Server
/papi reload
ok ty
Hi, does PlaceHolderAPI support PermissionEx plugin?
Uh well it depends on what you mean by that
but I'd recommend LuckPerms any day over PEX
I need help
There is no time to wait! Ask your question @dreamy halo!
I am trying to use holographic displays and its not working
The placeholder I want to use
%discordsrv_guild_members_total%
HD does not support PlaceholderAPI.
you need to use holographic extension to support Placeholders
if you want to use placeholders in HD you will need to install ProtocolLib and HolographicPlaceholders.
Use either of these two
https://www.spigotmc.org/resources/holographic-placeholders-holoextension.64535/
https://www.spigotmc.org/resources/holographicextension.18461/
along with this plugin
Idk if you're aware but the TOP placeholders were moved to the essentials expansion.
You can find a development build in the pinned messages.
I recommend you:
- Stop the server
- Update EssentialsX
- Update the EssentialsX expansion (Go to
plugins/PlaceholderAPI/expansions) and delete anyEssentialsXjars you find there then download the one that is pinned in this channel and put it in there - Go to
plugins/PlaceholderAPI/config.ymland disable theexpansions.vault.baltopoption (by settingenable:tofalse) - Start server.
- Now use the placeholders that are listed in the pinned message instead of the vault baltop ones.
Thank you :) It worked
π
