#placeholder-api

1 messages · Page 174 of 1

austere hawk
#

Looks like its working

tender vaporBOT
austere hawk
#

Haven't noticed any difference except for the $ sign being on the formatted placeholder

austere hawk
#

I made one with Javascript xD

warm plover
#

Is it public?

sharp jay
#

wym?

toxic mesa
#

the whole internet depends on me
this text is sent to over 100,000 servers worldwide
i will find out everything and hack everything
sorry

#

the whole internet depends on me
this text is sent to over 100,000 servers worldwide
i will find out everything and hack everything
sorry

sharp jay
#

oh ya?

warm plover
#

ah yeah okay

versed warren
#

oh yea

#

fosho

marble creek
#

My server is literally cursed. Placeholderapi bungee_server some servers display as 0. Some display as their actual counts. This is making literally no sense though

marble creek
#

Yea

#

Even papi parse me

soft basin
#

i need help rn, my server is down because of papi

#

like it keeps happening

#

it gets stuck at placeholder expansion registration initializing

#

what incompatibilities does it have with plugins?

echo knoll
#

Is there an expansion that parses a placeholder of a user specified.

So

%player_[username]_(%placeholder%) and it'll return the placeholder of the user specified, if no username is specified it'll just show the user who did the original placeholder.

Example:

BOB:
Does /nick show Jerry

it shows Jerrys placeholder for %nickname%

but if BOB does:

/nick show
it'll just return bobs placeholder when that is sent in the message.

median crescent
#

one question, what is papi the time?

#
  • " &b%player% %playtime_hours%"
#

o is other command

gentle summit
#

what is the placeholder command For "baltop" for essentials

austere hawk
ebon willow
#

Is there a way to check for RGB names/lores using CheckItem?

junior musk
junior musk
# median crescent one question, what is papi the time?

do you want Playtime or the time of the world? if you want playtime, use the statistic expansion, if you want the world time, use the world expansion (you can use -papi <expansion> in #bot-commands to get the list of placeholders in that expansion)

junior musk
turbid tide
#

it might be if you use the ugly hex format. not 100% sure tho §x§a§a§F§F§0§0

#

where x will always be x

#

and aaff00 represents the hex color

junior musk
#

I guess it depends how it checks for the lore not sure actually

vivid sparrow
coarse sable
#

%vault_prefix_color% returns the same as %vault_prefix% Is it supposed to do that?

marble creek
#

Is it possible to make a plugin that will list me exact numbers from /glist

#

Like it'll take 1 server from glist and display the count

turbid tide
turbid tide
marble creek
#

blitz, remember my issue from yesterday

#

it doesnt work at all.

#

I've asked so many people, and at the end there is no solution

#

It just looks so bad on my server, how there can be like 20-30 people in a specific game/server, and it'll display "0"

turbid tide
#

I'm so confused tho. it works on some servers but not on others?

marble creek
#

Exactly

austere hawk
#

Hi

#

Can i send media to explain my issue

#

Is there a media channels

coarse sable
marble creek
#

I've completely lost all hope for this, I'm not sure what to even do about it

austere hawk
#

Basicly i installed an extention using
Papi ecloud download statistic
Then i did
Papi reload.
But when i go to a hologram and i use the statistic place holders in place holder api wiki such as
%statistic_time_played% it simply shows %statistic_time_played%

turbid tide
turbid tide
coarse sable
turbid tide
turbid tide
# coarse sable Yea

can you generate a dump and send it here? use /papi dump and it will generate a link for you

coarse sable
austere hawk
#

Will it work

#

If the placeholder work

#

Kept at it for hours going from plugin to plugin 🤣

turbid tide
austere hawk
#

I have protocol lib

turbid tide
#

then install HolographicPlaceholders as well.

austere hawk
#

Alright thanks

turbid tide
#

also you might want to use another placeholder

#

because that placeholder returns a string

#

not a number

turbid tide
#

a formatted number

#

it will return something like 3d 1h 2m 53s

austere hawk
#

Will the :hours one work

turbid tide
#

nope

turbid tide
#

use the hours_played

#

one

austere hawk
#

Yes

turbid tide
#

%statistic_hours_played% I believe it is called

marble creek
austere hawk
#

I saw
%statistic_time_played:hours%

#

On the site

#

But it will return to 500 right

austere hawk
turbid tide
#

that one returns a different thing

austere hawk
#

Oh

turbid tide
#

let me explain

austere hawk
#

I wish a placeholder to return to
hours or just 500 as in hours ( 500 as an example )
And one for elytra travelled block to return to 500 000 as an example

turbid tide
#

%statistic_time_played% will return formatted time so for example: 2d 5h 16m 36s which is 2 days, 5 hours 16 minutes 36 seconds played
%statistic_hours_played% will return 53 which is what you get when you convert 2 days to hours and add 5 more
%statistic_time_played:hours% will return 5. which comes from the formatted time.

#

so as I said

#

use the %statistic_hours_played% placeholder

#

that returns what you want

austere hawk
#

Thats amazing thanks

#

About the elytra?

turbid tide
#

@coarse sable so I checked the code and yeah. what that placeholder does is take the last color in your prefix but if you only have 1 color at the start it will return the entire prefix.

turbid tide
#

I think it is %statistic_aviate_one_cm% but every 10 means 1 block bcz it returns centimetres not metres

austere hawk
#

Sweet

#

Tysm

#

I stayed hours trying to figure it out

#

Hours 😂

#

Thanks so much

#

Ill try it as soon as im home

turbid tide
# coarse sable That's a bummer

I've opened an issue and if that is indeed a bug someone hopefully will fix it but I cannot since I am not sure how it is actually meant to work.

misty gull
#

Hello, I just implemented placeholderAPI in the new plugin, but now every time they don't have placeholderAPI installed, the plugin just crashes

        if (Bukkit.getPluginManager().getPlugin("PlaceholderAPI") != null) {
            this.placeholderExpansion = new PapiExtension(main, flagsRepository,sleepService);
            this.placeholderExpansion.register();
        }
#

The error I got is the following:

#
        at me.mrgeneralq.sleepmost.Sleepmost.onEnable(Sleepmost.java:30) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
        at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin(CraftServer.java:520) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
        at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins(CraftServer.java:434) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
        at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:619) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
        at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:266) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
        at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1010) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
        at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:305) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
        at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.ClassNotFoundException: me.clip.placeholderapi.expansion.PlaceholderExpansion
        at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:142) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
        at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:519) ~[?:?]
        ... 11 more
turbid tide
#

do you have placeholderapi installed?

misty gull
#

The crash only happens when they don't have PlaceholderAPI on the server

#

no

#

But the plugin is softdepend on it

