#placeholder-api

1 messages · Page 131 of 1

fervent laurel
#

@junior musk You need to download them from the PAPI ecloud. They are not hard-coded. So it is written in the Placeholders wiki 🙂 The download works but then it's not there

junior musk
#

do you get any errors in the console when doing /papi reload?

low meteor
#

how can i troubleshoot this?

#

<PlaceholderAPI ERROR>

warm topaz
junior musk
#

dw, he asked me in dm

warm topaz
junior musk
#

if you want the details, he was using a PAPI placeholder which wasn't working, and he tried to parse it in TAB who failed and wrote <PlaceholderAPI ERROR> instead of the output

fervent laurel
#

@junior musk When I try it with /papi register Expansion-heroes.jar then I get the message: Failed to register expansion from Expansion-hero.jar. In the Log File is nothing

junior musk
#

nothing in the console?

fervent laurel
#

@junior musk I did it again and now there is something in the console: [PlaceholderAPI] heroes is attempting to register placeholders via a PlaceholderHook class which is no longer supported!

turbid tide
#

oh

#

...

fervent laurel
#

@junior musk It sounds that it doesn't work anymore

turbid tide
#

you need to contact the dev of the plugin

#

to update it

#

or if its open source you can update it yourself or ask someone to do it for you

#

it uses a PlaceholderHook which has been deprecated for years now but in one of the latest PAPI updates it got removed

fervent laurel
#

@turbid tide @junior musk Thank you very much. I will ask in the Hero Discord Channel if someone can update this.

turbid tide
#

👍

turbid tide
#

Hello, i am using PAPI and Animated Scoreboard - when i try any effect from the animations extension (I did /papi ecloud download Animations and /papi reload) it just doesnt work. I tried inside the
Have you also tried /papi parse me %placeholder% ? to see if the placeholder actually works

left veldt
#

Thanks for the tip! Didnt know that command existed.

turbid tide
#

👍

silver minnow
#

How do I parse placeholders outside of an event?

warm topaz
#

PlaceholderAPI.setPlaceholders() ?

vivid sparrow
#

The same way as always

silver minnow
#

This might be a dumb question... but how do I create an object for that?

#

or do I not need to?

#

I'm confuseddddddddddddd

warm topaz
#

no need

turbid tide
#

object for parsing the placeholders? you just do String string = PlaceholderAPI.setPlaceholders(player/null, oldString);

#

or you just send the message and parse it wile sending

#

or however you want to do it

silver minnow
#

thx

heady urchin
#

Can someone tell me how to do the count up / time since placeholder please

turbid tide
#

ugh can you explain again please? I can't rly tell what you want

vivid sparrow
#

the opposite of server_countdown

turbid tide
#

oh

#

man

#

I lost my js placeholder

#

I think

#

Had one

vivid sparrow
#

there is one on the wiki

left veldt
#

Have you also tried /papi parse me %placeholder% ? to see if the placeholder actually works
@turbid tide they work :), forgot to add %animation_(effect)%....

tender vaporBOT
#

@left veldt,

Hey!

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

dense rampart
#

Is the latest version on Spigot or is there an updated version somewhere?

turbid tide
dense rampart
#

thank you

austere hawk
#

