#placeholder-api
1 messages · Page 65 of 1
Because the Jobs Placeholders aren't working for me 😦
Ok, I'll try it
If I type /papi ecloud download jobs and then /papi reload, there comes internal error
=paste
Please use a paste service to share configs, errors, code and long logs.
• HelpChat Paste
that's extremely weird
Put the error inside that
i actually need help with this map thing
I use the version 1.10.1 but the jobs placeholders doesnt work
there is empty space
what is more weirder than a scoreboard telling you to download clips placeholderapi but you already have it
Ignore the fact that it's telling you that, does it work?
nope
Is it outputting an error?
Hi uuuhm
I am new here
(for the plugin Deluxe menu)
And I have a question
Is it possible to change block's in a menu with a command block
( I Need it for my themepark)
I don't know if this is the right channel But i need help with deluxe tags. my issue is: i have created my tag but if i have Deluxe Chat set to false i can not see the title. or description or the tag But if i put Deluxe Chat to true i can see the title and description but i can not see the tag it just says this were the tag is meant to be {deluxetags_tag} .
config of deluxe tags: https://pastebin.com/vZgA0KA0
Command block can't directly edit a menu, but technically it could give a player a permission to see a certain item in the menu.
=faq tagess
How to get DeluxeTags working using essentials chat:
- Turn off the DeluxeChat option in the DeluxeTags config.
- Turn off the format_chat option in the DeluxeTags config.
- Replace all the %placeholders% with {placeholders}
- Restart the server
@lime garnet Next time #clips-plugins would be a better spot to ask. 😉, but see above for answer.
Ok just joined the discord server
Hello, is it possible to make death top? Like:
- %statistic_deaths_1% #- the first Place
- %statistic_deaths_2% #-the second place
- %statistic_deaths_3% #-the third place
why would you need death top 
I need a death top and a killer top to my survival server
LeaderHeads
I think hd placeholders exist for top kills
I've made a scoreboard plugin, but I'm wondering how do I use PlaceHolders from PlaceHolderAPI.
how do i use them?
it's explained on papi github how to use it in your own plugin
Thanks.
I'm having a problem at this placeholder: "%vault_eco_top_balance _ 1%"
It does not return the TOP money.
can you help me?
what does it return ?
It does nothing, and "%vault_eco_balance%" is working but "%vault_eco_top_balance_fixed _#%" does not ...
u have the latest version of the expansion right ?
yes
are u sure?
Thank you very much for the support, I updated it here and it worked.
😁
Could you please let me know if this javascript is right?
topmoney:
expression: '"%vault_eco_top_player_1%" == "%player_name%"'
type: 'boolean'
true_result: '&bTOP MONEY 01'
false_result: '&eEMPTY'
@bronze bison
its not, thats in the old version
Is there any way to do this?
u can replace that?
I did not understand
I want to create a new Placeholder to return the Money TOP
Like, I want to make Money TOP receive a TAG in the chat.
Example: [Money TOP 01] Weark: msg
I want to create a new placeholder when a player is the one of the money top he receive a especial tag on the chat
ah ok
function top() {
if ("%vault_eco_top_player_1%" === "%player_name%") {
return "&bTOP MONEY 01";
}
return "&eEMPTY";
}
top();
Where do I put this?
if u dont know how to setup a js placeholder, check the wiki https://github.com/PlaceholderAPI/Javascript-Expansion/wiki
Anyone know how I can create a JS placeholder so if %ezrankspro_nextrankup% equals nothing (last rankup), it returns /prestige
I did it, thank you very much for the support.
what I have currently
function balance() {
var money = "%ezrankspro_nextrankup%";
if (money === " ") { return "&1/prestige"; }
else { return money; }
}
balance();
change that if statement to be
return money === " " ? "&1/prestige" : money;
should work
I'm trying to use the "Statistic" extension but it's only given error, see the print: http://prntscr.com/ntr0nb
Would you help me?
@bronze bison
@dim venture
Please be patient and don't ping helpful or staff members!
@dim venture mc version?
/papi ecloud download statistic 1.7.0
Thank you very much for the support, it worked perfectly.
:)
Hi, statistic is not working.
Error:
[02:32:38 ERROR]: [PlaceholderAPI] org.bukkit.Material.isItem()Z```
Seems it was just updated with a typo or smth.- Version: Paper 1.11.2
Look directly above I think @vestal shell
Probably not, but in PAPI 3.0 we expect to have some sort of "this expansion version is for this minecraft version"
It's not a thing yet
With chars you can detect multiple versions without hesitation
Soon™
okay, thanks :)
Small question, is it allowed to create a placeholder expansion and upload it even tho the plugin you make it for is not yours?
Yup
thnx
Found an error
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
at java.util.AbstractCollection.toArray(AbstractCollection.java:141)
at java.util.ArrayList.<init>(ArrayList.java:178)
at com.google.common.collect.Lists.newArrayList(Lists.java:149)
at net.minecraft.server.v1_13_R2.Scoreboard.getPlayers(SourceFile:115)
at org.bukkit.craftbukkit.v1_13_R2.scoreboard.CraftScore.getScore(CraftScore.java:44)
at com.extendedclip.papi.expansion.scoreboard.ObjectivesExpansion.onPlaceholderRequest(ObjectivesExpansion.java:65)
at me.clip.placeholderapi.PlaceholderHook.onRequest(PlaceholderHook.java:38)
at me.clip.placeholderapi.PlaceholderAPI.setPlaceholders(PlaceholderAPI.java:237)
at me.clip.placeholderapi.PlaceholderAPI.setPlaceholders(PlaceholderAPI.java:377)```
Please use a paste service to share configs, errors, code and long logs.
• HelpChat Paste
not sure why but okay https://paste.helpch.at/sehakaxeyo.sql
what are the placeholders for essentials balance and deluxechat rank prefix?
essentials balance %vault_eco_balance%
%vault_rankprefix%
and check the wiki ^
vault and vault (or luckpers if you are using it)
aboodyy
does the vaultrankprefix thing work even if i dont use vault prefix thingy in my config?
sorry but ew
why dont u change it?
use LuckPerms, anyways vault works with gm
so the prefix u set in gm it will be displayed in that placeholder
wait wait wait
one more question
at the prefix thingy in the deluxechat config what do i put there?
u can parse the placeholders and see its value with the parse command /papi parse me %ThePlaceholderHere%
u can put whatever u want
and it will still work?
okay thanks bye
😉
Lol bye
Hey
Anyway to check if placeholder api is connecting to deluxe menus?
as it doesn;t seem to be
is that the correct one^?
depends what placeholders you are using, but this is the process you have to follow to get the placeholders of the math expansion to work.
the expansion name is the first word after the %, on this case math
so the command will be /papi ecloud download [name] then /papi reload
i'm using like permission ones
i can't show u a photo as i can;t paste it in this channel
OHH
%javascript_team%
so
/papi ecloud download javascript?
nvm i already have that downloaded and still doesn;'t work
u need to setup js placeholders by urself, check js wiki to know how to setup/make a js placeholder
https://github.com/PlaceholderAPI/Javascript-Expansion/wiki
I just wanted to ask, is this still the correct way to hook into placeholderapi ?
joinText = PlaceholderAPI.setPlaceholders(event.getPlayer(), joinText);
yea
can you not register multiple PlaceholderExapansions per plugin?
wdym?
if(Bukkit.getPluginManager().isPluginEnabled("PlaceholderAPI")){ new VotesPlaceholder(this).register(); new SkyBlockPlaceholder().register(); }
So this is how I register my placeholderexpansions inside of onEnable().
PlaceholderAPI only registers the first one and ignores the second. I've switched the order around and both of the placeholders work but they both dont work at the same time
add a return to each and print out the Boolean
Do you have any expansions that have the same identifier
That is the only way it wouldn’t register is if the identifier has already been registered
That'd be awesome
Anyone good with JS placeholders?
Depends
I'm trying to get it so for EZRanksPro when you are the last Rank, instead of displaying nothing it will display something like &1/prestige.
I tried using
function balance() {
var money = "%ezrankspro_nextrankup%";
return money === " " ? "&1/prestige" : money;
}
balance();
Did not work for me.
It doesnt work at all or?
It displays %ezrankspro_nextrankup% again
When the player is on the last rank, it displays nothing, I thought that would work.
Okay :/
I'm trying to use Deluxetags and it shows {deluxetags_tag} in chat rather than the actual tag, anyone can help?
That's not a valid placeholder in PlaceholderAPI.
You might be using MVdWPlaceholderAPI, which is not ours.
i use both
^
Alright, well, still, {DATE} is not part of PlaceholderAPI.
Try %mvdw_date%
i cant put % on featherboard
If you want to use mvdw placeholderd with papi
Welp.
As Glare said, that's probably a mvdw placeholder.
Read the wiki, also try {date} (if that's a valid placeholder) it may becase sensitive
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
date dont work
and there is nothin on the wiki...
can i get special
placeholder maked
like placeholder {year_mounth}
@balmy marten
@austere hawk
Please be patient and don't ping helpful or staff members!
oh iam sorry for tag
if u want to use papi's date placeholder
/papi ecloud download server
/papi reload
and use this {placeholderapi_server_time_<simpleDateFormat>}
check this for more info about simple date format
https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders#server
btw mvdw should have his own placeholder to do that?? check mvdw's wiki
gaby sent it 
I'm having an issue with PlaceHolderApi Skript PlaceHolder
it wont show the amount of variable in my FeatherBoard
it show "N\A"
Showing the code would help :p
Anyone?
😦
Please use a paste service to share configs, errors, code and long logs.
• HelpChat Paste
Is it possible to make placeholder check a command in the other bungee server and show it in current server. i hope u get what i mean!
hmm the placeholder for vault stuff isnt working on featherboard?
Which placeholder?
the one that displays the vault rank prefix
i had it working, but added a few things to the featherboard but now its not working
./papi list shows i got it downloaded
Which placeholder though?
Which one do i specificly use for it to show the rank name and color prefix
{vault_ranksuffix}
i tried a few tho
{placeholderapi_}
?
Need that at the start for featherboard
Minus the ?
It just tells featherboard to use placeholder api for it
now it just shows up blank?
Id show you a screenshot, but its disabled in this channel
Do i need to restart after?
Then you don't have a prefix :/
i do
let me make sure
hmm i'm speachless
I legit had it working idk why it wasn't, i went back and added a prefix for my owner rank and it instantly popped in the scoreboard
thanks 😃
Cool, np
Hey @balmy marten
In EzRanksPro
Warn in my console
" WARN [EZRanksPro] Rankup requirement message is invalid! "
how fix?
Your message is invalid
just add requirement message :>
hmm... like this ?
last_rank:
rank: D
prefix: '&8[&dD&8]'
requirement_message: #<---
- '&8&m------------'
- '&cYou need &a$&f%cost% &cto rankup to %rankupprefix%'
- '&8&m------------'
rankups:
A:
order: 1
prefix: '[A]'
rankup_to: B
cost: 1000.0
rankup_actions:
- '[broadcast] &6&l>&b&l> &6%player% &eranked up to &7[&e&l%rankup%&7]'
- '[addgroup] %rankup%'
- '[removegroup] %rank%'
- '[message] hey dude... <delay=10>'
- '[message] congrats. <delay=12>'
- '[message] on your rankup... <delay=14>'
??
See the requirement_message section?
hm
Yours most likely has an issue of some sort
Just double check them all, if you dont see anything throw it all into a paste
Other problem
29.05 23:03:24 [Server] WARN Exception in thread "Craft Scheduler Thread - 14"
29.05 23:03:24 [Server] WARN org.apache.commons.lang.UnhandledException: Plugin Skript v2.2-Fixes-V9 generated an exception while executing task 31
29.05 23:03:24 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
29.05 23:03:24 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
29.05 23:03:24 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
29.05 23:03:24 [Server] INFO at java.lang.Thread.run(Thread.java:745)
29.05 23:03:24 [Server] INFO Caused by: java.lang.NullPointerException
29.05 23:03:24 [Server] INFO at ch.njol.skript.Skript$4.run(Skript.java:517)
29.05 23:03:24 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
29.05 23:03:24 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
My Skript v2.2 - Fixes- V9
spam in console
Its a NullPointerException, better off contacting the person who made it
You have the plugin from Skript to 1.8, more than not of this spam?
I don't use skript
ah ;-
you can paste it on Skript's Server Discord
@balmy marten
And in authme plugin
Warn in the console
WARN [AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
What it this
How many errors do you have lol
wait, this is channel support for placeholderAPI ~~
I believe the Geolite api was removed, so I don't think you can actually do anything about it
besides letting the dev know
Next time just use #general-plugins 😉
😄
lmao
oh god lmfao
Thats always nice
besides that, cant he read? 😂
Lmao
LOL
😂
Someone have time to report that review
Just report the papi resource page saying the latest review is not related to the plugin
Nvm I reported it from my phone
I gotchu too
same
Thanks
You can just report the resource.
Yeah but still
Hello, I was wondering if you know a plugin that I can create select kits etc... More than do the following "When selecting a kit and trying to catch another, It will warn the player that he already has a selected kit"
@viscid chasm Please don't keep asking in every channel, keep to the topic
I don't know one.
Hi, I'm getting a NoClassDefFoundError when trying to install PAPI on my Waterfall server: https://paste.helpch.at/awamayezib.apache
I disabled all other plugins in case of a conflict. It seems to be working on the Paper servers. Am I missing prerequisites?
I don't think you need papi on there
Although I can't be sure
Idk what the purpose would be
I was told it would help me with BungeeTabListPlus for advanced stuff
Not sure who told you that, but PAPI is not a BungeeCord plugin.
Alright, sorry for wasting your time ^^
No worries, not wasting our time. PAPI typically goes on the servers themselves and not the proxies.
i was already here
What
my time wasnt wasted
You're wasting it right now by not working on AutoSell.
its already done
Then push it
🤢 eclipse
That's IJ.
cough author: frosty cough
Wait no it's not
🤢 white theme
Even after I got him an open source license for IJ.
oof
I mean it is known that IDE gives STDs so I could see why you stick around with it.
lol
wait wut?
Clip says that all the time in many situations.
autosell was conceived in eclipse
Nothing surprising.
was
why would u use eclips if u have ij smh
i dont want to pay child support
why not
i like both actually
depending on what im doing
I made the switch to ij a couple days ago for better maven support, me likey so far
i like IJ for git and maven
clip do from:funnycube#0001
but i still know eclipse inside out and its easy to work with
IJ is really awesome in a lot of situations. Especially when it comes to documentation, it'll auto generate docs for you.
I bet he love it for strout or how is called xD
well for some of my plugins, they havent made the transition
its not because the lack of features
Haven't used that, but the best thing is that it suggest for u a better way of doing what ure doing
eclipse is actually just fine for what it does
Please either stick to the topic or move over to #off-topic
your ide doesn't really make you better
Add an offtopic cmd but don't add a google one smh @balmy marten
i bet i compile this autosell update from eclipse and havve no issues
so hate all u want
let's not
i dont hate eclipse lol
but i still have multiple IJ instances open
don't hate
is that the work pc?
im not wtf
no lol
i sometimes have 3 open 😛
o
tbh i switched to ij cuz eclipse didn't work after not opening it for aaa whileee and didn't what to fix it (too lazy to) so i got ij
😛
idc about the hate on IDE's
lol boo
i like both for different reasons
I like IJ because of run configurations and hotswaps.
I can't even run them so no hate here clip
..
but do u have a server in your workspace
o no
wondered why papi has a banned-players.json file on it code lmao
does it? lmao
nah, talking ab your pic xD
the hate on IDEs is stupid lmao
it's all personal preference and somebody else shouldn't have a say in your own preference xD
even mspaint
can build the jar and swap it on the test server in my IDE with a click of a button
yea git thingos are great
just click that and its good to go
You can even switch the code without rebooting the server.
i clicked hte link
everything was NOT good to go
@trim mist wym?
don't you have to reload at least?
hotswap
how does that work O.o
i have that setup but i feel a reboot is best
I feel like that could cause a lot of problems
lemon talked about that before, but i was too lazy to read and setup it :p
usually I just reload tho :L
Yeah, I have a button that I click that builds the jar, and moves it to the server file and boots it.
i mean i dont have a lot of plugins for that
reload isnt good if ur test server has alot of plugins (like mine :p)
hotswap != reload
@bronze bison 🤷 works for me
I've never had a problem with reload actually
but I still recommend people restart 😉
server stops when i reload
oof
if u really use reload
cuz you don't have a start file I guess
we have to kick you and you owe us pizza
i do?
never had a problem with it clip
edit it on server.prop to start.bat
it works if u dont have certain plugins
it takes me 10 seconds to build PAPI
ye, never run into a plugin that doesn't work yet so
maybe its my computer
what plugins DON'T work?
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.361 s
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.361 s
sorry 11
dude
why does copy paste always dupe
is it my corsair keyboard
its just too touchy
my copy paste doesn't repeat unless I hold it for a second or so
O.o
#getanewkeyboard
pssh
maybe there is a setting
that's 40% of how much my laptop cost lmao
i wanna get a second monitor .. feel like it will be very useful for me
o noice lol
2nd monitor = life
arent you staying too close to the monitor, clip?
I want a third lmao
one is good enough for me
I want a pc that can hold two lmao
yea those are great!
nah
but its huge
you get a weird aspect ratio
why do people use compact mode on discord O.o
Clip we almost have the same keyboard. I just have the upgraded version of that.
yea those are good for coding
or you could get a regular ultra wide and rotate it
@trim mist in the Corsair settings is there an option to modify how fast keypress repeats to prevent my double paste
Boy, my dream is to become a developer and have different fancy tools like that one 
I want a third monitor solely for when I'm streaming
I literally press it for a second and it always pasted multiple times
because 2 is nice, but I want to have chrome open on a third monitor
Game on 1, streamlabs obs on 2, whatever I want on 3
Ya one of those cj
Not that I'm aware of clip.
why lol
cuz chrome suck all your resources
true but ^^ lol
fu
you did say you only had a $500 laptop
I’m happy with my setup aside from the copy paste issue
are you sure it's corsair and not windows?
I hate it too cj smh
so I'm right
I have a $1k laptop I don’t even use
It feels so bad to not being able to do smth cool on it
I have a $1k laptop I use basically for when I'm at work
max 8 hours a week
of use time
I just don’t like using a trackpad
I love trackpads tbh
lemmon does lmao
I got used to them easily
he talked about that 2 days ago
use a wireless mouse?
gimme the laptop then
i have a wired mouse, dont need a wireless one
I feel like working on plugins on the laptop is more tedious than using my pc
Sadly my laptop is better than my desktop in terms of the specs
But I still prefer the desktop
I think your bot telling you to stay on topic has given up
We only stay on topic when funnycube is awake
^
Mods are alseep I take it?
clip
Lol
I’ll sell it
how much?
idk.. I paid a lot for it
10x100
You guys don't even know what the laptop is
no
I'll give you $10 for 10$ in return
lmao
Hey guys, if I'm using a factions plugin, how do I change the color of the [wilderness] thing?
I'd pressume config? Also #general-plugins
My pAPI config has little to nothing in it
u cant ?
that value is from a placeholder? if so i dont think theres an option for that in papi config
Right that's what I thought
Someone else told me to ask here
I was like uhhhh i guess
which factions plugin ?
They told you to ask in #placeholder-api ? O.o
FactionsBlue
Btw is there... a better Factions plugin that works for 1.14.2? I super miss MassiveCraft
well then i guess the plugin's author needs to add that
since it doesnt have an expansion in the cloud so it has a built-in expansion probably
suggest that the the plugin's author 😄
Hey again, I just downloaded an extension through placeholder api and it wrecks my tablist
How can I go about fixing this while keeping the extension that I installed?
For some reason when I loaded this new expansion in, it made the placeholders in the tablist stop working. What caused this and how can I fix it?
there isnt a FactionsBlue expansion in the cloud
so i guess the plugin has a built-in expansion
contact the plugin author
Yeah it does
It was working super well before
But when I install any random expansion, the placeholders just stop working for the FactionsBlue plugin
Ahh okay I'll give it a shot and get back to you in a second. Thanks for the suggestion!
np 😄 its not a suggestion, its a solution but ok :p
that happens with all built-in expansions btw
it will be fixed in papi v3.0 afaik
The factionsblue plugin needs to fix it on their end
We offer a way for the placeholders to not unload when you do /papi reload
They just aren’t using it
Hello, I have a custom tokens plugin which utilizes PAPI to work. It works on featherboard, however, it doesn't seem to work on DeluxeChat. What do I do?
fb used mvdwpapi, dchat uses papi
u can use mvdwpapi placeholders in papi by downloading mvdw expansion
/papi ecloud download mvdw
/papi reload
``` and using the placeholder like this `%mvdw_(mvdwpapi placeholder without brackets)%`
%mvdw_tokens%
Gotcha thanks!
np 😁
its %%
Here's proof of me installing the expaansion
Well you didn't really use the placeholder he told you.
%mvdw_token_balance%
use /papi reload instead
save 😦
wdym?
send it
ok, tks ❤
For what is the custom expansion in #papi-updates?
Is it as future example?
you can create custom placeholders with it
is there a placeholder for mob kills since a certain time or is it just for total mob kills?
wdym certain time ?
he means like the mob kills in like a week
so an event or role added with lp or just a server time/irl time, whatever
if u want what frosty said, then thats not possible with current statistic expansion
ok
I got problem with pinger placeholder on multiversion, when i have lobby and ping other version server it shows incorrect motd but when i Ping same version like lobby, it shows me correct placeholder
Bit confused as to what you mean 
explain wont work
i did /papi ecloud download server
and download vault
then /papi reload
but they are still same
where ure using the placeholder ?
fb has his own placeholders https://www.spigotmc.org/wiki/mvdw-placeholders/
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
for balance
if u want to use papi in fb, {placeholderapi_(papi placeholder without %% and brackets)}
so it would be {placeholderapi_vault_eco_balance_formatted}
great! 😄
which is ?
it says now (placehold
{placeholderapi_vault_ranksuffix}
{placeholderapi_vault_eco_balance_formatted}
where in fb ?
Wdym where?
where it returns thats ?
=imgur
Omg -.-
it'll take ages like this
can you just accept my friend req
after i fix my issues you can remove friend
i fixed some of them
{tokenmanager_token} won't work now
What's the problem?
Idk the placeholders wont work
add {placeholderapi_}
i did that
it's tokens not token
{placeholderapi_tokenmanager_token}
tokens
just whatever it is, this is how u use a papi placeholder in fb
one more left to fix
server-time
another question
i have 39M bal and in fb it says 39447255
it should say 39M
right?
use the formatted placeholder ?
yes
Is there a placeholder to show online/offline status?
@turbid garnet yes
The pinger placeholder doesn't work. It shows online whether im online or not
hey
got a problem
i downloaded the tokenmanage papi but still didnt work
i did /papi reload and smae
what placeholder are you using and where
Placeholderapi and in token shop
@austere hawk
did you reboot server
ye
%jobs_exp_<jobname/number>% placeholder returns with a decimal ".0" at the end of the exp amount. My question is, how do I remove that decimal from there?
javascript.
What would I need to type? I'm not really a master at the javascript language
function getJob() {
var placeholder = "%placeholeer%";
return parseInt(placeholder).toFixed();
}
getJob();
function jobExp() {
if (args.length === 1) {
var job = '%jobs_exp_' args[0] + '%';
return parseInt(job).toFixed();
} else {
return 'Please specify a job name / ID!';
}
}
jobExp();```
That's the math expansion
replace the placeholder with the one u want, wrote that from phone
that wont work gaby
owo
forgot to add please
For the arg in the placeholder
and yea u can do that with maths expansion
Add 0 and 😄
Didn't try it but i dont find a reason for it to doesnt work
why wouldnt it boo owo
it wont replace the arg and add it to the placeholder
Okay, so I would use this code that you guys wrote and it returns it without a decimal, I want to use this with a console command in DeluxeMenus ([console] jobs exp %player_name% bányász add %math_{jobs_level_bányász}*100+({jobs_level_bányász}10)({jobs_level_bányász}/2)-{jobs_exp_bányász}%)
It calculates the requirement xp amount to the next level and takes the recent xp from it, my question is how do I paste this javascript code instead of the last part? {jobs_exp_bányász}
Bányász is currently the Miner, but in another language
using an argument inside a placeholder in js will parse the placeholder with the arg args[0] and not tha arg u put
@bronze bison https://i.imgur.com/83W3vy7.png made it to return job;
It retuned the placeholder itselt and not the value of it with the arg u set
ught, sec
and if u used it in js with {} it will parse it on parse time and u wont be able to use its value in js
nah, ik what u want and ive tried that it doesn't work..
cough @final shadow cough
I'm a little bit confused, so neither of the code is working?
you can try what funny cube suggested
using the math expansion and the fixed option
want to add a method for it when i get time, but not so sure if it would work like that
Just too busy these days
"You can use [precision:<number>] in the placeholder, to set, how many digits after the . are shown."
This one?
yes
Set it to 0 or just set the default value in the config to 0
[precision:{jobs_exp_bányász}] like this?
😉
hey help me
I'm downloading the expansion but it doesn't appear in the list of papi and doesn't work
Will PAPI V3 have a changed system on how it finds and changes placeholders, so that you f.e. could use % inside the placeholder itself?
yea
is Statz updated for 1.14?
=spigot statz
Click on it and check :)
help with smthng someone
the balance in my featehrboard is 17E7
i want it to be 17M
like K, M
Use the formatted placeholder
%vault_eco_balance_formatted%
in featherboard it doesnt work
i even tried {vault_eco_balance_formatted}
someone help ?
@mint fable
@austere hawk
Please be patient and don't ping helpful or staff members!
Ups
you got the expansion?
you're using fb?
try {placeholderapi_%vault_eco_balance_formatted%}
Didn't think it would work, but noice :p
{placeholderapi_%placeholder%}
you got the expansion?
yes
which placeholder u using
reload papi
try manually downloading it
how
sec
k
@balmy marten VoteParty download doesn't work
@brisk coral
Please be patient and don't ping helpful or staff members!
um what to do xd
it doesn't ;/
as in the expansion or the plugin?
expansion
:p
Download it manually if it doesnt work in game
||you should fix it||
works fine for me
@balmy marten That background terrain and stuff looks a bit familiar ;P
lemme check
It wouldn't happen to belong to a certain server that I may or may not be responsible for failing would it
its testplogins now
cough TestPloogins cough
hope thats a good wuw
yesh
White theme 🤢
true ^
maybe we can make a dark theme for v3
Also cube I'd suggest a way to filter verified vs. unverified expansions
and the search box on the expansionslist isn't vertically centred to the text next to it
any errors on /papi reload?
nope
assuming u actually have voteparty?
I don't
smh
lol
all my ranks works with the animatednames only my owner rank not... all installs the same
what is the way to fix that?
nothing in placeholderapi is not working
i have 2.10.2
i have it on spigot 1.12.2 server
What doesn't work?
When you do /pl, is PlaceholderAPI red or green?
green
make sure you have the expansions installed.
How are the features not working then
Which placeholder are you trying to use, and where
i send u dm
send it here
i cant send pictures here
=faq imgur
You won't be able to upload images here directly to avoid spam, so please use https://imgur.com/ to upload images/screenshots.
bad support chat
If you don't like it, then leave?
He needs to download the expansions.
is %player_ip% even a thing? 
glare i have all expansions
/papi parse me %player_name% run this.
do what I have said.
ok
Apparently IP is a thing, yeah.
gaby i got "%player_name% in chat
yes i have it
It's impossible to not work, I have used 2.10.2 on 1.12.2 yesterday.
have you reload the plugin? /papi reload
no
Well, odd
As I said, it works for me.
try to reinstall the plugin, make sure you remove the folder too.
Well, I guess it's something at your end
do /papi and send a ss
also for /papi list installed
are you running /papi parse me %player_name% from console?
no
ok but its working now
o
@final shadow
Did you need something from him?
Well that is how you fix it 😄
Is Statz not working for 1.14.2? I can't seem to get it to work.
=spigot statz rebooted
@heady swan
ahhh thanks