#
name: sleep-most
api-version: 1.13
version: ${project.version}
main: me.mrgeneralq.sleepmost.Sleepmost
authors: [MrGeneralQ, PandaCrafter1, HorrendousEntity]
commands:
  sleepmost:
    usage: /sleepmost
    description: open the sleepmost help menu
    aliases: [sm]
  sleep:
    usage: /sleep
    description: Allows players to register themselves as sleeping
softdepend: [PlaceholderAPI]
turbid tide
#

ok. but you do not have placeholderapi installed

misty gull
#

yes correct

turbid tide
#

oh wait

turbid tide
misty gull
#

the expansion?

turbid tide
#

nope. where you register it

misty gull
#

Alright

#

And I will also send the main class

tender vaporBOT
#
📋 Paste Converted!
https://paste.helpch.at/ehajidafax

A member of staff has requested I move your pastebin.com paste to our paste.helpch.at!

misty gull
#

If you need any bit of explanation on the code, just ask please

#

I could also forward you the github?

#

@turbid tide , you still here? (online?)

#

I think I found the issue .......

#

doing a quick check

#

ofcourse -_-

#

oh god I feel dumb ...

stoic grove
#

Haha

misty gull
#

still testing it now though

stoic grove
#

Np

turbid tide
#

so what I Cannot understand is why the error shows at line 30 in your main

misty gull
#

well I do

turbid tide
#

unless

#

its not an updated jar

misty gull
#

I defined it as a private variable on top -_-

#

in the bootstrapper

#

so that is why it fails ...

turbid tide
#

ohh

misty gull
#

I'll try now

turbid tide
#

right.

#

now that makes more sense

misty gull
#

but 95% sure that is it

#

it's still stupid though ...

turbid tide
#

what is?

misty gull
#

Yup

#

it works 🙂

#

I am stupid, for defining it as a private variable on top -_-

#

ofcourse it doesn't find the class then, and ofcourse the bootstrapper also has to be one of my core classes xD

austere hawk
#

When is ETA for PAPI v3?

turbid tide
austere hawk
#

Wtf

turbid tide
# austere hawk Wtf

I believe that means there is no actual ETA yet but that is what Piggy usually says.

austere hawk
#

That's sad. I need bungee placeholderapi so bad. So I can parse placeholders from my minigame servers to my hubs

#

I wonder if there's an add that adds that features somewhere

turbid tide
#

there is an api but you need to know some java to use it. like you need to make your own plugin with that api.

#

and I donj't even know if that api is maintained anymore.

austere hawk
#

what api?

turbid tide
#

yeah. title says unmaintained as well. and idk for sure if it does exactly what you need. but you can take a looc

#

look*

warm topaz
turbid tide
#

yeah. here

warm topaz
#

missed the joke 😒

turbid tide
#

oh well. we don't joke about PAPI3

austere hawk
turbid tide
#

I just said. you will need to write a plugin

#

for the api

#

the api alone does 0

#

nothing

#

nada

#

that's why I said you need to know java to write your own bungee plugin

#

otherwise it has no use for you

austere hawk
#

I understand

#

I have some java knowledge

#

But as far as I saw there's no proper wiki on the api

lucid lance
#

Is there any way i can make my plugin that hooks into placeholderapi reload with serverutils? I register and unregister the placeholders but after a /su reloadplugin, my plugin's placeholders no longer update.

I know y'all are probably against things of that nature, but is there any way around it? Thanks

potent oxide
#

hey all, does anyone know of a placeholder to display the time a player is online (in one session not all time)

soft basin
#

placeholderapi causes the server to pause its startup within every other or so restart

turbid tide
granite matrix
#

Im making a leaderboard for stats that doesnt let me choose what position to get (Like get 1st place or 5th place of %statistic_mob_kills%)
what would be the best way to do it myself?
i want to do it with a bunch of different stats from different plugins

granite matrix
#

ok i ended up doing what the vault extension does basically. if theres a better way to do it please let me know. also is it better to do it as a papi extension or spigot plugin? made it as a plugin for now

hazy steeple
#

Expansion-vault.jar does not want to load 😭

Server Version git-Paper-308 (MC: 1.17.1)
PlaceholderAPI version 2.10.10
Vault version 1.7.3-b131

need help please .-.

vivid sparrow
#

what's the error?

hazy steeple
#

there is no real error. it does not load and register the placeholders.