Hey, does anybody know a solution to this? (https://pastebin.com/DCMBKJtV). So i wanna create custom rewards for jobsreborn with deluxemenus and i think i might have an issue with view requirements?

silver minnow
#

in placeholderapi chat?

turbid tide
#

well I mean the requirement is about JR placeholders

silver minnow
#

oh

#

ok

#

i just thought it'd be in general plugins

turbid tide
#

I mean we kinda gave up dkim xD

#

if people don't see the name of the channel

#

..

twin sluice
#

Is there anyway I can make placeholder permissions like If a player has this permission it will disply &e[✅ ] if he dont it will display [❌] ! Is that possible? How?

turbid tide
#

Javascript

twin sluice
#

Can you give me an example?

turbid tide
twin sluice
#
19.10 21:07:48 [Server] INFO ^ in <eval> at line number 21 at column number 0```
#
// and use the placeholder you want, i'm using this one
var haspermission = "%player_has_permission_fawe.permpack.basic%";

// create a function with the name you want
function permission() {

// if the haspermission variable that we created before return yes (true boolean)
// the js placeholder will return what we set in the return down
   if (haspermission === "yes") {
       return "&aA";
   }

// if the haspermission varibale wasnt true it will return what we set down
   if (haspermission === "no") {
       return "&aB";
   }

// by this we are calling the function to run
permission();``` Can someone help me? What am I doing wrong?
potent dawn
#

Hi, I can't get registered the World Expansion. I'm in 1.16.3

#
// and use the placeholder you want, i'm using this one
var haspermission = "%player_has_permission_fawe.permpack.basic%";

// create a function with the name you want
function permission() {

// if the haspermission variable that we created before return yes (true boolean)
// the js placeholder will return what we set in the return down
   if (haspermission === "yes") {
       return "&aA";
   }

// if the haspermission varibale wasnt true it will return what we set down
   if (haspermission === "no") {
       return "&aB";
   }

// by this we are calling the function to run
permission();``` Can someone help me? What am I doing wrong?

@twin sluice I think you forgot to close the permission function, you missed one }

vivid sparrow
#

Yes

rare lily
#

Hi, I can't get registered the World Expansion. I'm in 1.16.3
@potent dawn can you elaborate more on this?

potent dawn
#

I download the expansion “World” and when I reload PAPI it says “0 expansions where registered”

rare lily
#

Errors in console?

potent dawn
#

Currently I’m not in my pc but it showed something about a class cannot be loaded

#

Test it and you’ll see

#

Just papi and spigot 1.16.3

rare lily
#

I can't know what your errors is if you don't give me the error

#

Also, it seems to load normally for me

potent dawn
#

When I get to my PC I’ll send the logs

civic hinge
#

Hi! Why this not working? I send image in private message

#

Who can help me?

novel moss
#

What is not working? You can send an imgur link so anyone can help

#

Or post the error code

#

=paste

tender vaporBOT
#
HelpChat Paste

Please use a paste service to share configs, errors, code and long logs.
HelpChat Paste

mint wolf
#

Hello,

I've been trying to use PlaceholderAPI for the first time with a supported plugin (DiscordSRV). However, it's been more difficult than I anticipated.

I've tried to use a placeholder to get the world time of a world on my server, called "Endrman". However, it's not working as expected. Does anyone have a troubleshooting guide or a way to solve this?

Thanks in advance,

Andrew

meager nymph
#

Did you download the expansion

#

/papi ecloud download world

#

/papi reload

mint wolf
#

I did papi ecloud download world, but after papi reload, it said "No expansions are registered".

#

When I go into the filesystem, I can see that the world expansion .jar file is downloaded.

meager nymph
#

uh wait

#

download it from here

mint wolf
#

Should I remove the .jar currently there, and replace it with the manual download?

meager nymph
#

yup

#

and do restart the server

mint wolf
#

Is papi reload not enough?

meager nymph
#

You can try, but I recommend server restart

mint wolf
#

Ok, thanks for the help! I'll report back here on whether it works or not.

#

Does the naming of the expansion matter?

meager nymph
#

yeea I guess

#

I never rename them

mint wolf
#

Tried it, still doesn't work. I got some console error messages too this time.

meager nymph
#

Weird

#

are you sure the world name is correctly

#

maybe try not using capital letters

mint wolf
#

I'll try that, but I'm not sure if that's the issue since the error says something about outdated expansions.

#

[21-10-2020 12:03:13] expansion class WorldExpansion is outdated

meager nymph
#

idk

#

what papi version do u have ?

mint wolf
#

2.10.9

meager nymph
#

ah latest

potent dawn
#

I had the same bug. Cannot register the expansion World

mint wolf
#

I hope this is just me being stupid and missing something obvious that is easy to fix, rather than an actual bug...

meager nymph
#

can you send me what you have in the discrodsRV config?

mint wolf
#

Sure thing.

#
# Discord canned responses
# These are triggers (commands in a way) that will trigger a "canned response" to be sent as a reply to them
# You should probably change these from their defaults or add your own
#
# Syntax is {"TRIGGER": "RESPONSE", "TRIGGER": "RESPONSE", ...}
# If you do not want any canned responses, set this to just {}
# PlaceholderAPI placeholders are supported for the values
#
DiscordCannedResponses: {"!time": "Current in-game time: `%world_time_Endrman%`"}```
#

This'll do?

meager nymph
#

yea

#

{world_time_Endrman}"}

#

try this

#

are you sure the worldname is exactly the same ?

mint wolf
#

Yes, the world name is exactly Endrman.

#

Also, I thought all PlaceholderAPI placeholders have to be surrounded with %percent_signs%?

meager nymph
#

Not always

#

like in ChatControl I had to use {}

#

for some reason

potent dawn
#

I got this error while using the expansion world:

21.10 11:29:32 [Server] Server thread/ERROR [PlaceholderAPI] expansion class WorldExpansion is outdated: 
21.10 11:29:32 [Server] INFO Failed to load due to a [NoClassDefFoundError], attempted to use net/milkbowl/vault/permission/Permission
#

do I need vault?

meager nymph
#

You don't use vault ?

potent dawn
#

Nope

#

just PAPI

meager nymph
#

wut

mint wolf
#

Yup, same here

meager nymph
#

Download vault it's always good to have

mint wolf
#

what's vault?

meager nymph
#

for economy etc

potent dawn
#

I'll install it rn

mint wolf
#

we don't want an economy...

potent dawn
meager nymph
#

permission plugin

potent dawn
#

It's like a hook

meager nymph
#

yup

potent dawn
#

and API

meager nymph
#

Most of the server needs them

mint wolf
#

Is it really that necessary? We'd prefer to keep clear of things like Vault or Essentials.

potent dawn
#
Vault is a Permissions, Chat, & Economy API to give plugins easy hooks into these systems without needing to hook or depend on each individual plugin themselves
meager nymph
#

You should need Vault

#

even tho you don't have economy

mint wolf
#

so... no way to do this without Vault?

#

that's annoying, didn't see anything about dependencies

meager nymph
#

I don't think so

#

try and see

turbid tide
#

Also, I thought all PlaceholderAPI placeholders have to be surrounded with %percent_signs%?
@mint wolf By default yes you do but some plugin developer want to use their own option.

mint wolf
#

Does Vault come with a bunch of annoying features enabled, like Essentials?

meager nymph
#

no

#

its optional

turbid tide
#

its literally an API

#

it just helps plugins hook into each other

#

it doesn't add its own features

mint wolf
#

Ok, that's way better than Essentials then, thank goodness

#

I've had nightmares with Essentials

meager nymph
#

bruv why

turbid tide
#

well its not meant to be a plugin that add features. Essentials does exactly what it says xD adds essentials features to the server.

meager nymph
#

easy to use

potent dawn
#

Now it works, thanks xD
(Forgot to install Vault)

turbid tide
#

that's annoying, didn't see anything about dependencies
@mint wolf PAPI doesn't need vault by itself to work but some expansions do. That's not under PAPI's control at all.

meager nymph
#

expansion makers

mental hamlet
#

Hi 🙂 For deluxeMenu, is it possible to create variables custom with PlaceHolderAPI ?
For example I create the variable "name" that displays Twister on a .yml file
And later I place the variable "name" in several .yml and it displays Twister in game.

turbid tide
#

javascript placeholders

mental hamlet
#

you have a examples ?

turbid tide
#

1 sec. I'll give you link to the wiki

mental hamlet
#

i find, it's good

#

thx ! 😉

turbid tide
#

oh ok

mental hamlet
#

sorry ^^

turbid tide
#

now worries

meager nymph
#

is var - int ?

#

cuz it looks like kotlin most likley

turbid tide
#

var is for every type

warm topaz
#

javascript is nothing like kotlin thonk

turbid tide
#

it is don't you see? it has the var keyword xD

fading cedar
#

after several attempts the message is still there,
Do you have a solution ? thx

Failed to load due to a [NoClassDefFoundError], attempted to use com/massivecraft/factions/RelationParticipator```
tender vaporBOT
#

This generally happens when you have an expansion but not the plugin that goes with it. Remove the expansion from the expansions folder and you'll be good to go.

fading cedar
#

I have the factionsuuid plugin it's not this extension ?

vestal atlas
#

Прошу прощения, но ваш плагин выдает мне следующую ошыбку в консоль:

[01:53:56] [pool-44-thread-1/WARN]: java.lang.NullPointerException
[01:53:56] [pool-87-thread-1/WARN]: java.lang.NullPointerException

Есть вариант как исправить? Нашел, что именно PlaceholderAPI вызывает это. Искал методом тыка. Повторяется каждую секунду.

lethal carbon
#

Anyone have issues with Vault Placeholders right now

vivid sparrow
#

English only @vestal atlas

#

What issues @lethal carbon

rare lily
#

I'm also about to push update on javascript expansion alias too

#

Which means %javascript_tictactoe% and %javascript_ttt% in one script

#

And adding support to script folder organization

vivid sparrow
#

Doesnt it already support folders?

rare lily
#

I don't think so, from the look of the code

vivid sparrow
#

It is looking for a path inside "javascripts"

rare lily
#

It means javascript/tttcollection/ttt.js

#

While tttcollection is another folder

austere hawk
#

is there server total uptime placeholder ? (like it will keep the data of the previous online times of the server and add them together)

turbid tide
#

don't think so

austere hawk
#

oh , ty anyways 😄

trim mist
#

Do we have a general uptime placeholder?

turbid tide
#

as in just the time since server has started? then yes. its %server_uptime%

austere hawk
#

actually I meant that 😄 (PlaceholderAPI is the best)

trim mist
#

Alrighty yeah, just wanted to make sure we had one cause if we didn't, I would add it.

austere hawk
#

is there a way to add PlaceholderExpansions using Java Code ?

turbid tide
#

yes

#

1 sec I'll give you link to wiki

austere hawk
#

I believe thats to create expansions correct ?
While I was asking on how to install expansions from ECloud (like use /papi ecloud download) but in java code

trim mist
#

Uh

#

Why would that be necessary?

austere hawk
#

well, it will be useless & I don't want it to be added (cuz ik u guys make decisions nicely) but I was only asking if that thing exists

trim mist
#

No, it doesn't, afaik.

austere hawk
#

I see

trim mist
#

Mainly because I don't see why it would need to?

austere hawk
#

creating a custom furnace like hypixel skyblock (idk if they have this but hypixel has alot of custom things so I just assumed)

trim mist
#

How does PlaceholderAPI have anything to do with Hypixel, Skyblock, or furnaces?

austere hawk
#

sorry but Idk how to explain it 😓

trim mist
#

It's all good!

#

Java is fun sunglas

austere hawk
#

& sometimes confusing xD

trim mist
#

Oh for sure.

austere hawk
#

wait

#

there should be a placeholderAPI extension

#

for your Kill Death Ratio

#

am i right or am i wrong?

warm topaz
#

math expansion

austere hawk
#

please elaborate

warm topaz
#

then use the statistic expansion to divide the kills / deaths placeholder

austere hawk
#

im stupid

#

like please tell me exactly how to do it im very dumb

warm topaz
#

%math_{statistic_player_kills}/{statistic_deaths}% something like that

austere hawk
#

something like, or that

warm topaz
#

i shouldnt have to spoonfeed exactly

austere hawk
#

ok

#

thank you

#

@warm topaz

#

it just says %math_{statistic_player_kills}/{statistic_deaths}%

warm topaz
#

download the expansions

austere hawk
#

oh right

#

so wich ones

#

math and what

warm topaz
#

statistic

austere hawk
#

thanks

astral depot
#

Hey i need help

#

With a Plugin and a Placeholder

#

It is not working

crisp hound
#

what plugin, what placeholder, etc etc

#

the reason no one answered is cause you gave no information

astral depot
#

The Plugin is ajParkour

#

Can i send a link here?

crisp hound
#

sure

astral depot
#

Ok wait a m

#

This is the side with placeholder

#

*placeholders

crisp hound
#

how are you using it

astral depot
#

In Holographic displays

#

You dan see it on my Server

#

Only when you want

#

yk

crisp hound
#

like in holographic displays

#

what placeholder are you using

astral depot
#

The first one of the list on the side

crisp hound
#

%ajpk_stats_top_name_<number>%
did you replace <number> with the number

astral depot
#

Yes i did

#

I have 1

crisp hound
#

try /papi parse me %ajpk_stats_top_name_1%

astral depot
#

Ok wait

#

When i do that %ajpk_stats_top_name_1%

#

That is repeated in the Chat

#

Not replaced

#

Is that right?

crisp hound
#

no that means its not working

astral depot
#

Oh

#

Now what can i do?

#

Have i to download it from ecloud?

crisp hound
#

i dont think so. it appears to be an internal placeholder

astral depot
#

Ok

#

In a Video all works

crisp hound
#

do any of the placeholders work

#

try /papi parse me %ajpk_jumping%

astral depot
#

No that does not work

crisp hound
#

I would reach out the the author of the plugin probably and ask him why the placeholders aren't working then

#

do you have errors in your console?

astral depot
#

Oh wait let me see

#

No, no error

crisp hound
#

then yea id ask him at his discord

astral depot
#

That is the Video

#

It is workinng in the video ☹️

crisp hound
#

do any placeholderapi placeholders work

astral depot
#

Yes

#

All Player,Server

#

But from Plugins no

#

Playtime is also not working

crisp hound
#

for the parkour plugin it sounds like the issue is something he will need to fix, which is why i would say you should ask him for help there

#

as for playtime

astral depot
#

Yes

#

I did that

#

But its not working

crisp hound
#

and /papi parse me %playtime_player% returns what?

astral depot
#

Not workin

#

You can come on my Server i give you OP and you can see

crisp hound
#

you have the playtime expansion plugin?

astral depot
#

Yes

#

I can redownload it when you want but

#

I have a german server

#

(i am german too)

crisp hound
#

what is your placeholder api version

astral depot
#

Oh wait

crisp hound
#

is it updated

astral depot
#

Can you send my a Link

#

For the newest version?

astral depot
#

Thanks!

#

Oh we have 2.10.6

crisp hound
#

updating might help

astral depot
#

Wait i look

#

Oh its nor working

#

not

#

Why it is not working

trim mist
#

2.10.6 isn't supported anymore.

tropic dew
tender vaporBOT
#

@tropic dew,

Possible Solution Found:

Looks like your server can't connect to our API,
Should your host not allow connections to the PlaceholderAPI eCloud, you can manually download expansion from https://placeholderapi.com/ecloud and place them in your /plugins/PlaceholderAPI/expansions/ folder.

little berry
#

any help on this would be appreciated. papi is up to date, the expansion is and voteparty?

#

also %player_name% does not work when doing /parse me

turbid tide
#

have you downloaded the actual expansion for Player?

#

also for voteparty you don't need an expansion

#

its built inside the plugin now

#

go to plugins/PlaceholderAPI/expansions and make sure you don't have a voteparty expansion jar in there

#

also make sure you have the Player expansion jar in there

#

@little berry ^

little berry
#

I downloaded the version from ecloud not the ingame command, and I do not not have a papi voteplugin expansion installed

turbid tide
#

wait but when does that error show? when you do /papi parse me %player_name% ??

little berry
#

in console?

turbid tide
#

ye

little berry
#

nope, just returns %player_name% - that is what is confusing me

#

no errors

turbid tide
#

well when does the VoteParty error show?

#

then?

little berry
#

on server boot

turbid tide
#

could you restart the server and send a full server startup log?

little berry
warm topaz
#

can u send a /papi dump aswell please
as for the voteparty error, leave a message in #voteparty

near scroll
#

any updates on papi 3?

brisk coral
#

😮

near scroll
#

ill take that as a no

brisk coral
#

Soon™️

balmy marten
#

Yeah it's being worked on in the background, we're not near any sort of release if that's what you're after

little berry
#

yup, thanks Blitzzzz my error - the papi bump confirmed that I am blind - lol

#

I did have the voteparty expansion loaded, just did the parse me and worked fine- thanks for the help, appreciated

austere hawk
#

Please @ me 😄

turbid tide
#

you probably have 2 Bungee expansions in plugins/PlaceholderAPI/expansions

bronze pewter
#

how i can download all the placeholders at the same time with just one command

#

?

heady urchin
#

Anyone know why all the statistics placeholders are returning 0

crisp hound
#

@bronze pewter what do you mean by that

#

you can use /papi ecloud download <expansion> then /papi reload

bronze pewter
#

but there is some way for download all the expansions

#

at the same time?

crisp hound
#

uh no?

#

just download the expansions you need

nimble needle
#

so

#

whenever i stop my server

#

all my placeholders get reset

#

and dont work

#

its super annoying

austere hawk
#

Hey you lovely bunch.

#

got it. x

urban cove
#

i'm having issues with the player placeholders regarding experience. if i use player_exp it formats it weird so 10k exp come out like 0.38

#

if i use total exp it doesn't remove exp from the scoreboard whenever a player withdraws exp

mental night
#

%player_exp_to_level%
This displays as like 30 levels

urban cove
#

i am using advanced enchantments so i want people to know how much exp they have

austere hawk
#

Pls help.. placeholder isn't work..

#

%Mines_test_name%

tranquil sapphire
#

%Mines_test_name%
@austere hawk plugin?

turbid tide
#

i am using advanced enchantments so i want people to know how much exp they have
@urban cove player_exp shows how much xp you have more than the level you are at. player_exp_to_level shows how much you need until you level up. You need to use %player_total_exp%

wide dagger
tender vaporBOT
#

@wide dagger,

Possible Solution Found:

As part of the 2.10.7 PlaceholderAPI update we broke some methods, please update to the latest PlaceholderAPI release found here to fix these issues.

mental night
#

what version of tab are you running

wide dagger
#

2.10.9

mental night
#

and placeholderapi

#

that’s ur papi version

#

not tab version

wide dagger
#

Yeah

#

Sorry

#

2.8.2

mental night
#

that’s outdated i’d recommend updating

#

i think last time i checked 2.8.8 is out or at least 2.8.7

wide dagger
#

okay

#

Yeah, that was the problem

#

Thanks!

mental night
#

np

robust patrol
#

Hey, I'm trying to use a placeholder that returns a value such as 1000.0 within a click/view requirement for a DeluxeMenus button.

When I use simply just the placeholder, it returns an error about the %, which means I have to put it in "" (seemingly making it a string, and not carrying out the check)

Any alternatives / solutions?
Thanks 😄

#
      requirements:
        hasmoney:
          type: has money
          amount: "%placeholder%"```
turbid tide
#

for has money you need a placeholder that returns an integer. not a float or a dobule.

#

also yeah I don't think you can use placeholders in the has money type.

junior musk
#

also yeah I don't think you can use placeholders in the has money type.
wut?

#

BlitzZ, are you drunk? x)

#

you can use placeholders in all requirements

#

also, yes you have to use the placeholder in "" so it doesn't break the format

#

and the string is parsed as an integer in the code, so it's not an issue

#

but idk if it only works with integers, I remember using %vault_eco_balance% and it worked just fine

#

oh wut

#

that wasn't a thing before

#

you apparently have to use placeholder: "%placeholder%" now instead of amount:....

robust patrol
#

My fault, used commands instead of requirement in the first line 😝

#

"left_click_commands:"

urban cove
#

@urban cove player_exp shows how much xp you have more than the level you are at. player_exp_to_level shows how much you need until you level up. You need to use %player_total_exp%
@turbid tide I was using that. When ever players withdraw exp though that number doesn’t go down. Even worse when they add exp back after that it goes up more. It doesn’t stay accurate with current exp.

tender vaporBOT
#

@urban cove,

Hey!

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

turbid tide
#

@turbid tide I was using that. When ever players withdraw exp though that number doesn’t go down. Even worse when they add exp back after that it goes up more. It doesn’t stay accurate with current exp.
@urban cove oh I wonder if total_exp is the score stuff

#

oh yeah seems like I was wrong

#

that shows the total xp has had since his last death

#

idk if there is a placeholder that does that then

austere hawk
#

@tranquil sapphire

Plugins (33): CoreProtect, WorldEdit, ColoredSigns, Skript, Essentials, GroupManager, PlaceholderAPI, PacketListenerApi, InvSK, SkQuery, Quarsk, Lockette, MapManager, BannerBoard, ProtocolLib, WorldGuard, Skellett, MultiWorld, VoxelSniper, WildSkript, EssentialsChat, SkExtras, Vault, MarSK, EssentialsSpawn, Lores, AnimatedFrames, HolographicDisplays, TriggerReactor, CMI, skRayFall, HolographicExtension, Mines```
tranquil sapphire
#

What mines plugin are you using?

turbid tide
#

give link to the plugin

#

because Mines is a very generic plugin name

#

also please specify what does not work mean?

mental night
#

looks like a minehut server to me

#

skript 🤮

rare lily
#

Lol

#

That's a lot of sk plugins/scripts

#

Anyway, Multiworld angry_fingerguns

#

And who put both ess and cmi at the same time

jade junco
#

anyone knows how to change timezone id in LocalTime plugin?

copper vessel
#

PAPI isn't available for Sponge 7? I wan't to use PAPI for my 1.12.2 sponge server (sponge 7)

balmy marten
#

Not yet, but it's panned

copper vessel
#

oh alright great

vast ibex
#

Here I am again needing help. Why is that javascripts work with some plugins and doesn't with others?

#

Or better yet how do I make plugins depend on papi?

turbid tide
#

check the wiki for how to add PAPI support in your plugins.

vast ibex
#

So if a plugin doesn't support papi there's nothing I can do?

turbid tide
#

nope. Only ask the dev of it to add support or if its OpenSource add it yourself

vast ibex
#

I just made a javascript %javascript_servername% and it's useless 😦

mental night
#

well did you make the javascript right 🤷‍♂️

turbid tide
#

nah Sellinq. He did make it right

#

its just that the plugins he tries to use it in

#

do not support PAPI

mental night
#

zh

#

ah

#

devs needa start upping their game and allow papi on all resources it make my life amazing

hollow aurora
#

@vivid sparrow u know if there is a javadoc for papi? I can't find it

tender vaporBOT
#

@hollow aurora,

Hey!

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

stuck gulch
#

Hello i have problem with placeholder

turbid tide
#

ok

stuck gulch
#

sec

#

/papi parse me %statistic_seconds_played%

#

gives always 0

#

used these before
/papi ecloud download statistic
/papi reload

turbid tide
#

Server version and PAPI version?

stuck gulch
#

Server version 1.16.3
PlaceholderAPI 2.10.9

turbid tide
#

also Statistic expansion version~?

#

/papi info Statistic I think its the command to see

stuck gulch
#

2.0.0

turbid tide
stuck gulch
#

sure i will try

#

somehow i have 2 versions of expansion

turbid tide
#

oh delete one

stuck gulch
turbid tide
#

Or download both and download it again using /papi ecloud download Statistic

#

/papi reload

stuck gulch
#

Still getting 0

turbid tide
#

try deleting them from the expansion folder, restarting then doing those commands. if that doesn't work try the dev build of PAPI

stuck gulch
#

I deleted them, used that commands and still 0

#

later ill try dev build

#

thanks

near sentinel
#

How do I go about creating a simple modulo calculation in a palceholder javascript?

near sentinel
#

I'm trying
%math_{votingplugin_total_alltime}-(({votingplugin_total_alltime}/15[precision:0])*15)%
But it's not working and is giving me 0 always

near sentinel
#

Alright I figured it out with some duct tape a glue

mental night
#

Which glue?

jade junco
#

someone knows if i can change the LocalTime plugin hour?:(

turbid tide
#

someone knows if i can change the LocalTime plugin hour?:(
@jade junco you can specify a timezone can't you?

austere hawk
#

Hi, I have a problem after restarting the server I can take the set without waiting time

turbid tide
#

what set exactly?

austere hawk
#

Otherwise, maybe cooldown.data.yml, if it already has a weight of 17mb, it suddenly doesn't save anything.

#

I have such a problem DeluxMenu

jade junco
#

@jade junco you can specify a timezone can't you?
@turbid tide nop, i put the comand %localtime_timezone_<TimeZoneID>%, i need the id of Chile continental 389, so i put %localtime_timezone_<389>%, but nothing change

turbid tide
#

don't actually put <>

#

only 389

jade junco
#

nothing change:c

turbid tide
#

hmm oh yeah I forgot

#

the LocalTime expansion is broken I think

#

oh how did I forget that? I was running in the same issue a couple weeks ago

jade junco
#

I guess, because there is no way to change the id

frail fractal
#

%statistic_MINE_BLOCK_COAL% Any idea why this isn't working

turbid tide
#

isn't it %statistic_mine_block:coal_ore% ?

jade junco
#

so, Do you know any plugin to set the time?

turbid tide
#

to get the time? Nope. I know you can also use %server_time% but that will return the time in the country that the server is hosted in.

frail fractal
#

Nice one, thanks

jade junco
#

to get the time? Nope. I know you can also use %server_time% but that will return the time in the country that the server is hosted in.
@turbid tide need a download?

turbid tide
#

^

#

%server_time_<SimpleDateFormat>%

#

commands are at the bottom of the bot message

jade junco
#

dude, thank you very much

#

i lov u

turbid tide
#

👍

austere hawk
#

Someone from deluxemenus will help me

turbid tide
#

if you ask your question maybe?

#

oh

#

you're using Javascript cooldown?

#

I recommend you try the plugin MasterCooldown

#

=pl MasterCooldown

tender vaporBOT
#

v1.3 by GabyTM
The easiest and most advanced way to add cooldowns to commands

Downloads:

135

Likes:

1

Reviews:

4

turbid tide
#

instead

austere hawk
#

you're using Javascript cooldown?
@turbid tide
yes

#

After reboot, it does not work

turbid tide
#

Have you also tried the latest version of JavaScript? If yes then I recommend you look into that plugin

vivid sparrow
#

I need to find some time to rewrite that plugin angry_eyes

turbid tide
#

@rare lily Gaby is trying to steal your work

#

oh wait

#

nvm

#

don't reat this

vivid sparrow
#

??

turbid tide
#

he was talking about a plugin and not expansion

vivid sparrow
#

smh

turbid tide
#

thought you're talking about the javascript plugin xD

vivid sparrow
turbid tide
#

:smash:

austere hawk
#

anybody know how to display the item in the player's hand using deluxe menus

#

Why cooldown data.yml my maximum file size is 17kb?

rare lily
#

Blitz bruh

mental night
#

@austere hawk %player_item_in_hand%

austere hawk
#

what category would it go under

#

material, name, or some other

mental night
#

material: placeholder-%player_item_in_hand% iirc

austere hawk
#

alright lemme try that, ty

mental night
#

np lmk if it dont work

austere hawk
#

it worked, but it doesnt show the enchants and lore corresponding

turbid tide
#

if you want to show the lore you need to use the javascript lore placeholder

#

from the community scripts

#

but there is no easy way to show your enchants

junior musk
#

alright, alright, I know what's the next PAPI expansion I have to do... x)

fallow summit
#

Hi i got problem papi can t find one hook. Can i add hook in some way manual?

fallow summit
#

i was aslo trying to register expansiion using command but papi throws error

#

i got this problem with Expansion-skript.jar

tender onyx
#

Does anyone know why killStats doesn't load after downloading it?

turbid tide
#

?startuplog

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.

fallow summit
#

?paste

tender vaporBOT
#
FAQ Answer:

Paste Services
When asking for help with a config/menu/code issue please use one of these:
(However we do prefer if you used our paste :))
HelpChat Paste - Usage
Hastebin

fallow summit
mental night
#

that’s not your startup log

fallow summit
#

is it?

austere hawk
#

hi is there any placeholder to show what kit i am currently using (essentials Kit)

silver minnow
#

No, because it's just a couple of items

#

Probably not*

austere hawk
#

no like kit name not items

silver minnow
#

?

austere hawk
#

sp there's none?

silver minnow
#

I'm confused on what you're trying to do

#

If you do /kit pvp, I'm 99% sure it won't remember who it gave it to afterwards

#

I'm going to be super surprised if it does

austere hawk
#

okay

normal kettle
#

Can I get the placeholder for the online count of more than one server?

junior musk
#

%math_{bungee_<server1>}+{bungee_<server2>}[precision:0]%

junior musk
#

depends if the plugin you use supports PAPI

mental night
#

%bungee_Total% ?

junior musk
#

that's for the amount of all servers, idk if it's what he want because he didn't specify "all" servers but yeah that can work aswell

normal kettle
#

Do i need mdv for that

junior musk
#

mdv?

normal kettle
#

the one which uses {}

#

also whats precision lol

#

nvm i got it

#

decimal points

junior musk
#

yup

normal kettle
#

epic ty

normal kettle
#

Is there a way to get a placeholder from another server?

#

Bungee

junior musk
#

not really

turbid tide
#

Yes. PAPI Bungee API. You need to know java tho and idk how reliable it is

dull meadow
#

are there any XP level placeholders available in the ecloud of papi?

turbid tide
#

-papi Player

#

In the player expansion

#

There are some

mild gale
#

what is the placeholder for all players who joined the server?

#

tag me if know.

junior musk
#

/papi ecloud download PlayerList
/papi reload
%playerlist_all,normal,yes,list%

turbid tide
#

Or just server expansion xD

junior musk
#

depends if he wants the amount or the list ¯_(ツ)_/¯

mild gale
#

wait I want the amount

#

what's the placeholder for that

junior musk
#

then %server_unique_joins% would be better

turbid tide
#

I mean can't your placeholder do %playerlist_all,normal,yes,amount% ??

warm topaz
#

who tf would want a list for total players thonk

#

thats atleast 100 players even on a small server

turbid tide
#

no idea Kalibear

#

well my server is fucking small and its over 2k players

#

xD

warm topaz
#

ikr

#

i think i had 1k

turbid tide
#

because it would count every fucking player that joined for like 1 second

warm topaz
#

🙂

idle sonnet
#

-papi

#

-papi VotingPlugin

#

-papi votifier

#

-papi Bungee

#

?

#

wtf

warm topaz
#

bot dead kek

tender vaporBOT
#
Placeholderapi
Useful Links & Information:

A resource that allows information from your favorite plugins be shown practically anywhere!
Spigot
Wiki
Placeholder-List
GitHub
eCloud

warm topaz
#

u can check the placeholders there

indigo anchor
#

Hello is there a way for format math placeholders? Like 1.32K + 1.33K = 1.65K

turbid tide
#

with javascript most likely.

indigo anchor
#

so can you help me? I have a placeholder %math_{MySQLBridge_survival_mine_block}+{MySQLBridge_mining_mine_block}[precision:0]%

#

and i need calculate this placeholders, values is for example the 1.32K + 1.33K

#

or i can do this placeholders to 1320 + 1330

#

but i want the format

upper harbor
#

Hello

#

Is there the BentoBox (BSkyBlock) expansion?

#

in placeholders?

upper harbor
#

How do I download the placeholders to make it work?

turbid tide
#

You don't need to download anything. All you need to have is the plugin BentoBox installed

#

also the expansion if you want to use the placeholders from an expansion

#

@upper harbor ^

#

so can you help me? I have a placeholder %math_{MySQLBridge_survival_mine_block}+{MySQLBridge_mining_mine_block}[precision:0]%
@indigo anchor I mean if you want to do it you need to know some basic javascript and some math

misty slate
#

Hey guys, really need help with soemthing,

The Placeholders for Guilds just disapeared on scoreboard? I believe Guilds is updated to latest

turbid tide
barren sandal
#

can papi be put on bungee

#

that would be epic

trim mist
#

Okay, papi bot is back online.

#

No, PAPI does not support Bungee at this time.

short flicker
tender vaporBOT
#

@pure falcon,

Uploading Images

You won't be able to upload images here directly to avoid spam, so please use https://imgur.com/ to upload images/screenshots.

pure falcon
#

Hello, I'm trying to use Placeholder API for my plugin with the internal class method. I have created a class and made the identifier "townyupgrades" and the placeholder "level." I then call the placeholder in my config as %townyupgrade_level% . My code for my expansion is below. It keeps returning "No town" and I'm not sure as to why. Am I not able to use another plugin's API here? PAPI, Towny, and my plugin are all on the server during my testing.

        public String onPlaceholderRequest(Player player, String identifier){

            if(player == null){
                return "";
            }
            String level = "";
            
            switch(identifier) {
            case "level": //%townyupgrades_level%
                try {
                Town town = TownyAPI.getInstance().getDataSource().getTown(player.getName());
                level = Integer.toString(dmang.getMap().get(town.getUuid().toString()));
                return level;
                } catch (Exception e) {
                    return "No town";
                }
            }
            // We return null if an invalid placeholder (f.e. %someplugin_placeholder3%) 
            // was provided
            return null;
        }```
upper harbor
#

or can I use the placeholders in the deluxemenus to place variables? [] <> {}?

barren sandal
#

%luckperms_suffix% doesnt work in the essentials lang folder

high star
#

Essentials doesn't support PAPI yet

barren sandal
#

oh

mint fable
#

chatinjector, no?

high star
#

tru

kindred wigeon
high star
#

Ensure you're on the latest version of the plotsquared expansion

kindred wigeon
#

ahh I don't have the latest

#

is there a way to go back to the older versions?

high star
#

seeing as it seems to be using an unsupported version of the api, not really

kindred wigeon
#

ok

#

if I have the jar for a older version where do I put it?

mental night
#

you need the newest version not an older 😂

#

as your using papi 2.10.9 i assume

kindred wigeon
#

yup

mental night
#

yeh plot squares is on like v3 and is now paid plugin

kindred wigeon
#

ikr

#

I have V4

#

and I want V5 put it's paid

mental night
#

oh my bad i meant v5 not v3 but yeah

fluid heath
#

hi i have such a problem that% player_ping% works strangely when you enter it shows a ping of 500-700 but then slowly drops to 50-60 (this is my normal ping) while delays are not felt in any way and everything works well

Server version: Spigot 1.15.2
Plugin version: PlaceholderAPI-2.10.9
Number of plugins: at first it was 42 and we thought that was the problem, but even when I removed everything except the placeholder and the tab ping remained the same

https://imgur.com/TyepJM0 https://imgur.com/izbJgkP here you can see that the ping is large (sometimes 100 sometimes 1000)

https://imgur.com/QWmcVdO after 5 minutes on the server

https://imgur.com/HHSsQPo here you can see that placeholders are used

and we also use BungeeCord, but even when we reconfigured the server to work without it, the ping was the same

#

mark me if someone replies to my message (I rarely watch this channel but really want to figure out why this is happening)

turbid tide
#

I mean I'm pretty sure %player_ping% uses a player method. Like it doesn't count the ping itself. So you probably have internet spikes. I used to have the same when my internet was like 100 Mbs

#

it would just randomly go to even 4k sometimes

#

even tho I didn't feel like I was lagging

#

it goes to 4k for like 1 ms and then comes back

#

it just takes a bit to update so it will show it going down slow but it will actually be back to normal by that time

#

@fluid heath ^

#

also ping doesn't have much to do with your plugins and stuff like that. Those usually affect TPS. Idk how it works with client side packets tho. Maybe those might affect your ping

#

but ping shows how much it takes the server to get information from your pc.

#

so for example if I have 40 ping and I click, it takes 40 ms for the server to register that click

fluid heath
#

but my internet has a ping to the server of 50-60ms and this value very rarely grows higher

#

and this problem is observed in all players

turbid tide
#

what internet speeds tdo you have?

#

oh all players? then it might be the server's fault as well I guess.

#

But yeah the ping placeholder works

fluid heath
#

it works yes it can be seen however something makes him think that ping is 500+ but it is not

turbid tide
#

it is for a few milliseconds.

#

as I said. I used to have this happen as well. It will just spike for less then a second

#

and it will come back

fluid heath
#

but no it returns to normal in about 5 minutes

turbid tide
#

well that's weird. For me it would take a few seconds to return back to normal. Not minutes

fluid heath
#

can I try to show you this via the broadcast?

trim mist
#

I can't recall if it got released yet but I know we did make some changes to the Player expansion at some point in the past three months. One of those changes implemented a cache of a player's ping due to it being a heavy action to retrieve it on an NMS level. Five minutes seems absurdly long for the amount of time we actually cache it for.

fluid heath
#

ping update occurs every 20-30 seconds, I think, but ping completely returns to normal only after 5 minutes

turbid tide
#

Last update was August 1st Glare

trim mist
#

Alrighty, then that means that the changes we made to it did not get pushed live. Probably still in the testing stages.

turbid tide
#

I mean on github it did get updated 28 days ago. But not on ecloud

#

and the update was called Push to 1.8.0

#

made by you

fluid heath
#

have any idea why this might be happening?

trim mist
#

I unfortunately do not have any idea off the top of my head in this situation.

#

If I never pushed the cache changes to the eCloud that means that you're directly pulling each time it's checked on an NMS level, so, I believe that's what the client believes it's ping is.

fluid heath
#

I can show my screen so you can see the problem

trim mist
#

Feel free to imgur some pictures and I'm sure someone can look at it at some point in time.

fluid heath
trim mist
#

I'm unsure if that uses the same method.

#

I can double check that.

fluid heath
#

now I have to close minecraft because important things have appeared, if data from me is needed, I can give them only after 1 hour

trim mist
#

I'm getting ready to leave, so, that's not really a problem, I would just leave it for the time being if it's not actually causing problems.

stuck gulch
#

Hello i have problem with VoteParty placeholders

#

Thats how it looks in game + holo settings

trim mist
ancient rune
#

please help my plugin placeholder api saying this error

trim mist
#

Remove the EZRPExpansion from the expansions directory and you should be good.

ancient rune
#

however, I need this expansion

turbid tide
#

it does not

#

you do not*

#

its in the plugin now I think so you don't need an external expansion anymore

ancient rune
#

thanx

turbid epoch
#

'[console] bc %player_hasitem-mat:COBBLESTONE-amt:64-data:0%' this returns this

#

and these are the expansions i use

agile bramble
#

Hi, when I use localtime extension, it's included in PAPI, it's not own plugin, or is it? Cause when I use it, my server crashes multiple times. https://pastebin.com/mNMWh3Zn

#

And chatcontrol author told me this extension causes it crashed multiple times that I should report it to author of localtime extension, but IDK who's author

turbid tide
#

@turbid epoch Player has item is not an actual placeholder. You need to use other expansions like checkitem.

turbid epoch
turbid tide
#

that wiki is old man.

#

=wiki deluxemenus

tender vaporBOT
#
Wiki Result:

DeluxeMenus - HelpChat Wiki
DeluxeMenus is the all in one inventory GUI menu plugin! You can create GUI
menus that open with custom commands that will show stats or perform actions ...

turbid tide
#

check this wiki. It has a more updated store example

turbid epoch
#

Ok thx

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

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

agile bramble
#

Blitz don't you know what mine issue?

turbid tide
#

I mean I know what the issue is. Its either LocalTime or ChatControl or both of them conflicting but Idk how you can fix it so no.

turbid epoch
#

Why can't I add numerical ids on deluxe menus (1.12.2)? @turbid tide

turbid tide
#

server version 1.12.2?

turbid epoch
#

yes

turbid tide
#

because they got removed

#

in 1.12.2

#

only material names + data work

turbid epoch
#

Ok then it weird

turbid tide
#

no longer material id + data

#

its a minecraft thing

#

its not only dmenus

agile bramble
#

and where should I report it Blitz? Localtime is included in PAPI, or it's own plugin?

#

Is reporting here enough?

turbid epoch
#
  1. World edit and shop gui plus still uses them but I asume it a convertion thing on their side.
  2. I can not find planks what the hack is the material for that?
agile bramble
#

by chatcontrol author it's really issue of this extension, he already tried it solve somehow

turbid epoch
#

Oh nvm its wood

turbid tide
#

by chatcontrol author it's really issue of this extension, he already tried it solve somehow
its not its own plugin and its not its not included in PAPI. Its an expansion made by an aBooDyy.

#

if aBooDyy still maintains this expansion.

agile bramble
#

and do you suggest alternative extension?

#

or solution?

turbid tide
#

I mean there isn't one that does all that LocalTime does. You can just report the issue there and hope that aboo will take a look at it

agile bramble
#

And is he on DIs too?

turbid tide
#

ye he is. But He's been inactive lately so I can't tell you he'll respond here.

agile bramble
#

Could we ping him?

turbid tide
#

Idk if he would like that. I mean just open an issue. Its better for everyone since it will also get saved so he'll not forget to update in case he can't rn

subtle sequoia
#

Does PlaceholderAPI have Velocity support?

turbid tide
#

PAPI doesn't support any proxy at all. Not even bungee

subtle sequoia
#

Where would I pull total network count then?

turbid tide
#

you can't by default. You can only do that using some other plugins/apis

#

I don't know any but I remember seeing

#

some

#

on spigot

#

try searching something like PAPI Bridge or PlaceholderAPI bungee or something

#

but

#

just know

#

they are not tested by us

#

so if you have any problems with them you won't get help here

dim nexus
tender vaporBOT
#

@dim nexus,

Hey!

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

dim nexus
#

o/

#

Where would I pull total network count then?

if this total network count means players online in your network, would be fine with Pinger placeholders

clear nebula
#

is there a dev build? I keep getting these errors on restart and I'm using the latest

civic hinge
#

top-monety:
location: world, 23.286, 67.001, 3.442
lines:

  • '%vault_eco_top_balance_1%'
  • '%vault_eco_top_player_1%'
#

I have got this

#

and in minecraft this not working :/

#

Help me with this

#

Pls

mental night
#

they stopped supporting baltop placeholders

#

check pinned messages in this channel

turbid tide
#

you can enable them from config tho I think

#

from PAPI config

mental night
#

@subtle sequoia %bungee_total% /papi ecloud download bungee then /papi reload

#

ah

#

@clear nebula which plugin placeholderapi?

clear nebula
#

well every plugin returns an error about an event related to placeholderapi

tender vaporBOT
#
FAQ Answer:

Paste Services
When asking for help with a config/menu/code issue please use one of these:
(However we do prefer if you used our paste :))
HelpChat Paste - Usage
Hastebin

