#placeholder-api
1 messages Β· Page 67 of 1
@heady yoke Is it just saying the version is outdated or are they completely not working
shows me "%placeholder%"
you got the expansion?
what one am I missing? https://i.imgur.com/st1lK7c.png
Doesn't tell me anything.. I need to know which placeholder you're trying to use
Its the social spy part of deluxechat, im trying to make it say "Player 1" -> "Player 2", works for the 2nd name but not 1st
again, which placeholder..
I posted this yesterday "I have this as my social spy format " social_spy: '&8[&cspy&8] &f%essentials_nickname% &e-> &f%recipient%&7: '", but its not working for the essentials_nickname https://i.imgur.com/Hg3mhoO.png"
It shows %player_name%
What version you on?
1.12.2
np
@heady yoke wym?
So now that EZPlaceholderHook is deprecated what would be the best way to make an expansion hook into my plugin? Would my plugin need to have an API?
You can make the expansion inside your plugin if you want to.
Ok. Let me look for how to do that.
Would the process be the same as making a placeholder expansion that is a standalone?
That's the only experience I have.
@snow iron https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/PlaceholderExpansion#internal-class
π
Hello, with delxuechat when you try to click on someone and msg them while they have a nick name it kicks you out along with this message: https://gyazo.com/eb7303ee5639aa7395cbc7170893ed26
Is there a way to use expansions from ecloud with the Sponge version of papi?
The Sponge PAPI is completely separate from us
different developer, different plugin entirely
Also I was wondering if /msgtoggle - Have a permission for players to use and Staff to bypass it
I can't seem to find it on deluxechat spigot page.
deluxechat.pm.toggle wdym staff bypass it?
So if a player tries to /msgtoggle a staff to ignore them
and whats the command u have in config when they click on name?
deluxechat.pm.ignoretoggle
lets move to #general-plugins please
Or have him ask in the DeluxeChat channel where they are supposed to now π
iirc no
What would you need it for?
Interesting.
You can always suggest it on the GitHub repo.
That's why I was confused why you asked.
They have IDs
Hello, I was also wondering with deluxechat how can we setup multiple prefixes for players?
Or is there a way I can use my current permissions for suffixes instead of deluxechat?
@austere hawk What permissions plugin?
Like groupmanager, permissionsex, luckperm
I dont think you can but I know you can do Prefix & Suffix
Yeah on permissions. But If I add deluxechat I notice it also erase players current suffix from the permissions plugin
Did you add chatformat.<FORMAT>
Yeah
Howd you do it tell me the cmds and show me your deluxechat config
Actually nvm about it.
But question isn't there a way where players can have multiple prefixes? like [prefix1] [prefix2] [prefix3] with Deluxetag and Deluxechat support?
I got that part figure out it was %deluxetags_tag% but to add extra prefixes is there a way I can do that?
Not fully sure man
Does anyone know how to sort the "scoreboard top" for deluxemenus.
Like:
Input: %scoreboard_rank_<rank placed(1,2,3,4,5,6,7,8,9,10)>
Output: Player Name
Input: %scoreboard_score_<objective name>_<player name>%
Code Example:
Input: %scoreboard_rank_1% has %scoreboard_score_stars_{scoreboard_rank_1}% Stars%
Output: ItchyDitchy has 2 Stars
Alright another question bois
So I want a player to open a gui but only if he does not have a certain item in his inventory
I have the javascript to check a player's inventory if they have the item and it returns a boolean
Although
How can I make it to where if it returns false/no, then they have permission to open the gui
And if it returns true/yes, then they cannot open the gui
I saw it have the wrong requirement type but it still does the same thing
But now the player can't even open the gui even with or without the item
Also tried this %javascript_item_check_{player_name}_mat: 399% == no and nothing
Parsing the placeholder returns yes and no
Changed it to %javascript_hasitem_mat: 399% == no but still nothing
Remove the space?
Already tried
[DeluxeMenus] Error in requirement javascript syntax - %javascript_hasitem_mat:399% == no
Get that error in console now
Even with the space
ye the space doesn't affect it
have you tried with false instead of no?
Ye :c
Wait got it to wor
The space does matter
Needs to be spaced
And needed it to be true/false
I mean you automatically put a space so it looks better so lel :p
@vivid sparrow Already solved it and yea I was using the wiki which had 3 item checks
Does anyone know how to sort the "scoreboard top" for deluxemenus.
Like:
Input: %scoreboard_rank_<rank placed(1,2,3,4,5,6,7,8,9,10)>
Output: Player Name
Input: %scoreboard_score_<objective name>_<player name>%
Code Example:
Input: %scoreboard_rank_1% has %scoreboard_score_stars_{scoreboard_rank_1}% Stars%
Output: ItchyDitchy has 2 Stars
Please devvvss??
You're legit asking this every couple of hours, no response would probably mean noone knows what you're even tryin to do
I'm confused as to what you're trying to do tbh
^
K imma make a menu example and send it later...
you would need some sorrt of plugin that gives you a placeholder of the player name
if thats what you mean
Anyways I can just make a way to where they can just check the stats of another player which I can do
@wise goblet depends on what your displaying the top ten of?
A scoreboard
From a scoreboard
A minecraft scoreboard
https://www.spigotmc.org/resources/placeholderapi-scoreboard-objectives-placeholder.48236/
Scoreboard objectives but with the rank settings
Sorta like Vault Economy Extension with the rank #'s
Shows the player
So you're trying to make a "star" checker ?
whats ur server version ?
Craftbukkit spigot 1.8.8
/papi ecloud download statistic 1.7.0
/papi reload
thank you it worked
Great! π
@wicked cobalt its not all in caps, %server_time_MMM/dd/yyyy% check https://helpch.at/placeholders#server for more info
Thanks
np π
I think you've sent the wrong image
lol xD
I added a placeholder to my expansion and got this message
Warning:(59, 19) java: getPlugin() in me.clip.placeholderapi.expansion.PlaceholderExpansion has been deprecated
welp
do I need to update this
@Override
public String getPlugin() { return "Statz";
}
Does anyone know if there's a way to make placeholders work inside of plugins that don't directly support PlaceholderAPI? I tried ProtocolLib and ChatInjector but I had no luck since I was trying to put a placeholder in an item name inside of a GUI via a chest commands plugin. (I can't link links yet but the chest commands plugin that I'm using is called "Chest Commands" and it's a bukkit plugin).
Not that I'm aware of. You might be better off in the long run to switch to DeluxeMenus if you want to rely heavily on PlaceholderAPI.
ok thank you
Hello, I was wondering why I can't review others players tag on Deluxechat using Deluxetag but Op it works fine
I was wondering If it needs a Deluxetag permission so the players can see the tag
I did but I can't find the permission for it. Unless I do not which permission to add.
Current Permission: deluxetags.gui deluxetags.select deluxetags.list
Unless there is other permission that's also required as well
deluxetags.tag.name is the permission to give the tag to the player
there's no permission for giving access to view the tag only
yeah
But it doesn't show up the tag prefix when they select it. It shows up the prefix for OP players.
Which it's strange.
Are you chat formats [config] setup correctly?
Yeah it is.
I am using "%deluxetags_tag%" for the tag which that is the correct one.
Everything seems to be working fine beside the deluxetag prefix not showing up on non-op players.
Did you try reloading your permissions plugin? Or relogging? (If though it should generally work without having to do this)
Oh wait, yea I know what's wrong.
Rip my requestπ
Ace whats ur chat plugin ?
DeluxeChat
ok link ur spigot account please and i can help u in dchat channel
Hello, I need help about the plugin Jobs Reborn, the placeholders arent updated I guess
π
Hello, I need help about the plugin Jobs Reborn, the placeholders arent updated I guess. too
hey
anyone knows the faction relation color holder
because i cant find it
umm i use mvdw
ah
well we're support for placeholderapi
lemme check
you'll have to use papi through mvdw
well its hard to find it 1 by 1
and make sure you have papi installed with the factions expansion
you need placeholderapi at the beginning
so how then
%placeholderapi_rel_factions_relation_color%
lets see
as long as you have:
- PlaceholderAPI installed
- Faction expansion installed.
- Reloaded papi
{placeholderapi_%rel_factions_relation_color%}
cj last time I checked you can use %% inside the {} for mvdw
it literally says not to
worked for me so π€·
@balmy horizon Did you have all 3 things?
yeah
cj, I know it says it's without %%, but I'm telling you when I tried to use that, it worked for some reason
type /papi parse me %rel_factions_relation_color%
what does it return
@brisk coral probably built in for people who do it accidentally
I just edited that cmd btw, I typed it wrong the first time
:/
what factions do you have
FactionUUID
oh
you gotta say that, they're all different from one another
%rel_factionsuuid_relation_color%
so what now
try what I just sent
nothing
still same
%rel_factionsuuid_relation_color%
if i do parse me
that comse out
u got the expansion btw?
ye
uuid is included
no idea what to return
wait
how would you even use that?
isn't that meant for deluxechat only?
because it actually has relational things
AnimatedNames
idk if animatednames would even work with it
does it work for some reason?
i did {factionsuuid_faction_name}
but
no relation color
what i need is relation color
so it colors up when you're enemied, allied, or truced to someone
what I'm saying is that the relation placeholders might only be for deluxechat
or a member of a fac
well
other server has it
but idk what is the place holder
ive been looking for weeks now
the what?
put {placeholderapi_rel_factionsuuid_relation_color}
and see what happens
if it works, cool, if not then π€·
it shows different
what does it show

xd
try adding %% like frosty said
for some reason it might make it better
who knows at this point
still
do you have a color set for that ?
colors are hard-coded iirc
oof
so hard af
somebody help me
Khyst: Hello, I need help about the plugin Jobs Reborn, the placeholders arent updated I guess
I need help about bungeecord placeholders, is there any placeholder i can use to check server's minecraft version?
don't think so.
im trying to put the minecraft version on top of bungee npcs, is there any way to do that without putting mannualy an hologram?
Hey can anyone help me with a issue?
@sour hinge Ask your question
I sent "/papi ecloud download PlayTime"
then it sent "Expansion PlayTime download complete!"
the file is also in the directory but it doesn't works to use %playtime_time% and when I make /papi list "There are no placeholder hooks currently registered!"
are you using the latest papi version?
Yes
Check console for errors when downloading the expansion
Yes then comes "0 placeholder hooks successfully registered!"
=spigot playtime
Can't find a spigot account with that name?
=plugin playtime
=plugin playtime
:reee:
Oh ok, I'm gonna install
or u can use statistic placeholders
Ok now "1 placeholder hooks successfully registered"
ok, now it should work π
Hey, ive got a small question. Does anyone know a differnt placeholder to get the pinger of a bungeecord server? I know there is the regular %pinger_online_example.net:25565% but that isnt avaible on our network because of some security issues. Is there a replacements that works on regular bungeecord mode?
Don't think there is ^
Dont think so.
@spare pendant you can try this one https://www.spigotmc.org/resources/bungeeplaceholders-placeholders-for-bungeecord.62476/
Thanks, ill try that.
bungee expansion ?
The bungee expansion only includes the amount of player per server or on the whole network.
oh, sorry didnt notice the online part
@limber ice The plugin has some features but it doesnt seem to include a pinger of some sort. I could be wrong but what im seeing is mostly per server information.
trying to log into my server Mojang made changes and I cant log into my account
will test all the place holders to see what they do
Thanks, that would be awesome
Anyone here trying to use the WorldGuard Expansion which is currently broken?
Need a few people on different MC versions to test something.
Microsoft changed my setting and updated me to a beta client
Need a few people to test this. Only placeholder is %worldguard_region_name%. Thanks.
@spare pendant Your right none of those placeholders will not replace the online placeholder
Glare is that for WG 7.0
Thanks for testing @limber ice
Idk who the hell wrote the last version of the expansion but it is not up to my standards so I'm rewriting it to make one jar support all WG.
so looking at the code you had a OCD seizure
Well I mean we were getting almost daily reports of it not working, and I just knew for a fact I didn't write the last update.
I also don't know what all placeholders I need to add in for it lol I'll have to go look through
yw π
Interesting.
Also when it comes to region names and such, make the first letter capital
for neatness sake
;c
dont be lazy and use js
I mean if I ever use them I will :p
1 out of ten working on my 1.14.2 server running latest dev build
1 out of ten what
placeholders
Like I said, that jar only has 1 placeholder in it.
yes, I don't use the wg expansion
guess I thought all the ones listed
gave region name
@brisk coral Happy?
Vault placeholders are broken lol
thanks β€
They aren't, but okay.
"Go away Bukkit - darbyjack"
Vault placeholders work just fine, make sure your papi is up to date
We have 5,674 servers currently using the Vault Expansion, if it were to be broken, we'd see a bigger response from the community.
cough /papi ecloud download miner whenβ’ cough?
I'm not going to bet on something I know works. I suggest you keep all your stuff updated.
1.8.8
1.12.2
1.13.2
1.14.2
v2.10.2 - Latest
v2.10.2 - Latest
v2.10.2 - Latest
v2.10.2 - Latest
you using that version?
update to that
Anyways, I'll finish updating the expansion later.
btw Glare, could you make some LiteBans placeholders ||if it's even possible|| ?
I wrote it initially but Iβm pretty sure someone updated it and sent me the source and I rode with it
@trim mist
@brisk coral Mostly likely not, or at least not anytime soon.
@final shadow Should double check stuff before rolling with it.
Not in any hurry, just sometime in the future
Most of it doesn't work.
so we can update our expnasions but can't edit the placeholders it can handle
Did you add clips repo to the repos?
yeppo
oh i waited like 2 minutes and now the error is gone
2 minutes after the import was done
Nice
I had asked a few times, how do I add a placeholder to the list of placeholders for the statz expansion?
why are there 4 different tps placeholders in Server
because each show a different value.
what's the difference between tps, tps_1, tps_5 and tps_15
if you do /tps you will also see 3 values
ah
now - 5 minute ago - 15 minute ago
last that many minutes
is there any placeholder that shows the player's FPS?
ok, one more thing, do you know how to use% player_x%% player_y%% player_z% showing everything on the same line?
@twin lintel the placeholders for the coords?
what does papi use for the player_ping placeholder?
just the regular CraftPlayer ping?
I think so, you can just check the GitHub.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project WebBridge: Fatal error compiling: invalid target release: \1.8 -> [Help 1]
what does that even mean
What do you have on source and target on your pom file?
<repositories>
<repository>
<id>spigotmc-repo</id>
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
</repository>
<repository>
<id>placeholderapi</id>
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.12.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.10.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
how often does %bungee_total% update?
@stoic kindle I meant in the source and target part
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
just put 1.8 there
i dont know why that backward slash was there
maybe because minecraft development plugin
yeah it's the plugin that does that
thanks
ask your question
=yaml
Link me to a config and I'll check to see if it's valid.
=yaml <paste link>
I checked your config and, it's valid!
+ Correctly Formatted```
Hello where i can ask for the DeluxMenus support?!
Did you guys know you can write "daddy" instead of "papi" xD
shhh
tell nobody π
haha xD
Everyone knew that..
Question: So for the Math Placeholders, how would this work?
%statistic_mine_block:coal_ore%-%statistic_break_item:coal_ore%
It's Stat Mine block coal ore subtracted with Breaking.
yea got that part done lol
%math_%statistic_mine_block:coal_ore%-%statistic_break_item:coal_ore%%
not sure this is correct
But I'm thinking it is
naw seems it failed
@sand lance use {} for placeholders inside other placeholders
Yes
how do you execute it in PAPI to make sure it works?
/papi parse me/player %placeholder%
well that failed
nope just counts ores xD but i want it so silktouch doesnt play a role
Since you can break a Diamond_ore and it counts it, but if someone picks it up with a silktouch still counts that.
does placeholderApi support the /function for 1.14? for tell raw etc?
dont think so
well Rip
would be nice, /function gives crazy stuff
well... guess by plugins it is.
am i blind or is there no placeholder for seeing how many online players?
ah okay thanks
Placeholder to check an uptime for a different server than the one you're currently on?
anyone?
?
Placeholder to check an uptime for a different server than the one you're currently on?
help me pls
What can I do if DeluxeMenus doesnt take the variables from Placeholderapi?
%player_name% remains %player_name%
%player%
It depends on your server version
Also ```
/papi ecloud download player
/papi reload
Oh lol, thank you π
%player% ?
Gaby, that works on 1.8 :p
Does ChestCommands have an integration with placeholderapi?
And does DeluxeMenus work on 1.8.8, because I probably want to use DeluxeMenus instead of CC
1.8.8
1.12.2
1.13.2
1.14.2
v1.10.5
v1.11.3 - Latest
v1.11.3 - Latest
v1.11.3 - Latest
Also I believe CC supports papi
there is a way to force update all placeholder?
they update automatically, the plugin ure using them in doesnt update them (probably)
hmm, if thats what u mean then no
u have to update them one be one
by redownloading them
Can someone send me a link to the spigot page that shows how to implement placeholder api into your plugin so you can make placeholders
I found it a few days ago, but haven't been able to find it today
Thanks funny
np
How can I return a placeholder as an integer
Like: return main.dataFile.getInt("example.int");
When I try to return it as a string, anything that contains the placeholder doesn't work. Like if a deluxe menus' menu has %example_int% in it, it wouldn't open
not support pieconomy.
Hey I cannot seem to find v2.10.2 inside the maven repo; http://repo.extendedclip.com/content/repositories/placeholderapi/me/clip/placeholderapi/
Can someone update the repo?
lol, i typed into my ide 1.10.2; sorry xd
hehe, np π
On an offline mode server, PAPI keeps complaining about "player not found", when executing /papi parse <player> <args> ?
v2.10.2
paperspigot 1.14.2 git-paper-82
Like, bungeecord offline or cracked offline
Its a single paperspigot server in offline mode
With only placeholderapi and my test plugin enabled
Odd. You could open an issue on GitHub for the time being, I know most servers in PAPI are offline tho. Have you tried using "me" as the player arg?
That also didnt work for me, "Failed to find player: me"
Rejoin the server
oh whut that fixed it, why did it not work in the first place?
Yea sure will do
Normally I don't work with offline mode servers, but mojang forced me to this one. The new launcher complains about no internet connection lol
@light hull the new client, meaning the beta client they force on many
It's shit lol
just go in the settings and uncheck beta clients (launcher) and it will downgrade
is there anyone knows the skylevels lite placeholder i looked into ecloud and i cant find it
if the plugin has placeholders in papi, it doesnt mean it has to have an expansion
it could be built-into the plugin
I don't believe there are and I don't think any will be made because from my knowledge, the plugin is no longer in development.
ok. im sad now
Not much you can do to plugins that aren't being developed anymore.
im trying to put a complicated bit of javascript i got from online into my javascript placeholders script and its just throwing errors
Itβs this https://www.npmjs.com/package/js-sha256 and I. Donβt have access to the errors Rn. Itβs probably just some method it uses that canβt be used in papi. Itβs fine. I found another solution. @viral ravine
Hey!
Hope this is simple and quick,
Every time we restart our server Vault placeholders don't work. Each time we have to do /papi ecloud download Vault & /papi reload then they work again. Anyway to fix this?
Server Version: 1.12.2 Paper
PlaceholderAPI Version: 2.10.0
Vault Version: 1.7.2
Your papi is outdated
1.8.8
1.12.2
1.13.2
1.14.2
v2.10.2 - Latest
v2.10.2 - Latest
v2.10.2 - Latest
v2.10.2 - Latest
Does the same on the Latest version.
Any errors?
Nvm, I just deleted the expansions folder and redownloaded them all. Working now
Thanks anyway!
I'm having issues with faction relation placeholders not working...
I use FactionsUUID and try parsing the correct placeholder and it just returns the same thing, any ideas?
Well, I just figured out how to parse it, and it works.
Problem is, it wont work in plugins like ChatFormat
Not all plugins support relation placeholders
Hey guys, I am wondering if I could get some help.
So I am trying to use this plugin on DeadSociety, but I am getting this error: DeadSociety is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [] and urge them to update it ASAP.
I've contacted the developer and was told that I had to use an older version of PlaceholderAPI as my server is running on 1.13.2.
Could someone help me by telling me which version of PlaceholderAPI I should be downloading?
1.8.8
1.12.2
1.13.2
1.14.2
v2.10.2 - Latest
v2.10.2 - Latest
v2.10.2 - Latest
v2.10.2 - Latest
you gotta use 2.9.2 if you are getting that error iirc. The developer should update the expansion tho.
@brisk coral check ParseOther expansion
can I get some js help ;-;
Hello I've got an question I've got a plugin not supporting % %
And using DeluxeChat
Its prefix is [IslandTop-Rank]
Placeholders of mobkills?
@upper harbor %statistic_kill_entity_<mob>%
Make sure to do ```
/papi ecloud download statistic
/papi reload
o/
Having an issue with PlaceholderAPI's Javascript expansion
Doesn't seem to be wanting to load anything
Placeholders I tried using didn't work & I get this when running /papijsp list
I'm using the latest Paper 1.14.2
dont use js commands, use /papi reload to reload papi
get this one instead https://github.com/IntellectualSites/PlotSquared-Expansion
Great! π
@bronze bison Still doesn't work though
@devout rain
Please be patient and don't ping helpful or staff members!
Is your papi latest?
Yes.
@devout rain plot squared latest too?
If so contact the author
No reason for them to work then..
Meta
You're trying to use PlotsSquared placeholders
sec
Never said that I used PlotSquared lol
I think you're confused with the other guy
who has the exact same profile picture and colour
lmao
"o/
Having an issue with PlaceholderAPI's Javascript expansion
Doesn't seem to be wanting to load anything
Placeholders I tried using didn't work & I get this when running /papijsp list
https://hasteb.in/ihuyacik.rb
I'm using the latest Paper 1.14.2"
that's my issue
papijsp it's broken iirc
the command or the expansion?
since I can't use my javascript placeholders aswell
I took a few from the Spigot wiki page to try
none of them worked
the command.
only the commands clip
a method is messing in papi ure using in js (and i have no idea why ure doing that but yea)
took a look at it before, planning to meas with it but not now
you should go mess with the JSON expansion π
It not json expansion
you know what I mean
Give me a good name and ill make it
im not messing with anything atm lol
Just need a name cuz idk what i would call it when i create it
and need to decide before i create it
Create what
does the name really matter tho..
it does for me
Instead of an expansion u could hook into deluxechat and change the tooltip in the ChatToPlayerEvent
Dont want to make a plugin :p
It provides the sender and recipient
wouldn't an expansion be simpler?
Could done that with an expansion
How u gonna get the sender and recipient in the expansion
Same thing that lemmon asked
Actually u can
With relational
It's weird watching smart people talk
I can get the "viewer" from that
So how would it work
If recipient has x perm, set placeholder for sender to x
If they have another set to y
Actually even better
if the viewer has x permission, return x text, if he dont return null ""
yea that can be easily done too
If they have no perm send option a, could be a blank line or text containing placeholders
Then you can create option b and require a perm for it
Or c d e f g etc
Would be super easy
Ikr
also, just call it ToolTips Expansion
Just make sure to parse the placeholders to the string you return
Nah it could be used for more than that
Yea
Call it relational options expansion or something
Could be used in every plugin that supports relation placeholders
true
Call it RelationConfiguration expansion lol
that a very long name lmao
Sup
Hey
You should go fix CR π
Whatβs broke
events fired asynchronysly or something liket hat
if u want to, im laying on bed rn
Thatβs easy too
let me know once it's updated, so I can change the ver
Can anyone test it after I update it
sure
ping me once you've got it
its not
oh
just the commands
And dont use them
second issue!
[PlaceholderAPI] Failed to set ScriptEngine for javascript placeholder: randomletter
What java version
(remove it)
openjdk 8
openj9
@brisk coral still getting the same warning / error without engine set
and that palceholder still isn't outputting anything for me
besides the placeholder name itself
Please use a paste service to share configs, errors, code and long logs.
β’ HelpChat Paste
like i said same issue
[13:33:03 WARN]: [PlaceholderAPI] Failed to set ScriptEngine for javascript placeholder: randomletter
aBoo, mine keeps returning the first option for some reason, also how are you getting that error if you don't have it set lol
There's a default value
default value is set to javascript
yet even if i force it to use javascript, it fails
and the placeholder doesn't work
sec
[13:34:41 WARN]: [PlaceholderAPI] Failed to set ScriptEngine for javascript placeholder: randomletter
default value is nashorn ? I dont remember tbh
Let me update the expansion to output some more debug gimme a min
And fix the commands
On the pot
π
sad that you can't add the new methods and such clip
What u mean
Asked you a few weeks ago if you can update the js expansion engine to be able to use newer methods such as .includes() but you said no because the engine is no longer updated or smth like that.
Hello, ive just updated my server to 1.12.2 and now the custom placeholders that i have got will not work even tho they are linking into the PlaceholderAPI with no errors
@final shadow
https://pastebin.com/VPadTHBF and that is my code for the placeholders for my plugin
Is what I mean with JS placeholders not working btw
No output in console or anything
ok? xD
cool
@devout rain u on
yes
hello. I have got an issue with something.
The %player_name% placeholder doesn't work (neither does any placeholder) when I add a command to the [console] click_command identifier.
πͺπͺ
lmao
U wish you were buffed you skinny boy
lol what
mm
i've got another issue
cough
It says there is an error in these 7 code lines. Any idea? I of course downloaded Vault placeholders ahem
left_click_requirement:
type: >
input: %vault_eco_balance_fixed%
output: 1
deny_commands:
- '[close]'
- '[message] you do not have enough money to buy this.'```
it is simple
`>'
oh
also, use type: has money amount: 100
yep, that is what I did before but it kept letting me buy things even with -8000$ in balance
so.. I wanted to try with other things
welp
lmao
it should work, make sure u have latest version
yeah
or
1.8.8
1.12.2
1.13.2
1.14.2
v1.10.5
v1.11.3 - Latest
v1.11.3 - Latest
v1.11.3 - Latest
right
well it says there's an error yet, but never mind. I will leave it
Β―_(γ)_/Β―
I don't wanna get crazy
u wont, send the error
woah
good attitude
GIMP didn't even work to resize the image so I will send the complete one..
seems that I can't send the image
Errors detected in config.yml. Failed to reload
that is the error I get
Please use a paste service to share configs, errors, code and long logs.
β’ HelpChat Paste
yes
yep
u should add ' ' for placeholders
its up to u but use has money
and if u dont want to then use >= instead of >
guess u know why ^
wdym?
op bypasses the open requirements only
np π
mm i like these kind of customer service discord servers. They have saved me like hundreds of times
Sure, i or anyone else would help u π
yup
Hey how do I use place holder to create prefixes with the LuckPerms plugin groups?
I also use the Deluxe Chat plugin
@obtuse marlin
Yes?
I tried putting luck perms into the prefix area but it wouldnβt show in chat
You can find the placeholders here https://helpch.at/placeholders#luckperms
/papi ecloud download LuckPerms
/papi reload
Hello! I'm new here, and at the moment i need help with the placeholder
When i try the %progress_bar_{server_online}% placeholder in the scoreboard, and after I reloaded it, it does not display. I find it weird at first until when i did /papi reload, the progress bar display for 0.1 sec then it disappeared
And yes, i already did /papi ecloud download Progress
I tried mutliple scoreboard plugins as well
/papi parse me %progress_bar_{server_online}% whay does this return?
It shows the progress bar in the chat tho
Ur scoreboard plugin doesn't support papi probably
It does support
The bar flashes in the scoreboard for 0.1sec and it disappeared after i did /papi reload
How much is the update interval for that line?
1
Try 5
I'm not on pc, sorry
@bronze bison since when we have a progress expansion??
Long ago π
^ ?
yes im, its all good
I just on mc
Actually
I did your command the 1st time, it showed
But not the 2nd time
Just the blank line in chat
hmm
I can show you screenshot, but I can't here
=imgur
Please use imgur to share screenshots and other images.
β’ Imgur
yea i saw it
Is there anything to do next tho?
looking at it
Hey @austere hawk,
Thanks for reporting that, i just pushed an updated to fix that.
to update the expansion:
/papi ecloud refresh
/papi ecloud download progress
/papi reload
Thanks, now it worked π
But also, is there any maxium length though?
I mean, when i replace with symbol |, it only show like 10 of them, no matter how much I set the length
Did you try with | symbol tho?
@austere hawk
Please be patient and don't ping helpful or staff members!
working with | too
Whoo! finally this update works xD (for me)
How does it work
PlaceholderApi (2.10.3) Works Great, Finally updating from 2.9.1 Need to review btw
Not sure why you weren't using 2.10.2 which was out for quite some time
i don't think it worked, i would place them inside my plugins folder and get crazy errors... so Ehh, past now.
i did change 1 thing.
cloud_allow_unverified_expansions: true i had this on false before, but not going to test lol only thing i changed as soon as i saw this update.
For questions about EzRanksPro, please head to #bot-commands and run =spigot and follow the instructions!
Could someone help me with a javascript? Or give me a link that could help me?
[FeatherBoard] Error in placeholder: {player}
this placeholder is working on fine on my other servers just not factions
Make sure you have the correct expansions installed
and its %player_name% not %player%
money_formatted doesnt work either
@upper violet ^
hm?
how do you link your owned plugins
As in use placeholder api placeholders in ur own developed plugin?
No in the discord
Oh, head to #bot-commands and use =spigot
and i recently updates placeholderapi and deluxechat hence why i'm using old placeholders
also make sure your discord name is in your spigot profile the name and tag number
ohhh @upper violet was talking to score about the papi stuff
@upper violet throw your whole startup log into a paste and i'll see if theres anything obvious going on wrong
=paste
Please use a paste service to share configs, errors, code and long logs.
β’ HelpChat Paste
So yeah @inland totem download those expansions
π
oh wow ummm
only 90's kids will remember this config
Plugin FeatherBoard v4.19.3 generated an exception while executing task 3448
java.lang.NoSuchMethodError: be.maximvdw.placeholderapi.internal.PlaceholderReplacer.getResult(Ljava/lang/String;Lorg/bukkit/entity/Player;)Ljava/lang/Object
Yeah not too sure @upper violet suggest checking in with maxim on that
You could try doing a clean install of it and its folder
already tried that too
its ok
think i found my issue
found my issue
apparently i didnt have the latest version of MVdWPlaceholderAPI
@balmy marten whats the placeholder for hours
Just normal hours with statistics
because it's not working?
Okay if i understand this correctly, /papi ecloud refresh is like apt update. But what is apt upgrade, so i can update all outdated packages?
It checks for new version of expansions
Meaning if there was an expansion update you can download it
But how can i download them all?
at once, instead of doing list and downloading everything with a color
@brisk coral
You can't
Why would you dowbload them all?
There's about 130 of them, and you really don't need all of em
You gotta do it manually
Okay it would be nice if there was something like /papi ecloud update all
Looks like you need help with a premium plugin. Use =spigot on #bot-commands and verify that you own EzRanksPro
After you can ask on #ezrankspro
Aight