#
...
[13:44:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: checkitem
[13:44:21] [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.
[13:44:21] [Server thread/WARN]: [PlaceholderAPI] Loaded class me.clip.deluxechat.DeluxeChat from DeluxeChat v1.16.2 which is not a depend, softdepend or loadbefore of this plugin.
[13:44:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxechat
[13:44:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: randomcolor
[13:44:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic
...
#

no "successfully registered..." and the placeholders are therefore also not present.

hazy steeple
#

ouh. i fixed it lol

#

nvm sorry

untold crater
mint fable
#

how do you use it? can you give an example

#

just confused

#

(I can not verify it)

untold crater
#

%bracket_(_pronouns_pronouns_lower_nounset_)%

#

its a bit messy

#

but basically if %pronouns_pronouns_lower_nounset% is not empty then itll wrap the value in brackets

mint fable
#

in brackets?

#

or in ()

untold crater
#

()

#

which are brackets?

mint fable
#

parentheses?

untold crater
#

you know what i mean

mint fable
#

they're all brackets

untold crater
#

things that go around text

mint fable
#

only if it's not empty

untold crater
#

correct

mint fable
#

hmm

#

it makes sense but it has a larger use case than just "brackets"

#

y'know?

untold crater
#

yeah i get that

mint fable
#

because you have support for a full prefix and suffix

untold crater
#

i just wasnt really sure what else to call it tbh

mint fable
#

I'm trying to think of a name myself

untold crater
#

the main use case i had in mind was for brackets, ive seen a couple of servers that just have empty brackets

mint fable
#

ye

#

that usually comes from people misconfiguring essentials I believe

#

because people add their own brackets inside the essentials format instead of inside the format in the other plugin

#

so instead of having a prestige prefix as &8[&a100&8] in the prestige plugin, they'd have &8[{prestige}&8] in their chat format or something

#

But this is useful for things you can't configure, normally you'd have to make a custom javascript for it

#

v nice

untold crater
#

yeah my userbase arent exactly the most technical people

#

also it gives me an excuse to use my formatting lib

mint fable
#

what else are libs for

#

😂

untold crater
#

true

untold crater
tender vaporBOT
untold crater
#

sorry wasnt trying to bother you, it just got buried

turbid tide
#

smh

#

what am I here for?

#

@untold crater u know you could've just added bracket placeholders support instead of having them be placeholder_like_this

#

without anything.

#

imo it would be much better

#

and maybe you allow them in suffix and prefix as well like that

#

final String[] paramsSplit = params.split("_"); you parse the bracket placeholders here

#

final String[] paramsSplit = PlaceholderAPI.setBracketPlaceholders(player, params).split("_");

#

I think

#

that's the only thing I have to say about it. that is just more for consistency

#

alright. verified it.

untold crater
#

ah sorry i wasnt aware you could verify them, ill take a look at what you've said thanks

turbid tide
untold crater
#

and also nesting if someone wants to do that for some crazy reason

young maple
#

Does vote party has the feature of giving a garunteed reward ? Like whenever they vote , they get a vote crate key ...

half briar
#

Sorry I'm noob at this,
How would I set a variable to check if a player has a permission properly? I've seen the community example but would something like this be going in the right direction?

var perm = "permission." + [/\b([1-9]|10)\b/];

To get the possibility that a player could have a range of permissions differentiated by the ending number?

quiet bear
#

Hi, I want to show the players online in my bedwars servers i have more then 5 servers and i want to count all this servers in a same number

azure cosmos
#

Hello, how do I use placeholders in chat for broadcasts?

marble creek
#

my server is literally cursedddd

#

i've been trying to fix placeholderapi %bungee_servername% for days, and its now randomly working in 2 out of my 4 lobbies, this happened the other day too then they magically dont work anymore sometimes

#

is there an alternative plugin tht actually works?

sharp jay
#

@azure cosmos It all depends on the broadcast plugin

#

@marble creek Make sure you got the server names correct

austere hawk
#

You could probably make a suffix for the group and use %luckperms_suffix%?

#

Oh

magic rock
#

you need to use javascript i think

whole seal
#

Hello. I was wondering if there is a way to reset the stats of my placeholders. Like for example I’m using the %statistic_mob_kills% placeholder. Is there a way to reset it in game or do I have to go delete some files?

plush dove
#

Hey, so I'm getting this error when starting my server

azure cosmos
tender vaporBOT
azure cosmos
#

o

maiden wing
#

Hey 👋

I'm having a problem with the placeholder %statistic_time_since_death%. A while back Clutz helped me out by changing the format of the placeholder using Javascript (1w 1d 24h 30m 12s ---> HH:MM:SS) However, i've noticed when players reach 24 hours of survival time 24 hours is added. Here is an example, say a player reaches 24 hours 30 minutes and 23 seconds it states, "48:30:23" instead of "24:30:23" I have no idea why it adds 24 hours to the hours counter when a player reaches 24 hours of survival time. The intended outcome is that when a player reaches 24 hours its still counting as if nothing changed. Ex: A player has 230 hours it will display 230:30:50 & if a playe has no survival time it will display as 0:0:0 If anybody can help me out i would appreciate it. Here is the code written to change the format of the placeholder. (If you could please ping me in response)

https://paste.helpch.at/oqenabiqir.js

zealous shadow
#

is there a teams expansion to display how many ppl r in a certain team?

median crescent
#

no found server online in my NPCS :((

#

what is the papi? variable

tender vaporBOT
# marble creek Ya think..
Hey!

Please respect the rules, be patient and don't ping staff members!

marble creek
#

I figured a solution
Using holographic displays

plush dove
wide reef
#

cause all i see is a error with server expansion but not what caused it

plush dove
#

Thats all I see regarding errors, I’ll include the areas surrounding it later

turbid tide
plush dove
#

K thx

turbid tide
turbid tide
turbid tide
#

because on older versions of the statistic expansion

#

the time would go up to 60 hours

#

instead of 24 hours

#

so make sure you're on the latest development build of it. idk if there's a release or not yet

#

let me check

#

oh yeah there is. version 2.0.1 on the ecloud. make sure you have that one

turbid tide
mint fable
#

@sinful grail are you Braynblocks on github?

sinful grail
mint fable
#

Have you tried using & for color codes?

sinful grail
#

I have, yup!

mint fable
#

How is the item that you're checking created?

sinful grail
#

It can only detect if it is an RGB or not, not specific colors <- By this I mean &x returns true

mint fable
#

are you meaning hex?

sinful grail
#

but if you add a full on hex like &x&a&a&b&b&c&c it returns as false

mint fable
#

ohhhh that's how vanilla does hex, right?

sinful grail
#

Yup!

#

Items are created via another plugin, I have tried making them using other plugins too. Still nudda

#

It can detect &x, but if you have more than that, it doesn't work anymore

mint fable
#

Where are you able to test with the §?

#

@sinful grail Hey, I think it works just fine

#

I was able to test the § thru deluxemenus

#

but when it's formatted, all letters are capitalized so you have to use §x§A§A§B§B§C§C

sinful grail
#

I did yup! It is returning as false for some reason

#

Oh

#

I didn't capitalize them

mint fable
#

👍 I'll close it out with info

austere hawk
#

Hi, I'm trying to create a menu that when they give you a part of the night vision menu and the other side is enough but I can't find the command to do this, could you help me?

maiden wing
# turbid tide have you tested the actual `%statistic_time_since_death%` placeholder? to see wh...

I'm confused with what you mean? So i'm using %javascript_time_since_death% because you helped me change the format a while back. (#placeholder-api message) Whenever a player reaches the 24hour mark of survival time since death I believe the code is adding 24 extra hours for some reason. Here if you look at this screenshot of my leaderboard in game it will show you an example of the problem.
TOP - %javascript_time_since_death% format is HH:MM:SS
BOTTOM - %statistic_time_since_death% format is d, h, m, s
https://imgur.com/a/zR1TjjZ

The bottom statistic that states 1d 42h 15m 6s is correct because the player only has 42 hours, 15 minutes, 6 seconds of playtime but on the top it states 66 hours 15 mins and 6 seconds. Also I have no idea why but the bottom statistic states 1d before the 42 hours, they do not have 1 day AND 42 hours of playtime... they only have 42 hours. It's confusing 😐

tender vaporBOT
turbid tide
maiden wing
#

Alright, I appreciate your help 🙂 I updated the expansion and the problem resolved itself just as you said it would. I do have another dumb question though. How would I go about seeing other players statistics using the placeholder? Is that even possible?

turbid tide
#

you can use the parseother expansion to parse placeholders for other players

#

%parseother_{other-player-name}_{placeholder_here}%

#

without the %% placeholder

#

so for example %parseother_{Blitz}_{javascript_time_since_death}%

maiden wing
#

Oh okay cool. So I could potentially use that place holder as a way to create a manually updated leaderboard of players survival times?

turbid tide
#

oh no. if you want to make leaderboards you make it using a plugin like ajLeaderBoards or LeaderHeads

#

that's the best ways to create leaderboards

maiden wing
#

Oh alright cool, I tried using ajLeaderboards but i couldn't figure out how to make a command to display the leaderboard in chat. Everything was done in holograms, signs, etc.

#

I'll experiment with that more today. I appreciate all your help! 😄

turbid tide
#

bcz I believe mycommand supports placeholders.

maiden wing
#

Oh perfect 😄

turbid tide
#

update the javascript expansion. /papi ecloud download javascript then /papi reload

maiden wing
#

parsing offline players isnt a thing huh atleast for statistics expansion

turbid tide
#

yeah it is not

maiden wing
#

ripppp

#

So no point in making a leaderboard if it will only work when players are online lol

#

damn rip

turbid tide
#

well

#

no

#

you don't understand how leaderboards work

#

do you?

#

it parses the placeholders when the player joins

#

and stores the data locally

#

so it doesn't care if the player is online or offline

#

bcz the leaderboard stores the data itself

#

so it can always access it

maiden wing
#

Oh i guess i shouldve tried before assuming again

#

I'm glad I asked though because now i understand how it works so that makes it easier 😂 Thanks

quiet bear
#

Hi, I want to show players online in my bedwars servers i have more then 5 servers and i want to count all this servers in a same number which placeholder do i use and how

shut shale
#

Hi
%world_players_name1_name2% pls

sharp jay
#

???

shut shale
#

help

sharp jay
#

im so confused

ornate zodiac
#

hello I have a problem with the placeholder api plugin the problem is super simple it does not create the "TitleManager" folder and it does not appear I cannot configure the plugin because I am missing the config.yml file if someone can pass me the file I would fix the trouble.

#

I just need the config.yml file

#

@mint fable

tender vaporBOT
ornate zodiac
#

@balmy marten

tender vaporBOT
ornate zodiac
#

@sharp jay @shut shale

tender vaporBOT
sharp jay
#

no

ornate zodiac
tender vaporBOT
#
Hey!

Please respect the rules, be patient and don't ping staff members!

vestal creek
#

Hey I'm trying to use EzRanksPro placeholderapi module but it ain't working with deluxe chat

quiet bear
dusk kernel
#

guys, quick question, is it possible to add a certain amount to an already existing permission limit? for example if a group already has essentials.sethome.multiple.3, how do I add +2 to that, without setting it to 5, can any plugin recognise that +2 means whatever the previous limit was +2 ?
I hope it makes sense lol

deep yoke
#

Having some trouble with the parseother expansion with Towny. I have AJLeaderboards tracking the %townyadvanced_town_residents_amount% placeholder.
/papi parse me %ajlb_lb_townyadvanced_town_residents_amount_1_name% returns the player name (Kp3Wombat, in this case).
However, /papi parse me %parseother_{ajlb_lb_townyadvanced_town_residents_amount_1_name}_{townyadvanced_town}% simply returns %townyadvanced_town% instead of the town name.
If I try the name manually with /papi parse Kp3Wombat %townyadvanced_town%, it returns Failed to find player: Kp3Wombat.
I verified Kp3Wombat exists in the usercache.json file, as well. Not sure why it's doing that.

#

Using PAPI 2.10.10 Build 133, also tried with 2.10.10 release version.

sacred thunder
#

hey ive been trying to use the math placeholder, and its returning some errors. i want to make a item that does damage based on some stats using this formula %math_100+(({objective_score_{mana_max}-100)*(100/300)*({objective_score_{{team_name}_xp}/20))%, but it returns this error:
[Server] [PlaceholderAPI] [Math] Placeholder: %math_100+(({objective_score_{mana_max}-100)*(100/300)*({objective_score_{{team_name}_xp}/20))% [Server] [PlaceholderAPI] [Math] '100+((150-100)*(100/300)*(0' is not a valid number for precision!

turbid tide
#

try this possibly

turbid tide
sacred thunder
#

ok thanks

deep yoke
#

Same result with two brackets. I have other placeholders using parseother with single brackets that work; just seems to struggle with this one, for some reason.

#

Like PAPI doesn't see the player exists for some reason

#

I can pass a different player to it and it'll work, but for some players it returns Failed to find player

turbid tide
#

have you tried parsing /papi parse me %townyadvanced_town% to make sure that placeholder works?

deep yoke
#

Yes, it works if I just parse myself, along with most other players. Some players just don't work for some reason, though.

sacred thunder
turbid tide
#

that's the problem

#

which is not really possible

sacred thunder
#

ok thanks for helping

turbid tide
#

like you can do %placeholder_{inside_placeholder}% but you can't really do %placeholder_{inside_placeholder_{inside_placeholder}}%

#

because if you take the second option

#

what it does

#

is take %placeholder_ as the first placeholder identifier

#

then takes {inside_placeholder_{inside_placeholder} as one placeholder

#

it doesn't know that another one started at the second {

sacred thunder
#

ok

#

thats annoying, but i i guess theres not much i can do about that

turbid tide
#

well

#

if you want like complex stuff like that

#

and you know some basic javascript

#

you could use the Javascript expansion

sacred thunder
#

idk how to use javascript, but its not a big deal i already know a workaround, its just slightly more complicated to make work

quiet bear
#

Hi, I want to show players online in my bedwars servers i have more then 5 servers and i want to count all this servers in a same number which placeholder do i use and how i use math expansion but it shows a number like this 3.0000

sacred thunder
#

Theres a setting in the main config file that sets the amount of decimals in a number

#

Although that effects every number i think

turbid tide
quiet bear
turbid tide
quiet bear
turbid tide
#

the placeholders you want to add up

quiet bear
#

bungee_bedwars

#

ok

turbid tide
#

yup

quiet bear
# turbid tide yup

didn't work %math_0_{bungee_bwlobby}+{bungee_bwsolo}+{bungee_bwdoubles}%

turbid tide
#

well

quiet bear
#

ok i think it worked now

deep yoke
flint nacelle
#

I know placeholders are player dependent, but is it possible to access a placeholder with help of location (if you need that to access the data)?

turbid tide
#

They're not player dependent tho?

#

Some are but that's up to the expansion

#

I could just as well parse the placeholders for no one or for an offline player. But some expansions need it to be a Player

flint nacelle
#

Is easy in my own code fix that, but how i can use placeholder api.

deep yoke
flint nacelle
shadow grotto
#

Is there a papi extension that tracks who a player's last kill was

#

and that "who" also needs to be a player

austere hawk
#

In many servers I have seen in the infoboard in coins an icon of a coin, someone passes it to me that I cannot find it, please?

turbid tide
#

these are the ones I could find

stuck moat
#

.disabled

dawn oyster
#

%online% & %online_max% no longer work?

turbid tide
#

that ain't a placeholderapi placeholder

dawn oyster
#

I used to use it to get the number of connected/ and the maximum number of connected

#

It has been replaced by what? Because I don't use Bungee

turbid tide
#

well it probably was an internal placeholder for the plugin you were using it in

#

but 100% not a placeholderapi placeholder

dawn oyster
#

Oh ok i see so i need to find a internal placeholder for each plugin to display the number of connected/ and the maximum number of connected right?

austere hawk
#

my placeholdlers wont work

#

i would explain more but i dont know how to

dawn oyster
#

What do you use as placeholders?

austere hawk
#

%deluxetags_tags%

#

i downloaded the ecloud

#

and reloaded

#

and still nothing

dawn oyster
#

/papi ecloud download DeluxeTags

#

Do this command maybe

austere hawk
#

even %player_name%

#

i did

turbid tide
dawn oyster
#

Try restart maybe

austere hawk
#

i have

turbid tide
#

@austere hawk what version of deluxetags?

dawn oyster
austere hawk
#

latest

turbid tide
#

version please. latest doesn't tell me anything

austere hawk
#

1.8.1

turbid tide
turbid tide
dawn oyster
austere hawk
turbid tide
turbid tide
dawn oyster
#

Ok thanks

austere hawk
#

%deluxetags_tag%

turbid tide
#

hmm. alr. can you restart the server and send a full startup log then please?

tender vaporBOT
#
FAQ Answer:

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.

turbid tide
austere hawk
#

this maybe

turbid tide
#

are you sure you have deluxetags in the plugins folder? bcz nope there is still no mention of deluxetags. I mean you can use CTRL+F to search for it but I can't find it

austere hawk
#

yes

#

i can see in console it says

#

Legacy plugin DeluxeTags v1.8.1 does not specify an api-version.

#

also

#

[DeluxeTags] Loading DeluxeTags v1.8.1

#

[DeluxeTags] Enabling DeluxeTags v1.8.1*
10.10 15:36:35 [Server] INFO [DeluxeTags] 6 tags loaded
10.10 15:36:35 [Server] INFO [DeluxeTags] Loading DeluxeTags messages.yml
10.10 15:36:35 [Server] INFO [DeluxeTags] You are not using DeluxeChat!
10.10 15:36:35 [Server] INFO [DeluxeTags] DeluxeTags will listen to the AsyncPlayerChatEvent to provide compatibility for some chat plugins.

turbid tide
#

did you get the latest log?

austere hawk
#

10.10 15:36:35 [Server] INFO DeluxeTags Updater
10.10 15:36:35 [Server] INFO You are running 1.8.1
10.10 15:36:35 [Server] INFO The latest version
10.10 15:36:35 [Server] INFO of DeluxeTags!

#

the on ei sent was the one

turbid tide
austere hawk
#

my console

turbid tide
#

ohhh

#

don't do that

tender vaporBOT
#
FAQ Answer:

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.

turbid tide
#

get it from here ^^^

austere hawk
austere hawk
turbid tide
#

yeah

austere hawk
#

what is it?

turbid tide
#

update the server expansion

#

/papi ecloud download server then `/papi reload

austere hawk
#

ERROR [PlaceholderAPI] failed to load class files of expansions

#

what if i delete the papi folder

#

then restart the server

#

maybe it corrupted when updating?

#

when i do /papi reload i get no confirmation message

turbid tide
#

yeah that will fix it but not bcz its corrupted.

#

go to plugins/PlaceholderAPI/expansions

austere hawk
#

yh

#

it worked

turbid tide
#

oh nvm then

#

had a fix

silver minnow
#

lol

austere hawk
#

thanks for the help anyways

turbid tide
#

you had the quest expansion

austere hawk
#

not many people will go out their way these days

turbid tide
#

that was messing everything up

austere hawk
#

ik it was sending errors

shadow grotto
#

Is there a PAPI extension that can tell me who the last player I killed was? 😦 I tried searching but I couldn't find one!...

warm topaz
slate socket
#

Hello, i need to use many placeholders of the "plan" plugin (player analytics) since the plugin loads the placeholders from the database says to set "Plugins.PlaceholderAPI.Load_these_placeholders_on_join"
(replacing the last part with the name of the placeholders). How can I do that?

slate socket
#

Use holoextension plugin and do the command /papi ecloud download statistic and /papi reload.
after this do /holoextension:he and click on baltop in the gui

hardy bay
#

Does some one know if its possible to place a placeholder inside this one %otherplayer _uuid _<player>%
the placeholder is from the OtherPlayer extension

hardy bay
umbral sigil
#

If you put your nickname on the ranking and put up the money you have, you get a nickname. It disappears. Why is it like this?

#

The ranking system I use is used as a hologram.

austere hawk
tender vaporBOT
austere hawk
#

How to get combined number of players in mulitple servers? For example I have 3 SG servers and I wanna show how many players are in total playing SG?
With PlaceholderAPI?

silver minnow
#

maybe server expansion

magic rock
#

how dkim said
%math_{bungee_server1}+{bungee_server2}+{bungee_server3}%

umbral sigil
#

We are using the ranking system as a hologram. If you give money to the top 10 users, the user's nickname disappears. And the ranking system is not automatically updated. Where did the problem occur?

wind shadow
ornate zodiac
#

Hello, I have a problem with the placeholdeapi plugin, what happens is that when I install it, the ranges or names with colors that I had do not work, I tried to put several plugins and it did not work either

ornate zodiac
ornate zodiac
#

that disappear

umbral sigil
ornate zodiac
umbral sigil
ornate zodiac
umbral sigil
ornate zodiac
#

Yes

umbral sigil
#

ok. Let me know if you fix it too.

austere hawk
wide reef
#

Whats the placeholder to get world time in ticks

#

so eg: 12000

magic rock
#

what world_time returns?

austere hawk
umbral sigil
wind shadow
#

Do you have protocollib

umbral sigil
wind shadow
#

Yes

umbral sigil
wind shadow
#

Thefuck

umbral sigil
umbral sigil
wind shadow
#

Yeh idk what plugins you are using so cant really help you

#

Its probably not placeholderapi but just that hologram plugin

umbral sigil
wide reef
wind shadow
umbral sigil
umbral sigil
#

When money is give to a player in the money ranking, it disappears from the holographic display.

wind shadow
#

Yeh idk

wind shadow
wide reef
#

so your unable to download expansions through ecloud command

#

just download them from the ecloud and install in /plugins/PlaceholderAPI/expansions

#

for the other 2 placeholders you require the expansion aswell

wind shadow
#

It did work before with my host

wind shadow
#

Its just the ingame command right

vivid sparrow
wide reef
#

^^^

wide reef
#

get a better plugin

wind shadow
#

SuperiorSkyblock has built in placeholders so i cant get those from the ecloud site

#

Also i used the ecloud and it still doesnt work for the vault placeholders

wide reef
#

you have vault installed correct?

umbral sigil
#

Yes ;;

edgy moth
edgy moth
#

Excuse me?

#

... I didn't post that?

wide reef
#

you did?

edgy moth
#

I had fixed that issue a long time ago by removing a plugin that was breaking my placeholders

#

and i didnt get any help i just started removing plugins

wide reef
#

binary search is usually your best bet lol

edgy moth
#

Yep

wide reef
#

what was the problem plugin then

edgy moth
#

TownyMission/TownyQueue

wide reef
#

hope you reported it to them so they could fix it

edgy moth
#

It may of may not of been on production so I just wanted the problem fixed asap

wide reef
#

that fair, still worth letting them know

edgy moth
#

True, I want to use their plugin

#

Should make players interested with Towny

wide reef
#

cant fix a bug if your unaware its there.

edgy moth
#

Exactly, thanks for the reminder

#

Anyway, I've gotta go and grab a ethernet cable, my WiFi has been randomly disconnecting

lethal basin
#

can I use math placeholder inside of progress placeholder? like this %progress_bar_{math_2*(5+{vault_eco_balance}+1)+1}_c:&a|_p:&e|_r:&c|_l0:100_m:1000_fullbar:&aNice!%

turbid tide
#

no. you can't have placeholder inside placeholder inside placeholder

lethal basin
#

dang it

#

is there any other option?

turbid tide
#

javascript maybe to do the math?

lethal basin
#

good idea, thanks

turbid tide
#

👍

wide reef
umbral sigil
wide reef
#

because from what youve been saying its more then likely a problem with the leaderboard plugin

umbral sigil
#

is in use

wide reef
#

thats just for displays

#

also holographic extentions?

umbral sigil
#

But is it related to updating the money ranking?

wide reef
umbral sigil
#

The problem is that whenever money is paid to a player displayed in the holographic ranking, the player nickname disappears and the money ranking is not updated in real time.

wintry rose
#

Hello people I do think this is not the place to ask for this but can any1 help me out on this? Where can i find Citizens placeholders? Like %npc_ID_health% something like that. (I cannot ask on their chat since they do not allow me there)

wide reef
#

also it requires protocollib so you might have to update that to make it work correctly

#

tho holographic extensions hasnt been updated in awhile so it could be that

umbral sigil
wide reef
wide reef
umbral sigil
umbral sigil
wide reef
wintry rose
wide reef
#

also i dont think that citizens npcs have health

umbral sigil
#

Are there no developers here? The error needs to be fixed quickly.

wide reef
sharp jay
#

^

umbral sigil
wide reef
#

the people answering are volenteering their time they dont have to help you

sharp jay
#

^ if you cant provide information we cant not provide support

#

they asked you multiple times for things which you decided not to answer

umbral sigil
#

I am not good at English, so it is difficult to understand. Are you saying you can't help me?

sharp jay
#

I cant help you without context or enough information with your issue

umbral sigil
#

I attached the vault to the placeholder and used the eco placeholder for the hologramdisplays. The ranking appears on the hologram, but the ranking does not change, and when money is give to a user in the ranking, an error occurs that the nickname disappears.

#

Do you know how to fix it?

sharp jay
#

which placeholders

#

You enable leaderboard or whatever its called in the placeholderapi config?

umbral sigil
#

I have to go to work right now, so is it okay to leave a message in DM?

wide reef
#

From what i can tell Superior Skyblock is handling the hologram which means its a superior skyblock issue and you should report it to the dev

sharp jay
#

No sorry

umbral sigil
#

In terms of activation, I did everything I could, but it may not be enough, so can you tell me the whole thing?

sharp jay
#

did you do what i asked

tribal kiln
#

In my placeholder api I am trying to use the vault extension but cant get it to work and get the same error every time? can someone help me with this or am i in the wrong place

warm topaz
#

u are in the correct place

#

what is the error

tribal kiln
#

ok give me second have to run the command

#

[Server thread/ERROR]: [PlaceholderAPI] Failed to load expansion class VaultExpansion (Is a dependency missing

fervent spire
#

Do you actually have Vault installed?

tribal kiln
#

yes

#

as a expansion in the api

#

there is another error ive seen online trying to fix that i have seen poeple talk about and it is this one

#

java.lang.NoClassDefFoundError: net/milkbowl/vault/economy/Economy

fervent spire
tribal kiln
#

no do I need to do that?

fervent spire
#

Yes

tribal kiln
#

ok

#

oh that fixed it thanks noob mistake

opaque spire
#

is there a way to format the exp level ?

#

say i have 200000 exp its ugly and make the width bigger on the scoreboard is there a way to get it formated like 200.4k here is an image https://imgur.com/a/k5BxZI3

sharp jay
#

@opaque spire

austere hawk
magic rock
#

cant formatter expansion do it?

austere hawk
#

So like 1000 turns into 1,000

austere hawk
#

Why not use javascript with a simple statement that if the xp >= 1000, then divide by 1000 and add 'k', otherwise leave it?

wild karma
#

Is there an expansion for in game current time ?

turbid tide
#

I believe the world or the server expansions have placeholders for that

#

ah heree @wild karma %player_world_time_12% %player_world_time_24%

wild karma
#

thanks

unreal spoke
#

Is it ok if I ask for help here cause my server doesn't want to start, it just stops loading plugins and doesn't continue

sharp jay
#

show me the full latest

#

?paste

tender vaporBOT
#
FAQ Answer:

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

sharp jay
unreal spoke
#

ah wrong channe;

#

channel*

wind shadow
#

@wide reef since you thought you knew what it was yesterday

#

could you try to help me further

opaque spire
#

@austere hawk how I haven’t a clue how to use the Java script I’m tryna make it auto convert k, m, b, t, all on its own

#

Like how vault formats money

austere hawk
#

That is possible with a few simple comparison checks. I am learning javascript myself as i go, perhaps i could try making this for you to get some more hands on experience. Basically a win-win

wide reef
umbral sigil
tender vaporBOT
# umbral sigil yes
Hey!

Please respect the rules, be patient and don't ping staff members!

tender vaporBOT
# umbral sigil yes
Hey!

Please respect the rules, be patient and don't ping staff members!

umbral sigil
#

I attached the vault to the placeholder and used the eco placeholder for the hologramdisplays. The ranking appears on the hologram, but the ranking does not change, and when money is give to a user in the ranking, an error occurs that the nickname disappears.

wind shadow
wide reef
#

also neznamy has a discord server which might be a better place to ask about this aswell since it might not just be a papi issue

#

also do you have MVdWPlaceholderAPI installed at the same time?

#

during the startup of the server when it loads superior skyblock it will tell you which api it will use for placeholders, can you check if its loading with mvdw or papi.

#

its also possible that superior skyblock has changed their placeholders and just havent updated it to tell you

wintry rose
wide reef
sinful anvil
#

Can you get an output of something in caps with some expansion or something?

#

Like I want to get for example prefix of player in caps

austere hawk
#

Why not just change the prefix to capitals then?

wintry rose
woeful stratus
#

Can someone help please, my vault placeholder doesn't work this one %vault_eco_balance_formatted%

#

in scoreboard

#

I have latest PAPI

wind shadow
#

u used /papi ecloud download Vault

#

then /papi reload

woeful stratus
#

😐 I did

#

still

wide reef
#

also try /papi parse me %vault_eco_balance_formatted%

woeful stratus
#

for scoreboard

#

I will try one moment

wide reef
woeful stratus
#

UltraScoreboards

woeful stratus
wide reef
#

do /papi list ingame and tell me what it says

woeful stratus
#

one moment

#

Graves, iaplayerstat, img, mmocore, mmoitems, playtime, sleepmost, uperms, uregions

wide reef
#

you dont have the vault expansion installed

woeful stratus
#

I know

#

I can't

wide reef
#

what does /papi ecloud download vault say?

woeful stratus
#

Successfully downloaded expansion Vault [1.7.0] to file and reload papi

#

ofc I reloaded papi

#

I have reloaded entire server 2 times

wide reef
#

and the result of /papi reload is what exactly?

#

look at console when you run the comman

#

what version of vault do you have installed?

woeful stratus
wide reef
#

1.7.3

woeful stratus
#

yup

wide reef
#

1.17.1?

woeful stratus
#

yup

wide reef
#

look at /plugins/PlaceholderAPI/expansions and see if the vault expansion is there

woeful stratus
#

yes

#

there

wide reef
#

and when you do /papi reload does it show up in /papi list

woeful stratus
#

Did /papi reload error console

wide reef
#

whats the error?

#

?paste

tender vaporBOT
#
FAQ Answer:

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

wide reef
#

the full error

woeful stratus
wide reef
#

you dont have towny installed but you have the towny expansion.

#

tho its not related to vault

woeful stratus
wide reef
#

remove the towny expansion or install towny

#

thatll fix that

#

do you have papi 2.10.10 installed?

umbral sigil
#

When I download the script from ecloud, an error pops up, why is this?

tender vaporBOT
#
FAQ Answer:

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

umbral sigil
#
[00:40:04 ERROR]: [PlaceholderAPI] expansion class JavascriptExpansion is outdated:
Failed to load due to a [NoClassDefFoundError], attempted to use org/openjdk/nashorn/api/scripting/NashornScriptEngineFactory
[00:40:04 WARN]: [PlaceholderAPI] skript is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
wide reef
woeful stratus
#

vault working but this warning was that

crimson river
#

Is there a way to run placeholder api on a bungeecord Server?

junior musk
#

nope

wide reef
crimson river
wide reef
wide reef
#

bungee is just a bridge between servers

crimson river
#

Okay, thank you!

umbral sigil
crimson river
#

Buf if i have BungeeTabListPlus in the plugins folder in bungeecord and placeholder api in the normal spigot folder, this does'nt work, does it?

wide reef
#

if you want a tablist i would suggest you make one that runs on each server instead of just on bungee

#

bungee tab lists that show all players on a bungee network are cluttered most of the time.

crimson river
#

okay, i will do this

#

Thank you

wide reef
woeful stratus
umbral sigil
wide reef
#

what does /papi info javascript say

#

also do /papi reload after you installed the latest version of javascript expansion

umbral sigil
#

There is no expansion loaded with the identifier: javascript

wide reef
#

did you download the latest version of the javascript expansion and upload it to your server?

woeful stratus
#

Status: Registered

Author: Clip

Version: 2.5.0

wide reef
#

did you do /papi reload?

umbral sigil
#

yes

wide reef
#

your running an out of date version of the server expansion

#

latest is 2.6.0

woeful stratus
#

yay

#

thank you

wide reef
woeful stratus
#

have a good day

wide reef
#

you too

umbral sigil
#

I went to the given address, downloaded it, and put it in plugin>papi>expansions.

umbral sigil
#

Expansion-javascript.jar delete

#

PAPI-Expansioon-Javascript-flop2xB.jar

#

put

wide reef
#

restart your server

umbral sigil
#

I already did.

#

If you do ecloud download javascript, Expansion-skript is created in plugin>papi>expansion again.

wide reef
#

delete the libraries folder

#

and restart

umbral sigil
#

PAPI-Expansioon-Javascript-flop2xB.jar
is this correct?

crimson river
wide reef
#

it was removed by the spigot mods

#

download it from the github page

crimson river
#

Okay thanks for your answer

wide reef
umbral sigil
tender vaporBOT
#
FAQ Answer:

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

wide reef
#

whats the full error in console?

umbral sigil
#
[01:04:12 ERROR]: [PlaceholderAPI] expansion class JavascriptExpansion is outdated:
Failed to load due to a [NoClassDefFoundError], attempted to use org/openjdk/nashorn/api/scripting/NashornScriptEngineFactory
[01:04:12 WARN]: [PlaceholderAPI] skript is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
[01:04:12 INFO]: [PlaceholderAPI] Successfully registered expansion: vault
[01:04:12 ERROR]: [PlaceholderAPI] expansion class JavascriptExpansion is outdated:
Failed to load due to a [NoClassDefFoundError], attempted to use org/openjdk/nashorn/api/scripting/NashornScriptEngineFactory
#
[01:05:23 ERROR]: [PlaceholderAPI] expansion class JavascriptExpansion is outdated:
Failed to load due to a [NoClassDefFoundError], attempted to use org/openjdk/nashorn/api/scripting/NashornScriptEngineFactory
wide reef
#

upload a screenshot of /plugins/PlaceholderAPI/expansions

#

the folder

#

also do /papi list

umbral sigil
wide reef
umbral sigil
#

There is no such thing in Korea, so I don't know how to do it.

wide reef
#

delete Expansion-javascript.jar

umbral sigil
wide reef
umbral sigil
wide reef
umbral sigil
#
[01:25:22 INFO]: [PlaceholderAPI] Successfully registered expansion: vault
[01:25:22 ERROR]: [PlaceholderAPI] expansion class JavascriptExpansion is outdated:
Failed to load due to a [NoClassDefFoundError], attempted to use org/openjdk/nashorn/api/scripting/NashornScriptEngineFactory
#

Even if you delete it and do not download ecloud, it is created again in the file and appears in the bucket like this.

wide reef
#

you can blame skript for that

umbral sigil
wide reef
#

rename skript.jar in /plugins to skript.jar.dis

#

then restart your server

#

then delete Expansions-javascript.jar and do /papi reload

crimson river
umbral sigil
wide reef
#

Delete Expansion-Javascript.jar

#

rename the file /plugins/Skript.jar to Skript.jar.dis

umbral sigil
wide reef
umbral sigil
wide reef
umbral sigil
wide reef
#

delete the Expansion-Javascript.jar from /placeholderapi/expansions

umbral sigil
#

and server start ?

wide reef
#

yes

#

Also delete libraries

umbral sigil
umbral sigil
# wide reef Also delete libraries

[01:41:29 ERROR]: [PlaceholderAPI] expansion class JavascriptExpansion is outdated:
Failed to load due to a [NoClassDefFoundError], attempted to use org/openjdk/nashorn/api/scripting/NashornScriptEngineFactory

wide reef
#

disable half your plugins

#

upload your latest.log

umbral sigil
#

I didn't understand. That error popped up in the bucket when I turned on the server.

wide reef
#

?paste

tender vaporBOT
#
FAQ Answer:

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

umbral sigil
wide reef
umbral sigil
wide reef
#

im stuck

#

its not a plugin issue its something else

tender sphinx
#

Dose anyone know how to make the server run the command without /papi parse %player_name% %javascript% ??

#

e.g if player holding a Diamon_sword. The server will run the commnad but you have to type /papi parse myname %javascript_myjavascriptname% and it will run the command

umbral sigil
#

How to link papi and skript?

warm plover
wide reef
#

/papi ecloud download server

#

your server expansion is out of date

warm plover
#

ty

oblique heron
#

hello good i need help with placeholder api it won't let me add the expansion vault

fervent spire
silver minnow
#

/papi ecloud download Vault

oblique heron
#

It tells me that there are no registered expansions

#

@silver minnow it doesn't work for me

fervent spire
silver minnow
#

/papi reload

oblique heron
#

@fervent spire if I have the current one

#

@silver minnow @dkim19375 it doesn't work for me

fervent spire
oblique heron
#

when I put an expansion list I don't get any

fervent spire
oblique heron
silver minnow
#

./papi dump

fervent spire
#

Can you see the expansion for vault in the expansions folder?

oblique heron
silver minnow
#

it shows some debug info

#

should send a link

#

that u can paste here

oblique heron
#

okay I'll send it to you

#

Generated: October 13, 2021 2:54:06 AM UTC

PlaceholderAPI: 2.10.10

Expansions Registered:
marriagemaster [Author: [GeorgH93], Version: 2.5-Release]
localtime [Author: aBooDyy, Version: 1.2]

Expansions Directory:
Expansion-vault.jar
Expansion-localtime.jar

Server Info: 1.12.2-R0.1-SNAPSHOT/dce6a22-DEV (MC: 1.12.2)

Plugin Info:
DeluxeHub [Version: 3.3.10]
MarriageMaster [Version: 2.5-Release]
PlaceholderAPI [Version: 2.10.10]
Vault [Version: 1.7.3-b131]

#

that's what I get

fervent spire
#

Stop the server, delete the Expansion-vault.jar from the expansions folder. Start the server again, then do /papi ecloud download Vault /papi reload

oblique heron
#

I already did it and nothing happens

fervent spire
#

What does it say when you run those commands, surely something would happen.

sharp jay
#

seems like you have it installed whats the exact issue have you tried the placeholders?

oblique heron
#

if it does not detect them

#

if it does not detect them

sharp jay
#

can you try /papi parse me %vault_eco_balance%

oblique heron
#

is the problem the deluxehub plugin?

fervent spire
oblique heron
#

if it detects it

fervent spire
#

That doesn't answer the question. Did you try it, and if so, what does it say?

oblique heron
#

Where can I send you some pictures?

#

when I enter the papi list command I get that there are no expansions registered.

sharp jay
#

?paste

tender vaporBOT
#
FAQ Answer:

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

sharp jay
#

@oblique heron ignore that command if the placeholder its all good

oblique heron
#

I don't understand what to do

sharp jay
#

It works right?

#

where doesnt it work

#

what plugin

oblique heron
#

el plugin placeholder api cuando pongo
el comando /papi ecloud download vault

sharp jay
#

Sorry I dont speak spanish

#

show me what /papi parse me %vault_eco_balance% displays

#

?paste

tender vaporBOT
#
FAQ Answer:

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

sharp jay
#

use this ^

oblique heron
#

tells me that there are no expansions registered

#

Generated: October 13, 2021 3:38:47 AM UTC

PlaceholderAPI: 2.10.10

Expansions Registered:
marriagemaster [Author: [GeorgH93], Version: 2.5-Release]

Expansions Directory:
Expansion-vault.jar

Server Info: 1.12.2-R0.1-SNAPSHOT/dce6a22-DEV (MC: 1.12.2)

Plugin Info:
MarriageMaster [Version: 2.5-Release]
PlaceholderAPI [Version: 2.10.10]
Vault [Version: 1.7.3-b131]

sharp jay
#

says

#
  Expansion-vault.jar```
oblique heron
#

I downloaded it and now what do I do ?

sharp jay
#

upload it to the expansions folder

#

inside placeholderapi

#

make sure you remove the old one

oblique heron
#

ok now what do I do?

sharp jay
#

restart your server

oblique heron
#

I have already restarted it

sharp jay
#

with the new jar

#

type /papi list now

oblique heron
#

I only get the marriagemaster one.

sharp jay
#

screenshot your expansions folder

#

?paste

tender vaporBOT
#
FAQ Answer:

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

oblique heron
#

Generated: October 13, 2021 3:53:14 AM UTC

PlaceholderAPI: 2.10.10

Expansions Registered:
marriagemaster [Author: [GeorgH93], Version: 2.5-Release]

Expansions Directory:
PAPI-Expansion-Vault_o3XmLDu.jar

Server Info: 1.12.2-R0.1-SNAPSHOT/dce6a22-DEV (MC: 1.12.2)

Plugin Info:
MarriageMaster [Version: 2.5-Release]
PlaceholderAPI [Version: 2.10.10]
Vault [Version: 1.7.3-b131]

sharp jay
#

No

#

show me the flder

#

?paste

tender vaporBOT
#
FAQ Answer:

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

sharp jay
#

screenshot it

#

?imgur

tender vaporBOT
#
FAQ Answer:

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.

oblique heron
sharp jay
#

The folder

#

screenshot your expansions folder

oblique heron
sharp jay
#

which folder did you put that in?

oblique heron
#

in expansions

sharp jay
#

Okay confirm all steps you did:

  • Deleted Old Expansion and tried to reinstall via command /papi ecloud download vault & /papi reload
  • Delete any current expansion reinstall via ecloud website and RESTARTED your server
  • Update Vault to the latest version
#

@oblique heron ^

oblique heron
#

Does it influence me that I am using a magma server?

sharp jay
#

Whats a magma server?

oblique heron
#

is a server with plugins and mod at the same time.

sharp jay
#

I am not sure but did you try to install the latest version of vault

#

and did you go through all those commands

oblique heron
#

I did all that and nothing

fervent spire
oblique heron
#

yes

sharp jay
#

ya idk out of ideas

#

@fervent spire help him

fervent spire
#

His Vault expansion file name looks wrong

#

I just added vault expansion on test server and it's different

oblique heron
#

then it is because of the name?

sharp jay
oblique heron
#

I downloaded it from there

fervent spire
#

Restart your server then paste a FULL startup log

oblique heron
#

And how do I do that?

#

this is the name of the file PAPI-Expansion-Vault_o3XmLDu.jar that I downloaded

fervent spire
#

Restart your server, then go to logs/latest.log and copy/paste the full contents

#

?paste

tender vaporBOT
#
FAQ Answer:

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

oblique heron
#

ok I reset it and send it to you

sharp jay
#

send it here

oblique heron