rain oasis
turbid tide
#

but please do give more information because a dev build might not always be a fix. Info you should usually share is server version, plugin version, errors you get.

clear nebula
#

I'll tell u if it's fixed in the latest build

chrome bramble
#

Hi i want to know if when some player close the player with "Esc" instead of closing the hole menu it returns him to the previous menu and if there is no previous menu just close the menu

mental night
#

Isnt possible sadly

trim mist
#

You could try to add an [openguimenu] to the close commands. I'm unsure if that will work properly or not.

chrome bramble
#

But when the player closes the menu

#

No when he clicks :c

trim mist
#

Ahh

#

Well, hmm, I would think when it's closed it'd be executed, I guess that's only if they close it via clicking.

turbid tide
#

ye Waffle. Only for the [close] action

trim mist
#

Rip

#

Would you like a copy of DeluxeMenus that does execute the actions on close, Pavo?

turbid tide
#

This sounds like a scam

#

also I feel like this shouldn't be a thing for some reason

mental night
#

it should

warm topaz
#

why should it not?

turbid tide
#

just because

warm topaz
#

ok

mental night
#

ok

turbid tide
#

ok

trim mist
#

I mean, it's such a specific use-case. He can use it if he wants.

chrome bramble
#

Thank you

#

how i use it :v ?

