#placeholder-api
1 messages ยท Page 163 of 1
I only know about that expansion
papi reloading and plugin reloading does not update the placeholder
only restarting works
^^^^
hello!
can someone help me with a javascript placeholder? cause i'm not sure how to do it
in want to make a placeholders that display the player world
there's already a %player_world% placeholder within the Player expansion
no need for Javascript
So i think i found the issue but not entirely
Anything inside the request method gets sent
but the hashmap doesnt update
but it does through other classes
the message also prints inaccurate information
might be because of the static method
its not static
the getInstance
maybe try to put instance within the constructor?
yes. that's called dependency injection 
is there a version available for 1.17?
?papi-builds
You can find the latest PlaceholderAPI dev builds here: https://ci.extendedclip.com/job/PlaceholderAPI/
i'm using a playerworlds plugin
that creates a world per player
with format "pw_playeruuid"
Noone pls?
and i want to create a placeholder if a player is in a world that contains "pw"
return "PlayerWorld" or something
var world = "%player_world%";
function isPlayerWorld() {
return world.indexOf("pw_") != 0 ? world : "Player World";
}
isPlayerWorld();```
you forgot a quote @turbid tide
yeah I Was looking for what I Forgot xD
@eager swallow ^^^
that should do the trick
oh wait
fixed
Sorry for the late reply i was afk, that didnt fix the issue either.
I changed it from static instance to normal constructor and still fails to update
through the placeholder
it worked! thank you!
๐
also it's possible to add in same placeholder, if the player is in any other world than "pw_" to show "Spawn" ?
at 4th line replace ? world with ? "Spawn"
thanks โค๏ธ
https://postimg.cc/k6jFQw23
Very good job, java script already works.
just one problem: it doesn't transform color codes to colors
yeah. papi doesn't have hex support yet
your plugin will have to translate it
like the one you're using it in
oh
oh
I just spoke to the administrator of my server and she told me that /parse never worked. hahaha
sorry uwu
Congratulations! works like a charm!
๐
how i can print placeholder of onlineplayers with more then 1 server? like bungee_survival+survival2+survival3% ??
math expasnion
%math_0_{bungee_survival}+{bungee_survial2}+{bungee_survival3}%
math for some reason not working for me in 1.17
Hello there, how far is the update for 1.17? ^-^
You can find the latest PlaceholderAPI dev builds here: https://ci.extendedclip.com/job/PlaceholderAPI/
Plugins that dont require a download or are coded into those plugins themselves, shouldnt they just automatically work? Or do i still need to run a command? Im using the latest devbuild of placeholder and 1.17 plugins ty
Hello, I need someone to help who knows the tab, well, I create bedwars mode and I do not know how to do it so that next to the rank, the team in which you are.
Hi i have a question. Does anybody know if there is a placeholder which pick up the name from the server from the bungeecord.
Does the javascript expansion not work for 1.17?
Youre a saviour
Updated from 1.16 to 1.17 with a bunch of javascript placeholders, simply installed the jar from the chat and it worked perfectly, chat is just as it was before. (Just some feedback, thank you so much for this)
Thanks for letting us know!
I personnally used a custom javascript version of @junior musk , worked fine for both java 11/java 16/graalvm ! ๐
I'll soon try to switch on your latest dev build of javascript to confirm you it works without issues
Edit : it works perfectly ๐
(tried on graalvm 21.1.0 java 16)
I was wondering where the statistic expantion for placeholderAPI is storing its data
i need to transfer the %statistic_time_played% from one server to another for the 1.17 update
its all stored within the world folder
I have transfered the playerdata folder over, i have the inventory but not the hours
Ah, im guessing its the stats folder
thanks!
Server thread/ERROR Could not load 'plugins/EssentialsX-2.19.0-dev+194-6535edf.jar' in folder 'plugins'
Is there something more I am suppose to add besides the .jar file for the dev build?
Startup Log Location
Your latest startup log can be found in the logs folder of your
server directory, labeled as latest.log.
Please copy the contents and paste them to a paste service.
Type ?paste for more information.
send the entire thing @static solar ^^^^
?paste
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
ugh that's strange. Essentials doesn't even show up in these logs
not even as failing to load
are you 100% sure you have it in the plugins folder?
and not somewhere else?
by accident maybe
or maybe u deleted it after?
oh sorry i think i removed it let me try it again
sorry about that i have airhead today
no worries
well it seems to have loaded this time, no idea why but i will test it out. thanks
๐
hi, I am using a placeholder from a plugin but it does not seem to work. The devs of the plugin said that it is because the world name has an underscore, so is there a way I can replace the underscore with an escape character or something?
Syntax for the placeholder: %bloodmoon-advanced_days_left_<world>%
My implementation of it: %bloodmoon-advanced_days_left_pangea_world%
ideally it would be like %bloodmoon-advanced_days_left_pangea%underline%world% or smtn but idk if thats possible
other solution is to change the world name
as it works with single word worlds
ugh
what?
placeholderapi only splits by the first _
the developer of the plugin has multiple choices there. split by the first 3 _ or add escaping themselves with regex or something
PAPI gives them this: days_left_pangea_world-name
yeah tried with a - in %bloodmoon-advanced_days_left_pangea-world% but no bueno
that won't work
its up to the plugin developer
to make the worlds with _ world
work*
I really don't know what they want us to do
they're getting the raw input days_left_pangea_worldname
its up to the how they use it
What does the %server_name% placeholder return? Where can I change it
I thought it was the motd as it says "A minecraft server" but it isn't motd as I changed it and it is still returning that
(using bungee)
in the plugins/PlaceholderAPI/config.yml file
Hm changed it there and restarted but it is still doing it
nvm it was because I missed quotation marks! Thanks blitz โค๏ธ
๐
The settings that I had in the Placeholder API javascrip section do not work for me when I updated to version 1.17, do you need the javascip expansion?
still getting these errors, even with the latest dev build https://paste.helpch.at/agutepozaj.cs
#852317810394267708 get the latest JS expansion
Hey funnycube, it turns out, for whatever reason, when PAPI is reloaded the expansion isn't registered anymore? Is there a way for me to solve it, except for having to register it upon every startup?
Please respect the rules, be patient and don't ping staff members!
My bad, didn't mean to ping
Download the latest one from the ecloud, and make sure you have the latest essentialx
the settings were changed/removed. there's still a few left. you can remove all the settings under javascript: and restart the server. it will generate the new ones
seems like you didn't copy the entire error
can you send us A FULL startup log please?
Startup Log Location
Your latest startup log can be found in the logs folder of your
server directory, labeled as latest.log.
Please copy the contents and paste them to a paste service.
Type ?paste for more information.
Hey, I'm tryna use the statistic placeholder in a command, however it is not actually showing it
i'm using discordsrv, just trying a broadcast command,
discord bcast #859715140835344394 mobs killed %statistic_mob_kills% , i have the expansion available
so i'm not sure
have you tried it using /papi parse me %statistic_mob_kills% ?
no, let me try it
o need to get into the server
one sec
it says 0, but im certain there is some that has happened
just typing out the placeholder in the chat, it becomes blank
well i'm going to assume the plugins you're using doesn't support PLaceholdeRAPI
if the placeholder works in the /papi parse command it 100% works
i tried something else, total seconds i've played, and yeah, that works, shows 9179 seconds
hmm
but on an external plugin, i do have placeholderapi compatibility installed, other placeholders do work but not this specific one 
try killing a few mobs and then parsing it with /papi parse me
and see if it actually counts
not really. its just a command that takes in a string
you put after me
parses the placeholders
and colors
and gives it back
i see
its basically for testing if placeholders work or not. you can also test what they return as well
so yeah
yeah, that placeholder doesn't work, i just killed a llama and it isn't updated
other placeholders do work with no issues, don't know what's the problem 
what's your server version?
1.17, pretty sure that might the reason
it might bew
can you make sure you have the latest version of the expansion? do /papi ecloud download Statistic then /papi reload
and see if it works after
sure, i'm sure it's on latest, i'll manually upload the JAR to avoid any possible fails in download
yep, it's showing registered, version 2.0, which is latest afaik
yeah it is
when i use the server expansion, it works perfectly fine
can you restart the server and send the latest startup log?
Startup Log Location
Your latest startup log can be found in the logs folder of your
server directory, labeled as latest.log.
Please copy the contents and paste them to a paste service.
Type ?paste for more information.
hmm alr
yeah. it might not even be the expansions fault at this point .I've heard md5 messed with the statistics part. that's just what I've heard. I'll try my best to guide you into debugging this tho
?paste
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
yes lol, i need to send image here to show you
You won't be able to upload images here directly to avoid spam, so please use https://imgur.com/ to upload images/screenshots.
You can also use a screenshot service like gyazo or jinx and post those links here.
^^^ if u wanna send images
mmm ok
yeah i've tried those they give same results..
can you go in plugins/PlaceholderAPI/expansions and delete the manually installed expansion, install it with /papi ecloud download
then do /papi reload
and then see if it works
alr
alr np
Downloaded it using ecloud, everything seems to be good, did /papi reload, then tried to broadcast the cmd, it just returns a blank state.
that error while enabling papi on 1.17 is nasty though, you were right. it might be a reason?
Edit - i also just realised there's a shit ton alternatives for it
Welp, might as well consider waiting on something else so i can make a hologram that has live updating stats of players ( which is what i wanted to do )
That error looks like you're not on latest
Hey, does papi work in 1.17?
?papi-builds
You can find the latest PlaceholderAPI dev builds here: https://ci.extendedclip.com/job/PlaceholderAPI/
nope. well not in the default PAPI expansions. Maybe there are plugins out there but I don't know any
minecraft records all the statistics in one place. Or at least spigot does
in the main world
Okay ty :/
Hi there, so i am trying to make a scoreboard and i cant seem to find placeholders for Kills or deaths a player has. Also do you know how i can add a rank to it if im using poweranks V2 since they changed placeholders
You probably want the Statistic expansion
%statistic_player_kills%
%statistic_deaths%
is there a way for it to show mob kills not player kills?
also %powerranks_prefix% works but not %powerranks_rank%
I delete the entire folder, restart generates the new ones and there I put the new configuration. No need for another plugin?
Please respect the rules, be patient and don't ping staff members!
I've just created this expansion that could help, placeholders are %perworlddeathcount_current% and %perworlddeathcount_in_<world name>%
Note that it will only count deaths by the time this expansion was installed
Ok ty!
tangu||y|| always here to save the day xD
has PAPI updated for 1.17 yet? if so where is the jar as i can't see it on spigot
You can find the latest PlaceholderAPI dev builds here: https://ci.extendedclip.com/job/PlaceholderAPI/
here @twin prawn ^^^^
are they stable?
When using the Data script for Javascript expansion, it doesn't save data to the file, and it clears the placeholders on reload. Anyone have a fix?
Link to the script please?
Labelled Data on this page: https://github.com/PlaceholderAPI/Javascript-Expansion/wiki/Community-Scripts
Alright
Are you on the version from #852317810394267708 or older version?
Yeah I'm using the latest Javascript expansion from #852317810394267708
Alright, ill have a look and keep you updated on the fix ๐
Great, thanks ๐
Hey! How can I pull placeholders from a server to another?
Like, say for example, you're in the lobby, you open a server selector gui, and you want it to parse your rank from for example, a skywars server
@pseudo pewter
Could you please test this version when possible and let me know if it fixes your issue?
Sorry, it doesn't work
Alright, ill get back to you in a bit
Bumping this, any ideas?
@austere hawk are ranks not global? if they are you can use luckperms
Naw I'm just giving an example
Better example would be player level in that minigame, since it's unique
I found a plugin, but it hasn't been updated in 3 years and the name is 'deleted'
ya sadly not you would need another plugin
Which one can I use?
https://songoda.com/marketplace/product/cifyholders-fetch-placeholders-from-placeholderapi-across-your-bungeecord-network.141 I found this but its most likely not fully working idk
The one stop marketplace for all the Minecraft plugins you will ever need.
Its made by one of my friends who has quit
any other alternatives?
no idea sorry
not really. there aren't any popular ones at least
Could you give this a shot? Thanks
It appears to work! Thank you for spending your day on this ๐
๐ฏ
I'm using the newest experimental Javascript expansion, and I've found that string comparisons have changed somewhat
My script:
function pvpToggle() {
if("%pvptoggle_pvp_state%"=="&aOff") {
return "Off";
} else {
return "On";
}
}
pvpToggle()
It would work before, but now it always returns "On" because the statement "%pvptoggle_pvp_state%"=="&aOff" returns false. Any ideas why this may be? I'm using PAPI version 2.10.10-DEV-null on MC 1.17, Paper build 71
The placeholder I'm comparing will either return "On" in &c red, or "Off" in &a green. This could possibly be a MC 1.17 thing, because I haven't tried this on MC 1.16 yet
tried === too, to no avail
Try .equals like you were using earlier
if quickjs works for you and you want to use it, its available in the config to be enabled
== would work with that
I'll try that soon, thanks
https://pastebin.com/EUzfgqq0
does PAPI suupport airplane?
'tis spamming my console...
#bot-commands don't spam here please ๐
It appears you didn't link to a crash report?
no
YOU'RE USING A PENTIUM
Yeah Its a PC ive had for a while before I built my own
have u figured out what was wrong?
no I've got no clue sorry
Are you using 2GB for 1.17?
https://paste.helpch.at/yoxigubize.md (Hello, I have a problem with my placeholders and it does not detect any, I do not know how to correct it)
๐ฉ
tf is that link
a reference picture
hi so what is the placeholder for tps?
%server_tps%
send your full startup log please
Startup Log Location
Your latest startup log can be found in the logs folder of your
server directory, labeled as latest.log.
Please copy the contents and paste them to a paste service.
Type ?paste for more information.
how can i download papi for 1.17?
You can find the latest PlaceholderAPI dev builds here: https://ci.extendedclip.com/job/PlaceholderAPI/
get it from there ^^^
Please respect the rules, be patient and don't ping staff members!
sorry
what scoreboard plugin is that? since placeholderapi uses %placeholder%, instead of {placeholder}
that's Featherboard, they use {placeholder} below version 5.0 because it uses MVdWPlaceholderAPI
since its placeholderapi placeholders yoou have to use {placeholderapi_placeholder}
for PAPI placeholders you do, yes
also I thought featherboard switched to PAPI now
they have, but only on 5.0.0 beta (and above) which isn't for production
Ic. so you're on 4.30.0?
I'm not OP, I don't need help- bladeRR1 does
no worries
yeah he's on beta
so he should be using PAPI placeholders
@eternal jackal ^^^ use the PlaceholerAPI placeholders instead of the mvdw ones
that doesn't explain why his chat placeholders aren't working too, unless he isn't using the latest dev build for PAPI
he is on 2.10.6 yeah
and also might be that the chat plugin he uses doesn't support PAPI?
Ok, thank you very much I will try to do my best haha ๐
what chat plugin are you using blade?
I was using delux Chat, but it wasn't working, so I started using Ezchat and it seems to be working fine
oh does the 5.0.0 version only support 1.17 now?
I believe it supports versions below, but there is not point using it below MC 1.17 as it's still experimental
plus, it changed how it works with MVdWPAPI and PAPI
tried using that, still doesn't work
what I ended up doing is forking the PvPToggle plugin and making the placeholder not return a coloured value, which makes the javascript comparisons work (in fact, I no longer need the JS script I made because the placeholder is now colourless anyway)
it looks like string comparisons only don't work when there is colour involved
and I think I might know why
I think you have to use the other symbol instead of &
whatever its called
I Forgot
section symbol
that one yeah
can't find a scoreboard plugin for 1.17 that works with placeholderapi
Titlemanager 
looks like you're using the old Server expansion
need download expansion from cloud?
yes
Can someone tell me why my jobs reborn placeholders don't work?
I am on paper spigot 1.17 , dev version of placeholderAPI
i am using the jobs placeholders in a gui-menu with DeluxeMenus 1.13.4DEV
there's no error in console when i do /papi reload or /dm reload
It's possible they made API changes and broke it, but, if it shows up in /papi list then idk.
Hello, i have this error in my console when i send /papi reload
[21:03:31 WARN]: [PlaceholderAPI] Task #84 for PlaceholderAPI v2.10.9 generated an exception
java.lang.NullPointerException: null
at com.extendedclip.papi.expansion.ezrp.EZRPExpansion.register(EZRPExpansion.java:44) ~[?:?]
at me.clip.placeholderapi.expansion.manager.LocalExpansionManager.register(LocalExpansionManager.java:139) ~[?:?]
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_282]
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[?:1.8.0_282]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_282]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_282]
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_282]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_282]
at java.util.stream.LongPipeline.reduce(LongPipeline.java:461) ~[?:1.8.0_282]
at java.util.stream.LongPipeline.sum(LongPipeline.java:419) ~[?:1.8.0_282]
at java.util.stream.ReferencePipeline.count(ReferencePipeline.java:593) ~[?:1.8.0_282]
at me.clip.placeholderapi.expansion.manager.LocalExpansionManager.lambda$registerAll$2(LocalExpansionManager.java:288) ~[?:?]
at me.clip.placeholderapi.util.Futures.lambda$null$0(Futures.java:46) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:63) ~[patched_1.12.2.jar:git-Paper-1595]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:423) ~[patched_1.12.2.jar:git-Paper-1595]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:840) ~[patched_1.12.2.jar:git-Paper-1595]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423) ~[patched_1.12.2.jar:git-Paper-1595]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:774) ~[patched_1.12.2.jar:git-Paper-1595]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:666) ~[patched_1.12.2.jar:git-Paper-1595]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_282]
I added EZRankPro
With this command : /papi ecloud download EZRanksPro
I update my version from java to java 16 and since then I am having problems with the javascript expansion constantly giving me the error the following error, could someone help me?
Failed to set ScriptEngine for javascript placeholder: example
Did you download the latest JS expansion?
oh sorry, I saw my mistake, I had forgotten to delete the old expansion, so I imagine it was loading instead of the new one, thank you very much!
Can somone help with placeholder api vault? shopgui giving error
for placeholder api vault error
[20:04:33 INFO]: [ShopGUIPlus] ================================[ ShopGUI+ 1.59.1 ]================================
[20:04:33 INFO]: [ShopGUIPlus]
[20:04:33 WARN]: [ShopGUIPlus] Failed to register VAULT economy.
[20:04:33 WARN]: net.brcdev.shopgui.exception.economy.EconomyProviderLoadException: Error occurred when loading economy provider
[20:04:33 WARN]: at net.brcdev.shopgui.economy.EconomyManager.loadEconomyProvider(EconomyManager.java:151)
[20:04:33 WARN]: at net.brcdev.shopgui.economy.EconomyManager.registerDefaultProviders(EconomyManager.java:64)
[20:04:33 WARN]: at net.brcdev.shopgui.economy.EconomyManager.setup(EconomyManager.java:50)
[20:04:33 WARN]: at net.brcdev.shopgui.ShopGuiPlugin.loadAfterServerLoaded(ShopGuiPlugin.java:206)
[20:04:33 WARN]: at net.brcdev.shopgui.task.LoadShopsTask.run(LoadShopsTask.java:26)
[20:04:33 WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[20:04:33 WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[20:04:33 WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[20:04:33 WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[20:04:33 WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[20:04:33 WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[20:04:33 WARN]: at java.lang.Thread.run(Thread.java:748)
[20:04:33 WARN]: [ShopGUIPlus] No supported economy plugins found, disabling the plugin.
[20:04:33 INFO]: [ShopGUIPlus] Disabling ShopGUIPlus v1.59.1
looks like you don't have an economy provider
wdym?
do you have vault and a plugin that provides an economy?
vault
like essentials or something
i have essentials x
and vault?
yes the plugin called vault
you need the plguin
mhmm
1.8.8
1.12.2
1.13.2
1.14.4
1.15.2
1.16.5
1.17
v1.6.7
v1.6.7
v1.7.3 - Latest
v1.7.3 -Latest
v1.7.3 - Latest
v1.7.3 - Latest
v1.7.3 - Latest
anyyyone???
actually changed back to paper and it's still doing it
wut?
why would i need an expansion to run the base plugin?
at com.extendedclip.papi.expansion.server.ServerExpansion.onRequest(ServerExpansion.java:190) ~[?:?]
It's calling the Server expansion
PAPI by itself does nothing
update the player expansion by doing /papi ecloud download Player then /papi reload
@turbid tide Thanks you :3
why cant papi parse %kitpvp_stats_kills%? it parses everything else fine and the plugin dev said theres no problem ,it works with holograms too
They gotta have an answer since is their code.
when you say everything else do you also refer to the placeholders from that plugin? Or just any other plugin/expansion but not that one
Hi, how i can register placeholder hook? I am asking because class EZPlaceholderHook does not exist.
are you trying to put the expansion in your own plugin or in an external jar?
Ok, thanks. And this is probably and old tutorial https://www.spigotmc.org/wiki/hooking-into-placeholderapi/.
yeah it is. the wiki link I sent you is the most updated one
says at the top btw
on the link you said
Yes, i see them, the github wiki
other placeholders from it added in the new update work, older ones dont, and other placeholders from other plugins work
Please respect the rules, be patient and don't ping staff members!
its weird
Any help why I'm getting this error? thanks a lot !!
[Wed, 7. Jul 2021 14:18:49 UTC ERROR] failed to download Essentials:1.4.0```
Looks like no permission to create the file
Does this plugin work with 1.17? I saw the 1_17 channel but it seems like that focusses on a differnt plugin called Javascript Expansion Update or something.
it does
Javascript Expansion is an Expansion for PlaceholderAPI (like an addon) which adds placeholders to the plugin
and #852317810394267708 doesn't only have this expansion
Alright thanks!
if you scroll up in #852317810394267708 , you can see 1.17 versions of other plugins
actually, seems like they removed the 1.17 PAPI version from there
?papi-builds smh
so thats the latest build that works with 1.17?
yeah
I only knew the one for dm-builds x)
didn't know this one existed as well
yeah. created that one as well
Alright thanks! I'll try it out.
When will they release the Papi vrsion onto spigot. I keep forgetting that the spigot site isn't updated.
we don't know yet. waiting for clip
Are you on the latest PAPI build?
the last one on #852317810394267708
You can find the latest PlaceholderAPI dev builds here: https://ci.extendedclip.com/job/PlaceholderAPI/
[PAPI] [Javascript-Expansion] Failed to set ScriptEngine for javascript placeholder:
what could I do?
Use the latest version from #852317810394267708
Minecraft version doesnt matter
Its the Java version thats the issue
I assume you're on Java 16
๐
Yep used latest version and still
Any stacktraces in console?
if not this is likely an issue with the plugin itself rather than papi
have you tried parsing the placeholders using /papi parse?
Does placeholder api have an update for 1.17?
Look up maybe 10 lines.
You can find the latest PlaceholderAPI dev builds here: https://ci.extendedclip.com/job/PlaceholderAPI/
xD
my place holder api isn't working
can someone help please
i did /papi ecloud download players
but it still not showing the online players
i am using holographic display
do you have HolographicExtension?
mm no
you need that
is it a plugin ?
yes
yep
holographic displays itself doesn't work with PAPI
so that's why you need holographic extension
ohh thanks it helped me a lot
star, that plugin only supports in mc version 1.8-1.5
but i am using 1.16
anything else i can do ?
in spigot it says "tested minecraft versions 1.8-1.15"
yeah just try it
okay
it's worked for most people
Omg it worked thanks a lot star
[01:11:09] [Thread-45/WARN]: [PlaceholderAPI] failed to download expansion information java.util.concurrent.CompletionException: java.lang.NullPointerException at java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source) ~[?:1.8.0_281] at java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source) ~[?:1.8.0_281] at java.util.concurrent.CompletableFuture.uniApply(Unknown Source) ~[?:1.8.0_281] at java.util.concurrent.CompletableFuture$UniApply.tryFire(Unknown Source) ~[?:1.8.0_281] at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:1.8.0_281] at java.lang.Thread.run(Unknown Source) [?:1.8.0_281] Caused by: java.lang.NullPointerException at me.clip.placeholderapi.expansion.manager.CloudExpansionManager.lambda$null$7(CloudExpansionManager.java:199) ~[?:?] at java.util.HashMap.forEach(Unknown Source) ~[?:1.8.0_281] at me.clip.placeholderapi.expansion.manager.CloudExpansionManager.lambda$fetch$8(CloudExpansionManager.java:192) ~[?:?] ... 4 more
Provide /papi dump
Are you using the plugin (deluxetags) pinned in #general-plugins ?? Then please read the entire mesage. It clearly states that you have to delete the old expansion since it nows comes inside the plugin
Sounds like a proble with one of the expansions you tried to download. Can't tell which tho. Maybe remove them and add them back 1 by 1 see when it breaks
yes I did that
Please respect the rules, be patient and don't ping staff members!
OH sorry qwq
Expansion-deluxetags.jar
U clearly didn't tho
Since its still there
Go to plugins/placeholderapi/expansions
And delete that file I sent above
Then restart the server
Can you do /papi parse me %deluxetags_tag% and see what it returns
It returns the black text seen in this img
I mean that just says it's not parsing the hex.
Blitz did you ever fully add hex to that? Idk if the expansion supported it.
well there still is the general issue of just no translating placeholders as you can see in the tab of that img qwq
Probably gotta talk to TAB about that.
If they parse via command then they are working.
hey, i got the Placeholder api plugin and downloaded statistic. i use %statistic_time_played% in my scoreboard as a placeholder to display the players time played, but its stuck and wont update its time, do you know how to fix this ? would greatly apreciate
what scoreboard plugin do you use?
scoreboard revision
What happens if you do /papi parse %statistic_time_played%?
Does it update? (if you use the command repeatedly)
"You must supply a target, and a message: /papi parse {target} {message}
oops
/papi parse me %statistic_time_played%
there
stays the same all 5 times
what does it say?
it just displays the time in the chat
console doesnt say anything
the time stayed all 5 times the same
That sounds like bukkit itself is not actually updating the statistic. For the statistic expansion we're purely the middleman iirc so the literal Statistic.PLAY_ONE_MINUTE or whatever is not updating.
"In addition to pre built placeholdrapi placeholders for Jobs plugin, now its have its own placeholders. Keep in mind that you can always check all possible placeholders ingame with /jobs placeholders command or even check what it would return with /jobs placeholder parse %jobsr_user_id% command." In theory they are built in and don't require a downloaded extension
Okay well then you will need to contact JobsReborn for help. I don't think there's more I can do there.
I told you what I could see on my end in terms of what PlaceholderAPI + DeluxeMenus are seeing on your server.
I could test by doing a dummy menu
Go for it.
DeluxeMenus will not parse any jobs placeholders unless it's coming from a valid expansion. You do not have the JobsReborn PlaceholderAPI expansion on your server. Unless he's doing some hacky stuff to get into PlaceholderAPI + DeluxeMenus, they will not parse.
Fixed it by changing from true to= disable-saving: false in the spigot.yml if anyone asks again
Hey guys, just wanted to confirm - the 1.17 version of PAPI isn't available yet, right?
That would be incorrect.
You can find the latest PlaceholderAPI dev builds here: https://ci.extendedclip.com/job/PlaceholderAPI/
why overload javascript?
https://imgur.com/a/K3ZgfgO
Whats that?
It is what it shows when I do /tab cpu ||Plugin TAB Premium|| (it shows the placeholders that are being used and the ones that consume the most performance).
so use in actionbar / bossbar / scoreboard the javascript placeholders goes wrong.
A member of staff has requested I move your pastebin.com paste to our paste.helpch.at!
Whats the ... at the end?
Id suggest to use a java expansion, js expansion was meant for small stuff like replacing something or changing the output based on a condition
what I do with that javascript is that the variables change it to customfont (texturepack)
where can i download papi 1.17?
and so far I don't know how to optimize it.
where can I find the variables to make a top balance in holograms?
https://imgur.com/yrmbB3C
https://imgur.com/biv2I86
I cant think of anything, sorry Nel
Hi, good night
where can i download papi 1.17?
You can find the latest PlaceholderAPI dev builds here: https://ci.extendedclip.com/job/PlaceholderAPI/
ty
Does this help?
`Vault
/papi ecloud download Vault
Economy
%vault_eco_balance%
%vault_eco_balance_commas%
%vault_eco_balance_fixed%
%vault_eco_balance_formatted%
%vault_eco_top_balance_#%
%vault_eco_top_balance_fixed_#%
%vault_eco_top_balance_formatted_#%
%vault_eco_top_balance_commas_#%
%vault_eco_top_player_#%
%vault_eco_top_rank%
Permissions
%vault_rank%
%vault_rank_capital%
%vault_ranks%
%vault_ranks_capital%
%vault_prefix%
%vault_rankprefix%
%vault_rankprefix_#%
%vault_suffix%
%vault_ranksuffix%
%vault_ranksuffix_#%
%vault_prefix_color%`
You have to enable the top function in papi config btw
I already did it but it still doesn't work for me
okey
Please respect the rules, be patient and don't ping staff members!
yeah. can't do anything about /papi parse tho
I am thinking of adding a different placeholder to output the hex as #aaFF00 but then its up to the other plugins to parse the hex
that means its past 10
it doesn't count to the next day
it counts to the day you're in
it might be possible
hmm
I think you could do it using the server_time placeholder inside the countdoun placeholder but rn I can't see how
%server_countdown_dd.MM.yyyy HH:mm:ss_{server_time_dd.MM.yyyy} 10:00:00%
try this @fathom crest
wouldnt that still be for the same day?
rip
hmm I am 100% sure I did it before but I Forgot hou
how*
it might've been javascript
yeah probably javascript expansion is the best choice here
Hmmm okay
where can I find the variables to make a top balance in holograms?
https://imgur.com/yrmbB3C
https://imgur.com/biv2I86
Hey, a question about the javascript extention for placeholderAPI:
`` if ( "%player_has_permission_server.vip.prefix.chat.green%" === "yes")
return "&a[&a&lVIP&a]&r ";``
I would like to check if the player has the permission server.vip.prefix.chat.green AND server.vip, would i just use && and compare both to "yes" ?
yeah that will work indeed
Thank you!
Hmm, doesnt seem to work
`` if ( "%player_has_permission_server.vip.prefix.tab.pink%" && "%player_has_permission_server.vip" === "yes")
return " &d[&lVIP&d]&r";``
I checked, i have both permissions, with the script above it works fine, with the new one with the && it no longer works, (i have both of those permissions)
The first expression needs the equals to "yes" as well
`` if ( "%player_has_permission_server.vip.prefix.chat.green%" === "yes" && "%player_has_permission_server.vip" === "yes")
return "&a[&a&lVIP&a]&r ";`` like this?
yes
does it have to be three ='s?
Not neccesary in this case, but strict equals should still be preffered
Still doesnt work :/
Hi, is there anyone able to explain why it pops up in the console and what does it mean? Is this some error or is it normal?
``
[21:20:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
[21:20:07] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin.
[21:20:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
[21:20:07] [Server thread/WARN]: [PlaceholderAPI] Task #189 for PlaceholderAPI v2.10.9 generated an exception
java.lang.NullPointerException: Cannot invoke "java.lang.Class.getName()" because "clazz" is null
at me.clip.placeholderapi.expansion.manager.LocalExpansionManager.createExpansionInstance(LocalExpansionManager.java:343) ~[?:?]
at me.clip.placeholderapi.expansion.manager.LocalExpansionManager.register(LocalExpansionManager.java:138) ~[?:?]
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) ~[?:?]
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:709) ~[?:?]
at me.clip.placeholderapi.expansion.manager.LocalExpansionManager.lambda$registerAll$2(LocalExpansionManager.java:288) ~[?:?]
at me.clip.placeholderapi.util.Futures.lambda$null$0(Futures.java:46) ~[?:?]
at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftTask.run(CraftTask.java:100) ~[patched_1.17.jar:git-Paper-"4e2f0be"]
at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468) ~[patched_1.17.jar:git-Paper-"4e2f0be"]
at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1488) ~[patched_1.17.jar:git-Paper-"4e2f0be"]
at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:477) ~[patched_1.17.jar:git-Paper-"4e2f0be"]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1404) ~[patched_1.17.jar:git-Paper-"4e2f0be"]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1180) ~[patched_1.17.jar:git-Paper-"4e2f0be"]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320) ~[patched_1.17.jar:git-Paper-"4e2f0be"]
at java.lang.Thread.run(Thread.java:831) [?:?]
``
Are you using this:
You can find the latest PlaceholderAPI dev builds here: https://ci.extendedclip.com/job/PlaceholderAPI/
I used this version
PlaceholderAPI-2.10.10-DEV-127.jar
So how do I use the dev version?
is this exception from that version?
That's using 2.10.9, use the dev jar
I looked inside PlaceholderAPI-2.10.10-DEV-127.jar and the version is 2.10.10-DEV-127, but your error shows 2.10.9
yes
I downloaded this version from this site
.
The exception is not from the version you downloadrd
The exception is from an older version
wait
ยฏ_(ใ)_/ยฏ
Sorry, I sent the log from where I had this trouble earlier. Now everything is in order and no information is shown. I will show success
๐คฆโโ๏ธ
im stupid ๐
Can I has a link to 2.10.10.27? I've only found up to .23
here
I'm sure this is asked a ton, but where is the documentation for creating a standalone extension?
I get most of it, but I'm not sure what package my class should be in
Another thing: If I wanted to to send a PluginMessage and get a response, how would I do it? I could use a CompletableFuture but I'm not sure how to register a listener
Hi, I'm new and I don't know much English but, by chance here is the placeholderapi for 1.17 somewhere?
How can I use placeholder api's placeholders in signs?
?papi-builds
You can find the latest PlaceholderAPI dev builds here: https://ci.extendedclip.com/job/PlaceholderAPI/
if you have a plugin that supports it, then yes
I know CMI can do that but it's premium
wdym? you want an expansion without any plugin? https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/PlaceholderExpansion#without-an-external-plugin
So I am getting this warning and no idea why
java.lang.NullPointerException: null
at me.gabytm.placeholderapi.config.ConfigExpansion.register(ConfigExpansion.java:56) ~[?:?]
at me.clip.placeholderapi.expansion.manager.LocalExpansionManager.register(LocalExpansionManager.java:139) ~[?:?]
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) ~[?:?]
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$2(LocalExpansionManager.java:288) ~[?:?]
at me.clip.placeholderapi.util.Futures.lambda$null$0(Futures.java:46) ~[?:?]
at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:99) ~[patched_1.16.5.jar:git-Paper-517]
at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468) ~[patched_1.16.5.jar:git-Paper-517]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:950) ~[patched_1.16.5.jar:git-Paper-517]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:175) ~[patched_1.16.5.jar:git-Paper-517]
at java.lang.Thread.run(Thread.java:834) [?:?]```
@vivid sparrow ^
Please respect the rules, be patient and don't ping staff members!
idk why that happens tbh
That seems to be a diff config expansion than on github tbh
I use the expansion on my server and works just fine
ah
yes
is it os?
Well I downloaded the config expantion from the ecloud with /papi ecloud install
yeah the ecloud one's been broken for a while now
aaaaa oke
Please respect the rules, be patient and don't ping staff members!
Than it is ok
yeah you'll have to wait for gaby to update it
Hello! It seems as though the Factions Ecloud Expansion isn't loading due to an error. (Picture) I went here cause I saw the publisher of the factions expansion was clip, the one that published placeholder api on spigotmc. https://cdn.discordapp.com/attachments/861696878826881054/863043886439464960/unknown.png
WARN Factions is attempting to register placeholder via a placeholderhook class which is no longer supported!
Does anybody know of a way to get around this, or be able to use placeholders from factions?
what factions plugin do you use?
Yeah. Are there any special rules about the package the class is in?
And how could I register a listener?
everything should be explained on the wiki page I sent
The Massivecraft factions plugin, as far as I know, this is the one that has the extension
yeah you're right. the expansion doesn't seem to be open source tho
iirc there's an updated version on the ecloud
are you sure the placeholders weren't moved in the ppugin?
oh?
isn't the plugin abandonned?
ohhh it was renamed
and reuploaded by someone else
@slate parrot got o plugins/placeholderapi/expansions and delete the Expansion-Factions.jar
aight, I'll check if this works
it's not a verified expansion, so i gotta download it manually
ah yeah
it's probably made by someone else who had the same problem
just don't forget to delete the old one
Finally works! ty
I'll unverifiy the old one
I still don't see how to register a listener
if you want to use events in the PlaceholderExpansion class, I think you can directly implement Listener and use the events, should be registered as one automatically (or at least it did for me when I tried)
what about PluginMessageListeners
uh
you could implement Taskable and register the channel in the start method
and then implement the plugin msg class and use it
Could you provide an example/documentation
I don't think there's one
Hello, i have problem with PlaceholderAPI motd pinger. It ping motd from server.properties but i want to see the motd which makes the plugin for minigames, can somebody help me please?
not possible
Then, how can i do it?
๐คท
How updated is the placeholder-api?
You can find the latest PlaceholderAPI dev builds here: https://ci.extendedclip.com/job/PlaceholderAPI/
Thank you
How can I know the placeholders of a plugin?
well there's a few options
most are on the papi wiki: github.com/PlaceholderAPI/PlaceholderAPI/wiki/placeholders
but some are also just listed on the specific plugin's wiki or spigot page
depends from developer to developer
The plugin I have is not in the list
can you give me a link?
have you scrolled down a bit?
I just saw them
you just place them in your scoreboard or wherever you want to display them
you do need a plugin that supports them tho
so you can't just use any tab/scoreboard/chat plugin etc
you need one that supports PAPI
ess chat doesn't support PAPI
;-;
you need another chat plugin
okay thanks
or actually
you might be able to use ChatInjector
to use them in EssChat
but I Think its a bit broken
at the moment
okay
i will search
IS WORKING
This is the plugin of Chat Injector Updated https://www.spigotmc.org/resources/chatinjector-1-13.81201/
Hey! Is it possible to make papi ignore certain characters in a placeholder for a specific plugin? Or is this up to the plugins developer?
hello, i understand that placeholder api hasnt been updated for 1.17, but is there a way to make it work, i was looking at the #852317810394267708 and it has javascript expansion, what exactly does that do?
?papi-builds
You can find the latest PlaceholderAPI dev builds here: https://ci.extendedclip.com/job/PlaceholderAPI/
1.17 version is available here ^
ohhh ok, thanks
how can I optimize this?
placeholders are being overloaded.
is there papi for 1.17.1?
You can find the latest PlaceholderAPI dev builds here: https://ci.extendedclip.com/job/PlaceholderAPI/
@stable pollen get it from here ^^^ latest one
ty
how do i pass arguments to mysql placeholder
yea i know how to specify the specific query, but how do i pass data to that query
that may be the worst idea for a placeholder ever
Execute the statement on your connection
?
Have you created a connection?
yea but how do i pass data to the sql query?
You can implement taskable and read from your config section
like idk some numbers and text or something
thats not hard coded into the sql query
like arguments for javascript placeholder
like javascript_name,1,2,3,4 or what ever it was
Like a prepared statement?
yea
You are using MySQL, correct?
yes
i know what prepared statements are, but i have no idea how do pass data to the placeholder from outside the placeholder ๐
Oh
The only way you can pass data to your placeholder is the String placeholder that you recieve
its what i receive, but how do i send?
lets say i have a sql query that looks something like that 'SELECT x FROM y WHERE z = {some random data that should be passed to mysql placeholder}'
how do i get that random data to that query?
what is the syntax for that placeholder
I'm not sure what you are asking
um
lets say i have a command that receives input from player
that then runs a placeholder with that player command input
idk command be like /search test
how do i get that 'test' to that mysql placeholder
it can be any string
my placeholders arent working and when i do /papi ecloud list installed it has an error
heres the console logs: https://paste.helpch.at/elasovuxob.bash
and my placeholders arent working in the scoreboard i have so idk
but i can parse them in chat
lmao why don't insert queries work?
Are you using holographic display? Then you also need the plugins: Holographic Extension and protocol lib
my placeholders don't work on my survival server but they do on the hub when I have the same expansions and protocollib installed on both
Check the startup log. Usually when there's a problem it will tell you
Which placeholders exactly don't work?
Which placeholder
like the %something%
give me an example
what placeholder are you trying to use
run /papi parse me %crazyenvoy_time_left%
and show me what it returns
do /papi dump
and send the link here
what
?startuplog
Startup Log Location
Your latest startup log can be found in the logs folder of your
server directory, labeled as latest.log.
Please copy the contents and paste them to a paste service.
Type ?paste for more information.
Send that ^
my placeholders work in /papi parse but not in plugins
what plugin(s)?
wdym "in plugins"
the plugin author has to manually support placeholderapi
hmmmm
in the same deluxehub text?
yeah haha
yeah that's why I'm confused lol
try deleting this folder: /plugins/PlaceholderAPI and copy and paste the PlaceholderAPI folder from the server it works from
ยฏ_(ใ)_/ยฏ
๐จ A user has been caught in our great nation using off-brand products, they've been dealt with accordingly
O
sure
huh
โข Removed 10 messages.
๐
nothing :))
Dkim being dkim
๐
the ban thingy
this
and i guess how it works?
How did you even trigger that?
either that or gaby didn't like how we were talking about it
purge #2? ๐ฅฒ
and that is all there is to be said ๐
not songoda
What is the off-brand product here?
oh are you on a modified client?
cAPS gaby
leaks?
sH
leaks of what?
plugin leaks yugi
ohhh
shuSh
of premium plugins
ok
Lmao yugi
xD
Good morning
oh
Why are we on the same timezone yugi lol
lol
Weird
uh
according to this (http://www.geosats.com/timezmap.html)
We arent in the same timezone
๐ฅด
Where do you live, yugi?
for some reason that didnt work D:
hmm
the config i have for the scoreboard is:
lines:
- "&7&m----------------------"
- "&7&lInformation:"
- "&5&lName: &d%player_name%"
- "&5&lRank: &d%luckperms_prefix%"
- "&5&lBalance: &d$%vault_eco_balance_fixed%"
- "&5&lClaim Blocks: &d%griefprevention_remainingclaims%"
- ""
would there be anything with that could cause the placeholders to not work?
thats why im confused lmao
since i can do /papi parse me %player_name% and that shows
since now PAPI has been updated for 1.17 support, and the change of JSONMessage to Kyori, does it means better hex support (from placeholders)?
the change from jsonmessage to kyori just affects commands
Hi all, with the latest PLacholder update, 2.10.10, do we still need the Javascript-Expansions installed in the expansions folder?
Is this a problem with you?
https://pastebin.com/nGzG0xfB
Looks to be an issue with that quest expansion
is there a placeholder for nicknames?
Yeah, assuming you're using essentials you have access to %essentials_nickname%
its bcz of the summer time. we move to gmt+3 time during the summer
I know
he's not in india btw
I don't remember exactly but he said Oman I tihnk once
oh wait you moved to #dev-general thought you just didn't finish the conversation xD
and its Qatar yeah. my bad
yes. nothing has changed to the expansion. you do need to use the build from #852317810394267708 tho if your server is 1.17
oh great I will keep it in the expansions folder then - ty
doesn't work across plugins for me
Please respect the rules, be patient and don't ping staff members!
a lot of plugins have their own placeholder for names
attempting to use for TABS to call users by nickname as the "welcome [player]"
nvm got it
it does work across just needed to be %essentialsnick%
Not sure what you mean by that?
oh nvm, just saw ur latest messages.
yeah TAB has its own placeholders. its supposed to cache them or something so its better
why the %essentials_jailed_time_remaining% not working??
are you on the latest build of Essentials Expansion?
also the development builds of EssentialsX?
yes
no
then you need to get em
the method that placeholder uses only exists in the 2.19 version
oh then you will have to wait for 2.19 to launch. nothing else we can do
yeah idk. should be soon but can't 100% confirm
ok thx for help
I'm a bit confused. In my plugin I want to access placeholders from other plugins. What is the syntax for this?
do I call one of the functions in me.clip.placeholderapi.PlaceholderAPI ?
PlaceholderAPI.setPlaceholders(Player, String)
I'm trying to create an Expansion that uses a PluginMessagingChannel, but my BungeeCord proxy never receives the message. I can send code if anybody wants to help.
#development and just send the code as well
thanks, was thinking it was one of the get functions
use a paste bin
@turbid tide
Please respect the rules, be patient and don't ping staff members!
yes?
i have a question
There is no time to wait! Ask your question @austere hawk!
i can make When I drink the potion depending on what potion to drink Will it expire in a few minutes? in the placeholderAPI
I am afraid I Don't really understand what you want.
Ex