#

I mean what is the [closeaction] or config

#

@trim mist

turbid tide
#

you can set close_commands

#

check the wiki for those

trim mist
#

Yeah

#

What Blitz said

chrome bramble
#

Thank you awesome people

trim mist
#

Blitz, honestly, that could be a per-menu option I wouldn't mind adding.

chrome bramble
#

In the jar you give me when player use esc that thing will be executed right ?

trim mist
#

I think

chrome bramble
#

I ll test it 7u7

turbid tide
#

Waffle I hope you didn't just make a loop. And now it won't close even with a [close] action

trim mist
#

No lol

#

At least, I don't think so.

chrome bramble
#

The loop can occured but only if the owner of the config make it, i think

trim mist
#

No he's saying he's hoping I didn't make it just automatically open back up a GUI if you close it.

turbid tide
#

You don't get me don't you?

chrome bramble
#

Oh

turbid tide
#

close commands execute on esc and on [close] now

#

so if you make a close command that just opens the menu back

#

you will have to alt f4

#

to close the menu

chrome bramble
#

Xd

trim mist
#

Okay but why would you do that in the close command

#

You would only open another menu

#

Not open the same one

turbid tide
#

because that's literally why everyone asks for that

trim mist
#

And if you do, then I can classify it as user error

turbid tide
#

that's what it will get used for

#

ye

#

thanks

#

for making my next 4 months easier xD

#

bcz idk if you know but user error are support's fault xD

trim mist
#

Oh shit, close commands aren't per-set are they

#

They are always the same

#

Hmm.

turbid tide
#

I preffer to tell people it doesn't work then tell them it works but it doesn't

#

xD

trim mist
turbid tide
#

nice

#

that would be cool for the gradient mostly

trim mist
#

Indeed

turbid tide
#

but it would still be cool if you add it

#

I feel like clip intentionally didn't make escape execute close commands

trim mist
#

I've got a lot of stuff ready to go like the new JS engine. I just need to sit down and talk to clip before I merge anything.

turbid tide
#

tho

trim mist
#

Oh yeah he didn't.

#

That jar was only for Pavo. I really don't plan to make that a thing.

turbid tide
#

oh ok. good

#

xD

trim mist
#

I'd never do something on purpose that causes havoc for you guys since I know people will rage at the support.

chrome bramble
#

The close commands are per menu no?

trim mist
#

No

#

Wait

#

Yes

turbid tide
#

ye they are

#

you can set them in each menu

chrome bramble
#

yES

#

XD

turbid tide
#

I mean don't get me wrong. I won't mind a few kids screaming here. I've learned to ignore them. Its just so many things to consider I feel like

brisk coral
turbid tide
#

ye nice Frosty

#

since we're talking about DMenus

chrome bramble
#

Yes xd

#

Sorry im new on the discord :c

brisk coral
#

Nah, it's not related to y'alls convo kek

turbid tide
#

ah

#

xD

#

I thought you're telling us to move there

#

like ?offtopic

#

which is not a command for us 😦

#

anyways. I think I'm off to sleep. Tomorrow I need to get up early for the exam

trim mist
#

Best of luck!

turbid tide
#

ty ty

thick swift
#

Is it possible to have multiline placeholder?
example: someone puts %placeholder% in featherboard line
and next 3 or 2 lines get replaced with some text not just current line?

vestal kiln
#

Hello i have the error

tender vaporBOT
warm topaz
#

tell the author to update the expansion

#

its using removed methods from papi

mental night
#

That esc feature doesnt seem to be working for me but i assume its because im on 1.8.9 f

grave fossil
#

Probably i'm dumb, but i can't use the %server_countdown% placeholder. I have downloaded the Server expansion. but i don't know how use it. Can you explain me?

plain walrus
#

%nicky_nickname% placeholder is not going properly to deluxechat. All other placeholders I use are working oke.

restive slate
#

I have made a plugin which works with PaPi and has also papi placeholders, how can I let you add to papi plugin using page on spigot?

austere hawk
turbid tide
#

I have made a plugin which works with PaPi and has also papi placeholders, how can I let you add to papi plugin using page on spigot?
@restive slate can you explain what page you want it added to? The wiki?

#

you want your placeholders put on the wiki?

#

If that's what you want please leave me a link to your plugin here and a list of all placeholders.

#

That the plugin adds

restive slate
#

Yes to the wiki page where are listed Alle the plugin working with papi

turbid tide
restive slate
#

Exactly

turbid tide
#

oh I see the placeholders are on spigot

#

I'll add them soon on the wiki

restive slate
#

Thanks brodm

turbid tide
#

@restive slate it doesn't have an external expansion right? Its built inside the plugin

restive slate
#

Yes, but the plugin placeholders can work if papi installed into others plugin

turbid tide
restive slate
#

Thank you <3

novel moss
turbid tide
#

ye. adding it now

#

actually adding it after I eat

novel moss
#

Yea np

turbid tide
novel moss
#

Ty

turbid tide
#

👍

gentle flicker
#

How would I go about getting my PAPI expansion verified? I have sent my plugin and the expansion on here about two weeks ago, I am not sure how long it usually takes.

turbid tide
#

oh have you told funnycube or another admin about it? Idk for sure but I think the only people that can put it there are the admins.

gentle flicker
#

Yeah, they said that they'd check it the day after but they might have been busy/might have forgotten

turbid tide
#

please do ask an admin when they are online to check it again.

gentle flicker
#

Alright. Is there any way for me to change the Expansion's name when it is on the ecloud site already?

turbid tide
#

Oh look glare is here.

trim mist
#

Question. Is there a specific reason you need it in the cloud vs the plugin itself?

turbid tide
#

He'll maybe help you

gentle flicker
#

I don't think so I guess, just thought that generally it's better to have the expansion be in a separate jar

trim mist
#

I mean it's totally up to you. I need to see the source for the expansion though.

turbid tide
#

nah

#

its better to have it in the plugin. easier for everyone

trim mist
#

I used to have it separate, but then I found me constantly having to update in multiple places.

gentle flicker
#

Do you want me to put the expansion on GitHub momentarily?

trim mist
#

Yeah sure

#

Yeah sure

gentle flicker
#

Give me a bit, I need to finish doing the laundry right now

#

I will send the link to the github on here asap

turbid tide
#

or if you don't want to publicly share it I guess you could send it to @tender vapor in DMs

gentle flicker
#

How should I do that? It would be quicker for me for sure

#

Do I just send the main class (the only class) to Barry? Or

olive current
#

Is there a placeholder where I can show players block break or walk distance? Ping me if you can help

warm topaz
#

statistic expansion

olive current
#

Thx you

fluid chasm
#

how do i fix this

sour rain
#

How do you setup the BungeeCord expansion?

turbid tide
#

you need to download PAPI on all your backend servers. Not on your proxy, then do /papi ecloud download Bungee and /papi reload once again on all of your backend servers not on your bungee.

sour rain
#

Ok, thanks @turbid tide!

tender vaporBOT
#

@sour rain,

Hey!

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

sour rain
#

Oof

#

Sorry

turbid tide
#

no worries

sturdy cloud
#

Hello, I bought the leaderheads and I'm not sure how to configure, can someone help me? (I am Brazilian and I am using google translator)

north hearth
#

Anyone else have issues with the latest papi update breaking the javascript plugin?

trim mist
#

Are you using Java 15?

north hearth
#

oh wait, i think i'm missing the skript plugin

turbid tide
#

You don't need it for JavaScript

#

you just need to download the JavaScript expansion

north hearth
#

so, the JS is working, but it's no longer letting me fetch Skript values from within the JS exp

turbid tide
#
/papi reload```
north hearth
#

and it was working when I was on the version ending in .6, once I update to .9 it breaks

turbid tide
#

Make sure your Skript plugin works and also your Skript expansion works

#

do /papi parse me %placeholder% for the skript placeholder and see if it works or not

north hearth
#

aight lemme test that out

#

dang, i can't paste screenshots here

tender vaporBOT
#

@north hearth,

Uploading Images

You won't be able to upload images here directly to avoid spam, so please use https://imgur.com/ to upload images/screenshots.

north hearth
#

it just spits out what I put in, which im guessing means it isn't working?

#

ah, i found an error in console >.<

#

[PlaceholderAPI] skript is attempting to register placeholders via a PlaceholderHook class which is no longer supported!

#

ah someone made a patch for it since the original dev seems to be inactive...

#

And the patch fixed it! 😄

#

Thanks for your help Blitz!

sterile dawn
#

some of my papi ecloud downloads get cleared when i restart the server.

olive current
#

Hi is there a placeholder where you don't need to reload the plugin before they update?

turbid tide
#

what?

olive current
#

Okay I have a placeholder where a player walk distance increase if he walks but the results doesn't show until I do /reload. Hope you understand this better. Is there one where the auto update by them selves.

junior musk
#

where do you use the placeholder?

olive current
#

Player stats

#

I made a gui for the players stats

junior musk
#

what's the plugin for the gui?

olive current
#

advancedhelp

turbid tide
#

is the gui updating? Because the placeholder is most likely. You just have to make sure where you use it updates as well.

olive current
#

Oh okay thx you will check

junior musk
#

I think you have to enable refresh-guis: false in the AdvancedHhelp's settings.yml file

olive current
#

Lets check.

#

Thx you that helped al lot .

austere hawk
#

Hello, i have a problem with Papi. the latest version dont work, other plugins cant use them, an older version (2.9.2) are useable by holoblock, but not with my Scoreboard plugin. And the Placeholders wont work too. HELP

warm topaz
#

those plugins probably need to update to use the new api then

#

ask the author to update them

austere hawk
#

they are absoluty updated. and it dont work with the older versions too

warm topaz
#

can u send a startup log please

#

?startuplog

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.

austere hawk
#

yeah, wait a sec

#

?paste

tender vaporBOT
#
FAQ Answer:

Paste Services
When asking for help with a config/menu/code issue please use one of these:
(However we do prefer if you used our paste :))
HelpChat Paste - Usage
Hastebin

austere hawk
#

ok, can i post the hastebin link here?

warm topaz
#

yes