#placeholder-api

1 messages · Page 80 of 1

vivid sparrow
#

@cyan marsh

cyan marsh
#

Is there a link to /papi ecloud

#

I can't seem to get it working

vivid sparrow
#

what?

cyan marsh
#

How do I get the expansion.jars?

#

For plugins

vivid sparrow
#

Read the embed

cyan marsh
#

My gosh i'm dumb

#

the expansions were right there

#

Thanks so much for the help

#

Really appreciate it

austere hawk
#

I require coding help, i need to know how I can make a self refreshing placeholder?

austere hawk
#

Uh.. where exactly does the data in Data class in Javascript from? No matter i delete the data, it just came back

bronze bison
#

Clear it with the method, then restart the server

austere hawk
#

Is there any manual way rather than direct code ._.

bronze bison
#

stop the server, delete it

brisk coral
#

@vivid sparrow Why would a JS placeholder return the complete function?

vivid sparrow
#

Wym?

brisk coral
#
var PlayerName = "%player_name%";
var Availability = "%player_online%";

function testScript() {
    if(Availability === "yes") {
        return PlayerName + " Is Online";
    } 
    return PlayerName + " Is Offline";
}
testScript;
#

And when parsin it, it returns the function

vivid sparrow
#

forgot the ()

brisk coral
#

Where

vivid sparrow
#

When calling the function

brisk coral
#

ah testScript()

vivid sparrow
#

yes

#

btw you can also do return "%player_online%" === "yes" ? "%player_name% Is Online" : "%player_name% Is Offline";

brisk coral
#

yeye was just a test cause I'm stupid

#

How do I have to define console btw? (when using console.dispatchCommand)

vivid sparrow
#

BukkitServer.getConsoleSender() ig

#
function runFromConsole(server, command) {
    return server.getConsoleSender().dispatchCommand(command);
}

runFromConsole(BukkitServer, "say a");```
This _might_ work
brisk coral
#

I'll test

vivid sparrow
#

kk

brisk coral
#

server is undefined

vivid sparrow
#

o

#

replace it with BukkitServer, idk

#

never tried that

brisk coral
#

yeye will do, thought it would auto know what to do :sad:

vivid sparrow
#

it's js tho ¯_(ツ)_/¯

brisk coral
#

Bukkit is undefined -.-

#

honking honk

vivid sparrow
#

Bukkit?

brisk coral
#

yup

#

nvm I'm dumb

supple dawn
#

What is the placeholder for a player's rank?

warm topaz
#

what plugin is being used for the rank?

supple dawn
#

permissionsex

warm topaz
#

%vault_rank%

supple dawn
#

thx man

#

it doesnt work

warm topaz
#

/papi ecloud download vault
/papi reload

supple dawn
#

k thx

austere hawk
#

Hello, is this the right place to get help on questions related to PlaceholderAPI?

warm topaz
#

yes

austere hawk
#

I'm currently trying to use a placeholder from another plugin into NametagsPlus using the PlaceholderAPI plugin

#

I'm having trouble figuring out how I can do this

brisk coral
#

Which placeholder?

austere hawk
#

%rpdesc_getName%

#

It's from my custom plugin

brisk coral
#

Just use it as %plaholder% inside the ntp plugin

austere hawk
#

How will that do anything?

brisk coral
#

If the plugin supports placeholder api it will parse your placeholder

#

%placeholder% being your actual placeholder..

austere hawk
#

I'm still confused but I'll try it I guess

brisk coral
#

put your placeholder wherever you want to display it inside the plugin, so long the plugin parses the placeholder where you're trying to use it

austere hawk
#

I did add it to a certain part of the NTP config

#

but it looks like it didn't work

brisk coral
#

Then the plugin doesn't support placeholderapi properly, does your placeholder work when you parse it? (/papi parse me %placeholder%)

austere hawk
#

let me do that, I haven't tried that yet

#

Is there something I should do after that?

brisk coral
#

what does it return when you try that?

austere hawk
#

it just says "%rpdesc_getName%" in chat

#

I just did /papi list and it says it registered to the plugin with that placeholder

brisk coral
#

Meaning your placeholder isn't parsing, have you created your placeholder correctly?

austere hawk
#

Not sure, I'll have to ask my friend, he was the one who made it for me

#

I'll get back to you on that

austere hawk
#

Once a plugin's placeholder is Registered, what would be the next step to take?

woven rapids
#

Hello, how would I use the placeholder %player_first_join_date% from "Player" to list someone else's first join date

#

I'm using MyCommand to list the placeholder by using a command, but it only lists the player who executed the command's first join date

sharp jay
#

@woven rapids does that plugin support placeholderapi?

woven rapids
#

Yes

#

It's not a problem with MyCommand. I just don't know how to display a someone else's placeholder

sharp jay
#

@woven rapids Does that placeholder just display a date? because you can just use a date placeholder and it would work the same? instead of this placeholder

woven rapids
#

Yes it displays the date a player first joined.

sharp jay
#

Oh wait this isnt a welcome message sorry mybad just a sec let me see

woven rapids
#

I have a command called /history which displays the PlaceholderApi placeholder. But it will only display the date I first joined. I want to allow players to view each other's first date joined

sharp jay
#

Let me see if this is possible

#

hey so this looks possible but you are going to have to look into MyCommands plugin to make it work

woven rapids
#

ok

#

oooo would this be considered parsing other's placeholders

sharp jay
#

Yes in a way

woven rapids
sharp jay
#

Yes

#

That will work

woven rapids
#

Doesn't seem to work 😦

sharp jay
#

um

#

restart your server and tell me

woven rapids
#

Fixed it, I needed to put {} around the placeholder and username for some reason

bronze bison
#

Yeah this is how it works

quiet mulch
#

can someone please help me with getting the players raqnk and displaying it on the scoreboard

#

*rank

warm topaz
#

what plug in are u using for the scoreboard and ranks

bronze bison
austere hawk
#

hi guys!

wanton summit
#

Is there a download for PrisonRanksX api .jar file?

mint fable
#

Why do you need the api .jar?

#

download the plugin

wanton summit
#

i have done but when i use %prisonranksx_currentrank_name% on my scoreboard, it doesn't work?

mint fable
#

What does that have to do with the API?

wanton summit
#

Sorry i should rephrase, I need the file which will go in the expansions folder for PrisonRanksX

mint fable
#

I think it's built-in to the plugin

#

Type /papi parse me %prisonranksx_currentrank_name%

#

what does it come back with?

wanton summit
#

it comes back with "A"

mint fable
#

Okay, so it's a problem with the scoreboard

#

what scoreboard plugin are you using?

wanton summit
#

TitleManager

mint fable
#

no idea

wanton summit
#

okay, thanks for the help though

mint fable
#

you could go to their discord and ask

#

it's on the plugin page

wanton summit
#

will do, let's hope they can help

austere hawk
#

hey

#

cj

#

bro how can i made a placeholder that shows my the faction name and relcolor on the chat?

#

i mean i dont want the default ***factionname

#

im trying to made something like when the player is without factions shows "[-] player : message"

#

and when is with faction "[FACTIONNAMEwithrelcolor] player: message"

vivid sparrow
#

Javascript

torn inlet
tender vaporBOT
#
FAQ Answer:

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.

balmy marten
#

@torn inlet ^

#

That error is when papi can't talk to our cloud

torn inlet
#

I didn't change my dedi, I got this error since few papi updates.

#

I used to use the expansion in game..

balmy marten
#

Nothing has changed in the code base to effect it

#

still connecting to api.extendedclip.com/v2

torn inlet
#

I'm ok with using the website to download expansions anyway, I wanted to be sure the error wasn't dangerous in any way.

balmy marten
#

No it's fine, you can totally stop papi from trying to access the cloud from the config if you want

#

will stop the error popping up

torn inlet
#

Okay thanks.

bronze bison
#

When do u get this error? Can u download expansions using the command?

#

Cuz this error has been reported in GH, thrown on startup

supple dawn
#

What's the placeholder for Bskyblock island level?

supple dawn
#

%level_bskyblock-island-level% but it doesnt work

#

And I can't do: /papi ecloud download Bentobox or bskyblock

warm topaz
#

why not?

supple dawn
#

Because there arent any expansions with that name

warm topaz
#

then there's probably no placeholders for bskyblock

supple dawn
#

yes there are

warm topaz
#

oh I see

#

there's no download command

#

so they should just work

supple dawn
#

I use scoreboard-revision

warm topaz
#

oops

supple dawn
#

What do I need to do with this? xD

warm topaz
supple dawn
#

yes

#

Do I need the other placeholder plugin?

#

MvDWplaceholder?

warm topaz
#

no

#

that's for mvdw premium plugins

#

which would be featherboard in this case. which u dont have

#

what happens what do /papi parse me %placeholder%

#

enter placeholder there^

supple dawn
#

Where does the placeholder needs to go? Between the %'s?

warm topaz
#

yes

supple dawn
#

it just says: Bentobox & Bskyblock

#

I did like this /papi parse me Bskyblock

warm topaz
#

no

#

/papi parse me %level_bskyblock-island-level%

supple dawn
#

I get: %level_bskyblock-island-level%

#

just appearing on my screen

supple dawn
#

Does anyone know this?

twilit yoke
#

hey, before i got placeholderapi, /team would work perfectly in tab, but after i got it, team (rank) colours wouldnt show up in tab (/minecraft:team command)

median kindle
#

Hello

#

Can someone tell me a placeholder

#

To make maths

warm topaz
#

math expansion?

median kindle
#

It doesn’t work

#

I mean you can’t make it with other variables @warm topaz

warm topaz
#

what?

median kindle
#

Like %eco_balance%+%player_level%

#

Or 10*%player_level*

warm topaz
#

%math_{eco_balance}+{player_level}%

median kindle
#

And how can I make it with the tool he has in the tool

#

In hand

#

I mean is there a placeholder to know what’s your enchantment level

#

Of the tool you are holding

warm topaz
#

have fun

median kindle
#

I couldn’t find it

#

that’s why I’m asking

twilit yoke
#

hey, before i got placeholderapi, /team would work perfectly in tab, but after i got it, team (rank) colours wouldnt show up in tab (/minecraft:team command)

distant ruin
#

@median kindle for those more specific placeholders, you would probably want to use the MVDW placeholders

#

but you'll need to buy one of the MVDW plugins then

tawdry pollen
#

Has anyone else had issues with tokenenchant placeholders in its newer versions?

warm topaz
#

nope

final shadow
#

No

floral monolith
#

Issue: %VotingPlugin_top_month_1_votes% returns name of the player instead of the number of votes.

vivid sparrow
#

contact the author.

floral monolith
#

alright, thanks

wild moth
#

hey, is there a way to subtract values?

#

Like do the placeholderapi value minus a fixed value?

#

or do i need to code that myself

glad galleon
#

Did a quick search but found nothing, so apologies if this is answered somewhere!

What is (if any) the best way to get placeholders on signs?

bronze bison
#

@glad galleon Dynamic signs (if im not wrong) or editableSign

turbid summit
#

I am trying to use a javascript placeholder, but it is not working properly. When I do /papijsp reload per the github instructions, my console throws a Could not pass event PlayerCommandPreprocessEvent to PlaceholderAPI Event Exception

bronze bison
#

Use /papi reload

turbid summit
#

I did

bronze bison
#

papijsp commands are broken

#

And?

glad galleon
#

Dynamic signs seems great, but I forgot to say 1.14 😅

bronze bison
#

those are the only ones i know.

turbid summit
#

It is actually picking up the placeholder, but it is not displaying what it should. I am actually trying to use your script 😮 @bronze bison

bronze bison
#

o

turbid summit
#

not that your script is broken

#

I just think it's funny

bronze bison
#

Send more details please so i can help u

turbid summit
#

is dm ok

bronze bison
#

Keep it here please

turbid summit
#

ok

#

I am trying to use your healthbar script, but when I load it in, instead of a full healthbar, it is just 1 heart

bronze bison
#

Oh, forget that

#

Use my new Progress expansion

turbid summit
#

Ok, I am a bit confused from what I read

#

I can use this in lieu of a healthbar?

bronze bison
#

in what?

#

U can use that to make a healthbar

#

Use health placeholder from player expansion in progress and thats it

turbid summit
#

Oh I see. Is this incompatible with 1.8 clients?

bronze bison
#

why it would be incompatible with 1.8 clients?

#

Should work everywhere

turbid summit
#

It was my mistake, I didn't realize you had to nest the %% within the progressbar placeholder

#

So it just loaded a blank line

#

and I thought it was a version compatibility issue

bronze bison
#

Ah 👍

turbid summit
#

Thanks for your help, appreciated

bronze bison
#

No problem, glad to help 😃

turbid summit
#

One more question, maybe I am missing something, but someone with 10 hearts has 2.5 progress blocks on their bar. The default values on github look right to me. @bronze bison

bronze bison
#

2.5? Can you explain that please cuz i didn't quite catch what u mean

turbid summit
#

2 squares green, 1 square yellow, 7 squares grey

bronze bison
#

check the placeholder ure using, would be good to send the progress placeholder here

turbid summit
#

%progress_bar_%health%%

bronze bison
#

that shouldn't work anyway :p

#
  1. %health% isn't a papi placeholder
  2. Use {} instead of %% for placeholders inside progress placeholder
turbid summit
#

I just tried :/

#

then the bar just doesn't load at all

bronze bison
#

Cuz its completely wrong placeholder

turbid summit
#

I get that, but it is operating as a placeholder in this plugin I am using

bronze bison
#

%progress_bar_{player_health_rounded}_m:20_l:10% use this

turbid summit
#

(TAB Reloaded)

#

ok

bronze bison
#

And add whatever symbols u want

turbid summit
#

doesn't seem to be working

bronze bison
#

Can u tell me what does that player placeholder return?

#

/papi parse me %player_health_rounded%

turbid summit
#

but you were right about those parameters

#

%progress_bar_%health%_m:20_l:10% works

bronze bison
#

this wont work

turbid summit
#

I am looking at it XD

#

I don't know how TAB Reloaded interfaces with PAPI, but it is working

bronze bison
#

wait ure using it in tab

turbid summit
#

yes

bronze bison
#

That makes sense now

#

Ok then, good if its working

#

%health% is probably a tab placeholder

#

Change the max value to 10 if its showing 2.5 hearts

turbid summit
#

Is there a way to disable the text showing on a full bar

#

like instead of "Done!"

#

just a full bar

bronze bison
#

make it full bar 😉

turbid summit
#

lol ok

turbid summit
#

@bronze bison Sorry to spam you with questions, but I have one more :p

tender vaporBOT
#

@turbid summit

Hey,

Please be patient and don't ping staff members!

turbid summit
#

%progress_bar_%health%_c:&2■_p:&a■_r:&8■_fullbar:&2■■■■■■■■■■_m:20_l:10%

#

This is my current health bar. When someone is at 6 hearts, it shows 6 dark green (&2) squares, 1 light green (&a), and 3 dark grey (&8) squares.

#

There shouldn't be any light green squares at all should there (based on this placeholder)

bronze bison
#

Can u see what does %health% return when u have 10 hearts

#

?

turbid summit
#

20

bronze bison
#

For this thing, make the progress symbol same as remaining symbol

#

Cuz progress symbol always gets displayed if its not a completed bar

turbid summit
#

so there is no way to differentiate a half heart?

bronze bison
#

hmm actually no

#

Well currently no with progress expansion

#

If u dont want that, then i think ull have to use the js placeholder

mint fable
#

What is the progress one supposed to do?

#

never played with this placeholder too much @bronze bison

turbid summit
#

Ok, so I was having a problem with the js placeholder where it would just display one heart

bronze bison
#

the progress symbol is for the .xx part and it actually gets displayed anyway if the bar isnt completed yet @mint fable

mint fable
#

for the decimals?

#

the number should be coming out pretty evenly though, no?

bronze bison
#

logically yeah, but iirc i have it so it just add it if the bar isnt completed

mint fable
#

oic

bronze bison
#

No, 20 and 10 characters

mint fable
#

yes, but 6 hearts = 12

#

it should be 6 bars evenly, but then you add it after

#

it makes sense for a progress bar

#

not so much for a health bar

#

🤷‍♂️

bronze bison
#

Yeah, just realized that

#

And thats why i suggest him to go back to use my old health bar js placeholder

mint fable
#

yep yep

bronze bison
#

Well actually might add an option for that

#

So it also work in such cases

mint fable
#

configuration is always key!

bronze bison
#

Yep

turbid summit
#

Do you know why the 1 heart thing might be happening aBooDyy?

bronze bison
#

Oh forgot about u :p sorry

turbid summit
#

dw

bronze bison
#

Can u try the placeholder using papi parse command please?

turbid summit
#

it just returns 1 heart

#

And I am at 10, in case you were wondering

bronze bison
#

hmmm

#

U have player expansion right?

turbid summit
#

I guess I did not

#

That seemed to do the trick, thank you

#

But now I see something else XD

#

There seems to be a space after the 10th heart

#

Like just a hanging space

#

to the right of the health bar

bronze bison
#

Did u change anything in the script?

turbid summit
#

nope

bronze bison
#

Well check ur tab or something, cuz it doesn't add any spaces

#

Try it will papi parse command and add any thing after the placeholder to see if it adds a space or not

turbid summit
#

ok I will try

#

Why didn't you use an IIFE in this script btw?

mint fable
#

IIFE ?

turbid summit
#

Immediately Invoked Function Expression

mint fable
#

I think the placeholder might not parse tbh

#

not sure tho

#

pretty much all placeholders are done this way

bronze bison
#

^

mint fable
#

but TIL about IIFE so 👍

bronze bison
#

U gotta call a function that returns something for papi to print it

turbid summit
#

I tried /papi parseme %javascript_healthbar%sdf and it returned (10 hearts)sdf, so no space

#

IIFEs can return whatever a normal function can :p

bronze bison
#

ik

mint fable
#

I bet $100 you added a space in your config wherever you are using it then 😮

bronze bison
#
var bar = function stuff;

return bat;
``` the last line wont work
mint fable
#

ya

#

probably because there are no bats

#

😂

bronze bison
#

Unless i do

var bar = function stuff;

function send() {
  return bat;
}

send();
``` which i see pointless
turbid summit
#

I think it might have something to do with the heart symbol actually

#

Yeah, but your first example is not an IIFE

#

You could do ```

mint fable
#

the heart symbol? how would that be the issue?

turbid summit
#

(function send() {
  return bat;
})();```
mint fable
#

doesn't /papi parse also return the heart symbol?

turbid summit
#

Well when I was trying this with progress bar, when I used the heart symbol, there was a hanging space

#

when I used squares, there was not

#

and I changed nothing else besides the symbol

bronze bison
#

ok still ? Don't see why i should use that instead of what i have atm

mint fable
#

wait what

#

you said it returned 10 hearts no space

bronze bison
#

U can use whatever character u want, just change that in the code

mint fable
#

did you mean 10 squares no space?

bronze bison
#

If doesn't add any spaces so it might be from ur tab config as cj said

turbid summit
#

It is not functionally different, it is just stylistically cleaner. IIFEs declare and call at the same time instead of declaring then calling separately

bronze bison
#

I see, thanks will keep that in mind

#

Planning to rewrite all my scripts there anyway (hopefully someday) so yea

turbid summit
#

No, cj,89898, it does seem to parse correctly, but the symbol seems to be behaving differently because when I changed only the symbol from square to heart (and changed nothing else), the problem arose

mint fable
#

Okay, but what I'm saying is

#

you said it returned 10 hearts and no space

#

was that a correct statement?

turbid summit
#

that is correct

#

I did not 10 squares no space

mint fable
#

so how would the symbol be adding an extra space?

#

wait what does that mean

turbid summit
#

I have no idea, that is why I am asking you guys, but it is adding it in the health bar

#

but I switched the unicode symbol in the script to u25A0, and the space is gone

#

u25A0 being the square

mint fable
#

Stop right there

#

you said

#

it returned 10 HEARTS with NO space

turbid summit
#

Yeah that is what the command returns

mint fable
#

but now you're saying you had to make it a SQUARE to get NO space?

turbid summit
#

BUT when it shows up above the player's head there IS a space

#

do you understand the distinction I am trying to make?

mint fable
#

ah... that part you never really differentiated

turbid summit
#

"but it is adding it in the health bar" that is what I meant, perhaps I wasn't explicit enough

mint fable
#

everything is a health bar in this situation

turbid summit
#

Fair

mint fable
#

😉

turbid summit
#

But instead of debating semantics, I am more interesting in trying to resolve this issue

#

Are you guys saying you have never heard of this problem before?

bronze bison
#

this is new to me, a screenshot of it would be great

#

=imgur

tender vaporBOT
#
Uploading Images

Please use imgur to share screenshots and other images.
Imgur

mint fable
#

it seems to be a problem with whoever made the other plugin or with minecraft itself

bronze bison
#

Yea, mc is weird sometimes with characters

turbid summit
#

The only change I made in between these two screenshots was changing the unicode character in the javascript file

bronze bison
#

Weird

turbid summit
#

Anyways, thanks for telling me about the expansion I was missing, that was the solution to my problem

bronze bison
#

If its an issue with the symbol, it should've added a space for all

#

And the placeholder isnt adding a space cuz it's working fine using the command

#

So i guess its from ur tab plugin

turbid summit
#

You're saying the tab plugin selectively adds a space after the last heart symbol?

#

This screenshot is from the Tab support discord (I don't know if you remember saying this in there). This dude does not have a space after the healthbar, so I am just ultra confused right now

#

Clearly he is using your script, papi, and tab reloaded

#

Alas, this is not anything to do with papi clearly, so thank you for both of your help. I'll contact the guy who got it working maybe he knows something

bronze bison
#

wew very weird :p

#

Good luck 👍

floral monolith
#

about the voting plugin issue of today's morning, contacted the developer and said that the placeholder listed on placeholderAPI is wrong, and this is the correct one %VotingPlugin_Top_MonthVotes_#%

#

also doesn't work, i wanna die lmao

#

reported again on their github page 😄

floral monolith
cloud shard
#

Hey, ive been looking around for a bit and can't seem to find a placeholder that returns the stack count of an item in a players hand. any chance that one exists?

#

yeah, i thought of the player command lol

vivid sparrow
#

You can use javascript

cloud shard
#

little more advanced than i was hoping lol, but i mean yeah, theres a few ways i can actually go about getting the count, i was wondering if there was a placeholder for it though.

vivid sparrow
#

Not atm.

cloud shard
#

gives cj a side glance hey buddyyyyyy

vivid sparrow
#
function getItemAmount() {
    var item = BukkitPlayer.getInventory().getItemInHand();

    return item == null || item.getType().toString() == "AIR" ? 0 : item.getAmount();
};

getItemAmount();```
cloud shard
#

yeah, that would work, but the main reason i was hoping it would be an existing placeholder is because it would allow easier integration into a large amount of other plugins. I'm not a java dev, so I'm almost 100% clueless on how i could even implement that into PAPI if its open sourced (i think it is?). Don't get me wrong, i appreciate you writing that out for me, and I hope I'm not coming off as a lazy SOB.

#

was just looking for streamlined lol

vivid sparrow
#

That's javascript, you can use the javascript expansion and make your own placeholder.

#

Which can be used anywhere as long papi is supported.

cloud shard
#

no way? i was 100% unaware there was an expansion for that.

#

wow, looks easy enough. adding it all in now. thanks for that.

vivid sparrow
#

@carmine veldt if I edit smth on player expansion, would it be auto build or something or it had to be posted on the ecloud manually?

carmine veldt
#

manual

vivid sparrow
#

gotcha

cloud shard
#

ya'll are real ones ❤️

vivid sparrow
#

🙂

edgy niche
#

When I do /papijsp, it does nothing.. it doesnt throw error, I do have javascript extention installed. Any tips? I dont want to restart server but I want to load new javascript placeholder I wrote

brisk coral
#

/papi reload instead

edgy niche
#

Whenever I do papi reload, all placeholder stops to work, I have to restart server

brisk coral
#

What version of papi are you using?

edgy niche
#

2.10.3

brisk coral
#

update to the latest

edgy niche
#

okay. thx

teal gulch
#

Hello 🙂 just out of curiosity, how is the javascript getting executed if we don't have something like node js on our server?

vivid sparrow
#

Java Nashorn

bronze bison
#

Its getting executed by Java (built in java engine)
You don't need anything for it, just download the expansion and you're good to go

fleet grove
#

Hey how can I create a script?

fleet grove
#

wow

#

ur not support

#

trash support

sharp jay
#

First dont come here asking how you can create something when that isnt our responsibility. We are here just to help you figure out and errors bugs ect. Second I am not being paid to teach or anything so dont come here calling me trash.

fleet grove
#

well fuck, someone told me how to install the damn thing that isnt even in this server kid

#

isnt that hard to say /papi ecloud download javascript

sharp jay
#

Hey how can I create a script?

#

That is what you said

fleet grove
#

Yeah had no fucking clue how do anything with it

#

I know js just fine

sharp jay
#

script is javascript

fleet grove
#

like how tf am I suppost to know how to do shit?

sharp jay
#

I mean there is youtube tutorials?

#

papi javascript is for placeholders only

fleet grove
#

dude I didnt know how to install it

sharp jay
fleet grove
#

ok

sharp jay
#

check that

fleet grove
#

already installed it

#

whats the point

sharp jay
#

..

#

Thats a tutorial

#

the expansion is for it to work

fleet grove
#

I got it to work

sharp jay
#

Okay and that was a tutorial how to create one and where the files are located to create it

fleet grove
#

thanks anyways sorry for getting mad

#

and for the disrespect

sharp jay
#

your all good man

bronze bison
main epoch
#

?

#

deluxemenu no work with placeholderapi bungee

balmy marten
#

Have you got the bungee expansion installed?

main epoch
#

yes

#

im using papi 2.10.4
paper 1.12.2 - 1618b
DeluxeMenus 1.12.0

bold elm
#

%mcmmo_rank_<skillname>% doesn't work at the moment, generates errors in deluxemenu and leaderheads. Known issue atm? Pretty big mod so figuring yes

rigid slate
tender vaporBOT
#
FAQ Answer:

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.

vivid sparrow
#

@rigid slate

rigid slate
#

@vivid sparrow in my pc

vivid sparrow
#

Doesnt matter, do what it's written there.

rigid slate
#

I just dont want error.

vivid sparrow
#

....

rigid slate
#

I already know manually download extension.

vivid sparrow
#

It wont cause any issues, ignore it

#

And it should be triggered only when you want to download an expansion using the command.

rigid slate
#

it triggering on startup.

vivid sparrow
#

Or that, it doesn't matter.

main epoch
#

but the tab plugin yes

balmy marten
#

@rigid slate You can stop the error by disabling the ecloud attempt in the config

#

@main epoch What does /papi parse me %bungee_Earth% do if you run it?

outer herald
#

Add Clans variable

balmy marten
#

Ask the clans author to

main epoch
#

say 3

#

but in the deluxemenu no work

main epoch
#

:c

#

help me

rigid slate
#

@main epoch

#

the name of server in config is "Earth" right? not "earth" ?

#

bungee config*

potent dawn
peak sail
#

hey, I have the plugin "Bank" from Dablakbandit, And I want to use the placeholders ... but the addon doesn't hook into PAPI and there is nothing in the ecloud for this addon... can someone may help me to get it working ? (I'm a nerd, but not deep into minecraft modding)

peak sail
#

ok, I didn't imagine that someone knows this addon (it doesn't look very popular) but because I have no other plugin hooking into papi.... should it work automatic if enabled in another addons config... or do I need something from the papi side ?

brisk coral
#

Does the plugin offer placeholders? And if it does not hook into papi nothing we can do, you'd have to contact the author of the plugin about that

peak sail
#

yeah it does, ok, thank you for the information 🙂

shut lion
#

Can someone help me out please? I can't figure this out for shit. I'm trying to make a progress bar with %aach_arrows%

#

using %progress_bar_{placeholder}%

#

How do you make it green on one side and red and where it's not filled?

#

it says to use this an an example %progress_bar_{server_online}_r:&7|%

#

but WTF is it comparing to so the percentage shows?

#

there's no end number to compare for percentages. WTF?

#

%progress_percentage_{aach_arrows}_m:100% <--- this show up in game exactly as displayed here

bronze bison
#

@shut lion ^

naive wigeon
#

Can i set papi in bungeecord please ?

sharp jay
#

...

#

@naive wigeon someone in here made a premium of papi global where it displays it on a dif server while its on a different server

warm topaz
#

GlobalHolders?

#

Charlie's^

sharp jay
#

yeee

turbid phoenix
#

%bungee_total% doesn't seem to work

sharp jay
#

@turbid phoenix ^?

warm oriole
#

@turbid phoenix If you want help you'll have to give more information than it just doesn't work.

#

What are you using the placeholder for? Do you have the expansion?

#

Does the plugin you are using it on support PlaceholderAPI?

alpine sequoia
#

title: '&3&lPractice &7| &b&lTAIKA'
default:

  • ''
  • '&7%server_date_yyyy-MM-dd-HH:mm:ss%'
  • '&fPlayers&7: &b<players>'
  • ''
  • '&fStats:'
  • '&fAll kills: &b%strikepractice_kills%'
  • '&fAll deaths: &b%strikepractice_deaths%'
  • '&fAll elo: &7%strikepractice_global_elo%'
  • ''
  • '&fIn Queue&7: &b<in_queue>'
  • '&fRankeds Left&7: &b<rankeds_left>'
  • ' [display=<is_cooldown>]'
  • ''
#

Please tell me how to set the day of the week

alpine sequoia
#

Of course I saw

#

Can you make an example?

vivid sparrow
#

try E

alpine sequoia
#

?

#

Date and Time Pattern Result
"yyyy.MM.dd G 'at' HH:mm:ss z" 2001.07.04 AD at 12:08:56 PDT
"EEE, MMM d, ''yy" Wed, Jul 4, '01
"h:mm a" 12:08 PM
"hh 'o''clock' a, zzzz" 12 o'clock PM, Pacific Daylight Time
"K:mm a, z" 0:08 PM, PDT
"yyyyy.MMMMM.dd GGG hh:mm aaa" 02001.July.04 AD 12:08 PM
"EEE, d MMM yyyy HH:mm:ss Z" Wed, 4 Jul 2001 12:08:56 -0700
"yyMMddHHmmssZ" 010704120856-0700
"yyyy-MM-dd'T'HH:mm:ss.SSSZ" 2001-07-04T12:08:56.235-0700
"yyyy-MM-dd'T'HH:mm:ss.SSSXXX" 2001-07-04T12:08:56.235-07:00
"YYYY-'W'ww-u" 2001-W27-3

#

?

vivid sparrow
#

"EEE, d MMM yyyy HH:mm:ss Z" Wed, 4 Jul 2001 12:08:56 -0700

#

reading isnt hard tho

alpine sequoia
#
  • '&7%"EEE, d MMM yyyy HH:mm:ss Z"%'
#

?

#

input method

#

date_format: MM/dd/yy HH:mm:ss

#

How do I get this out?

#

%Date_format% ?

compact fox
#

Why don't charge me the expansion of cookloco skywars?

sharp jay
#

@compact fox ?

compact fox
#

Look

#

Fuc

#

Wait

turbid phoenix
#

@warm oriole hey regarding %bungee_total%, if I type /papi bcparse iLemon %bungee_total% it returns 0

compact fox
#

Look the image of the link @sharp jay

warm oriole
#

I see give me a few minutes to look into it @turbid phoenix, but do you have the expansion?

sharp jay
#

@compact fox what plugin? Link me it

compact fox
#

Cookloco

#

Skywars

sharp jay
#

Link

#

Me

turbid phoenix
#

@warm oriole this right?

turbid phoenix
warm oriole
#

yeah, could you try deleting it and readding it.

#

like deleting the actual expansion jar.

sharp jay
#

^^

turbid phoenix
#

Sure

warm oriole
#

then reinstalling it through the ecloud command

#
/papi ecloud download Bungee
sharp jay
#

then /papi reload

turbid phoenix
#

Ok done, returned 0 still

compact fox
#

Okay wait

turbid phoenix
#

Running 2.10.3

sharp jay
#

@compact fox The developer doesnt have papi placeholders

compact fox
#

Rly?

sharp jay
#

@turbid phoenix Have you restarted your bungee?

turbid phoenix
#

No

warm oriole
#

You'll need to restart the bungee so it'll be added correctly.

turbid phoenix
#

Ah rip. Don't really wanna kick 300 people off

sharp jay
#

@turbid phoenix try /papi parse me %bungee_total%

#

Tell me if that works

turbid phoenix
#

@sharp jay that returns 0 too

sharp jay
#

weird

warm oriole
#

Could wait till there's no longer 300 players online.

sharp jay
#

^

warm oriole
#

As at some point you'll need to restart it to get that factor out.

sharp jay
#

^

#

I recommend daily restarts

warm oriole
#

I'm assuming that it isn't working due to the fact you haven't restarted the bungee.

sharp jay
#

Most likely

warm oriole
#

I'll take a look though into the expansion, but that's what I believe the issue should be.

sharp jay
#

Check your config for papi

#

@turbid phoenix is

    check_interval: 30```

In there?
warm oriole
#

It hasn't been updated since 2018, but I don't think there should be a reason that would be a issue of it not working.

sharp jay
#

It works for me

#

Using it rn

turbid phoenix
#
    check_interval: 30
#

Yeah it's there

sharp jay
#

I recommend upping it with your player count

warm oriole
#

well if the machine can handle it, I don't think there's a issue there.

sharp jay
#

Well ya I still would

warm oriole
#

It's up for debate, but it's realistically if you want it to show all the players quickly connecting or if you want it to update a lot slower for the player count on the plugins that use it.

austere hawk
#

Anyone able to help, I'm trying to link Titlemanager and EzRanksPro, anyone got any ideas?

runic lintel
#

hello help

#

as I add two servers in 1

craggy turtle
#

it happens on the old version and new version of PAPI. my server is paper 1.13.2

tender vaporBOT
#
FAQ Answer:

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.

balmy marten
#

@craggy turtle ^

#

That error is saying it can't connect to our api

craggy turtle
#

but that doesnt seem to be the issue as ingame i can download expansions just fine

tender vaporBOT
vivid sparrow
austere hawk
#

hi guys, anyone knows a form to get the placeholders from a plugin? i havea plugin that will not get more updates, and was erased for inactivity on spigotmc and now i need the placeholders, is there any thing i can do ?

buoyant mountain
#

decompile plugin and check

austere hawk
#

@buoyant mountain how? with the same eclipse IDE ?

buoyant mountain
#

With a decompiler like jd-gui or smhtng like that

austere hawk
#

ok, i will download thank you :, )

#

i think it will be a long time searching for placeholders haha

#

omg hahahaha there is an .yml that says "how to leak my plugin" and it sents you to a video on youtube with the song "YOU ARE A PIRATE"

#

houston need help @buoyant mountain

buoyant mountain
#

Whats wrong

austere hawk
#

can i send you a sc to dm ?

buoyant mountain
#

suree

#

@austere hawk

rose laurel
#

/papi parse not working whatever name i put it says no one by that name found

warm oriole
#

Do you have the player expansion?

#

Literally you can't use any placeholders without the proper expansions.

#
/papi ecloud download Player
/papi parse [me/other online player] text with %placeholder%
vivid sparrow
#

You do /papi parse [me/other online player] text with %placeholders%

bronze bison
#

That rarely happens, rejoin the server and it will work.

violet yoke
#

hi, papi not supported pvplevels?

mint fable
#

it says it does on the plugin page

wet basinBOT
#

@mint fable Unknown expansion.

mint fable
#

@violet yoke Is it not working for you?

violet yoke
#

Yes, no working

mint fable
#

What placeholder are you using?

violet yoke
#

Any placeholder not working for me

#

In other plugins work

mint fable
#

Any PVPLevels placeholder? or any at all?

#

You gotta give some detail

violet yoke
#

Only placeholder

mint fable
#

what placeholder? Where are you using it?

violet yoke
#

In playerlistplus

mint fable
#

What do you mean Only placeholder?

violet yoke
#

Example this %pvplevels_level%

mint fable
#

Type /papi parse me %pvplevels_level% and tell me what it returns

violet yoke
#

send %pvplevels_level% on chat

mint fable
#

Any errors in console?

violet yoke
#

nothing

mint fable
#

Could you send a startup log?

#

=paste

tender vaporBOT
#
HelpChat Paste

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

mint fable
#

It should be in your logs folder, named latest.log

violet yoke
#

ok wait

mint fable
#

[Server thread/ERROR]: [PlaceholderAPI] PvPLevels is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [MathiasMC] and urge them to update it

#

That could be part of it

#

Not part of it, that IS the issue

violet yoke
#

oh okayr

#

thanks

mint fable
#

👍

dark venture
#

Where do I find essentials placeholders?!

#

For like balance and stuff?

mint fable
#

@dark venture ^

#

Run those commands and use those placeholders

dark venture
#

kk ty

austere hawk
#

Hi

#

is not working

vivid sparrow
#

You want to use bungee and math expansions

#

%math_{bungee_Skywars-1}+{bungee_Skywars-2}[precision:0]%

austere hawk
#

Not bungee

#

Spigot

vivid sparrow
#

?papi server

sharp jay
#

wow gaby

vivid sparrow
#

world names are case sensitive I guess

bronze bison
#

Hello @austere hawk,
Is Spectators Expansion yours? if so, you uploaded the .java file and not the jar file.
Update the file (you probably have to post an update for this) or I'll have to delete it.

If it's not yours, then never mind. Sorry for the ping.

warm topaz
#

yeah, this must be, i get the same issue with {ezrankspro_rank}, its very weird

#

papi parse me always works fine so i have no idea what fb is doing

strong jacinth
#

hi how can make a top oh the highest rank in my server ? Is it possible with placeholder ?

austere hawk
#

@bronze bison done

tender vaporBOT
#

@austere hawk

Hey,

Please be patient and don't ping staff members!

austere hawk
#

Thought I could escape the ping with this tier? Lol

austere hawk
#

i using featherboard. dont work {placeholderapi_coins_amount}

wet basinBOT
#

@mint fable Unknown expansion.

mint fable
#

Is “Coins” a plugin @austere hawk ?

#

What is that placeholder for

#

%coins_amount%

bronze bison
#

Thank you @austere hawk, It has been verified and added to the wiki 😄

strong jacinth
#

Please can i have some help ? how can i make a top hologram with rank ?

urban terrace
#

hellp

#

Hello

#

what i have to do

bronze bison
#

Copy the placeholder and put it wherever u want 😄

austere hawk
#

@mint fable yeah "Coins" plugin. i write {placeholderapi_coins_amount} but dont working

tender vaporBOT
#

@austere hawk

Hey,

Please be patient and don't ping staff members!

mint fable
#

Type /papi parse me %coins_amount%, what does it return?

austere hawk
#

Hey

#

When I try /papi ecloud placeholders Player it send me "an internal error"

bronze bison
#

There's an open issue about this, and I've created a pull request fixing this issue.
Please wait until it gets pulled.

austere hawk
#

@mint fable %coins_amount%

tender vaporBOT
#

@austere hawk

Hey,

Please be patient and don't ping staff members!

bronze bison
#

that isn't a papi placeholder?

#

Not sure but its not in the wiki, can u send the plugin link?

#

@austere hawk ^

austere hawk
#

developer saying You need to have PlaceholderAPI installed to use them.

#

already installed

bronze bison
#

Does it says anything in console about that plugin when papi is enabled?

#

Send ur server startup log please

#

=paste

tender vaporBOT
#
HelpChat Paste

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

austere hawk
bronze bison
#

There you go, send this to the author of the plugin

austere hawk
#

:/

bronze bison
#

He should use the new way of adding placeholders to papi

austere hawk
#

no problem on different server

bronze bison
#

Cuz ure probably using old version of papi

austere hawk
#

they are using the same plug-in

trim mist
#

Wouldn't be possible for it to work on 1 server and not on the other.

#

So you must have a mix match version somewhere.

austere hawk
trim mist
#

That's over a year old.

#

We gave developers 6 months to update to the new system.

#

Seems that developer didn't update it.

austere hawk
#

if i use one of the older versions of the placeholderapi plugin, will it be okay?

trim mist
#

You can, but it's not advised.

austere hawk
#

i am trying

#

worked.

#

i have installed version 2.9.2. papi

trim mist
#

Okie.

solemn river
#

I got this error after i downloaded luckperms addon via /papi ecloud download luckperms

#

and when i refresh

trim mist
#

Can't find LuckPerms. Most likely either your LP is out of date or the expansion is.

solemn river
#

I have the newest version from spigot is there way to check if the expansion is the same or something

#

Fixed it nvm

tropic vault
#

@solemn river I am getting same error today , what did you do to fix it ?

solemn river
#

Remove the luckperms addon

#

And download version 4.1 instead of the default 5.0

tropic vault
#

oh

#

im sorry I thought I understood what you meant , but i didnt 4.1 ?

solemn river
#

Did you install the version 4.1?

tropic vault
#

4.1 what ?

#

oh yes

bronze bison
#

From the update notes, new version of the expansion is using the new api so i guess u need latest lp version for that

tropic vault
#

i ahve the latest lp installed yes .

#

i am using the latest luckperms off of their download page on spigot , I am using the latest papi from you guys download page on spigot , I use papi to install the new expansion and reload and it sends errors and all placeholders stop working . so im lost on what to do . sorry .

warm topaz
#

latest expansion of LP is using a dev build not on spigot yet

tropic vault
#

ok

#

Thanks @warm topaz , never thought about dling the dev version for an expansion , lol got a little ahead of themselves I believe .

real moon
#

@wispy stratus Are you doing my quests? I can't message you dude... Did you block me?

wispy stratus
#

Nope

real moon
#

Why can't I message you

#

It might be your privacy settings @wispy stratus It would be nice to be able to message you lol

wise scaffold
#

Hey, what placeholder would show the total number of players online? Non-bungee server. I can't find it on github.

vivid sparrow
#

%server_online%

wise scaffold
#

Thank you! I thought that would say "yes" or "true". But that'd be stupid.

trim mist
#

I could see how that might be confusing. That placeholder is a little inferrable.

limber ice
real moon
#

@wispy stratus I can't seem to message you, and you aren't even attempting to try to message me, or update me on anything at all.

tepid swallow
#

Do placeholders that include hashtags (#) work in configs?
Just because # usually turns the following line into a note rather than something thats actually read.

pale forge
#

I'm having a problem with PlaceholderAPI and Featherboard, for some reason they keep disabling and changing to {placeholder} I'd appreciate if anyone could assist me with this problem.

pale forge
#

A bit more in depth explanation is every other placeholder that's using Mvdw works, but the placeholderapi ones are not working and just displaying as {placeholderapi_factionsuuid_faction_bank_balance}

dawn blade
#

@balmy marten poop sock?

crude vessel
#

Hey

#

%placeholderapi_battlelevels_level% not work, can you help me pls ?

bronze bison
#

Assume ure using this in mvdwpapi, if so, change the %% to {}

crude vessel
#

[Server thread/ERROR]: [PlaceholderAPI] BattleLevels is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [RobiRami] and urge them to update it ASAP.

bronze bison
#

ok, do what the message says please.

crude vessel
#

what ?

austere hawk
#

Please consult [RobiRami] and urge them to update it ASAP.\

limber ice
bronze bison
#

same version of auto rank?

gilded relic
#

is it possible to have something like a bungee staff chat plugin to use papi? like %vault_prefix% doesn't seem to work but is there something like %bungee_vault_prefix%?

bronze bison
#

Just make sure u have the expansion

/papi ecloud download vault
/papi reload
gilded relic
#

does papi need to be on bungeecord for the bungeecord plugin to use papi placeholders? (I'd assume so but still asking

bronze bison
#

Nope

gilded relic
#

k

#

that's interesting

bronze bison
#

indeed

lavish cosmos
#

Hello

#

i need some Help

#

i'd like to know if there is a way to have health with one decimal instead of : 15

#

the %player_health% shows me on a scoreboard : 17.58475632188

#

and i'd like to just have 18.5 17.0 etc

#

@sharp jay sorry for Ping but your are support ^^

tender vaporBOT
#

@lavish cosmos

Hey,

Please be patient and don't ping staff members!

lavish cosmos
#

oups

#

my bad then

brisk coral
#

Don't randomly ping, ask the question and wait for someone to answer.

lavish cosmos
#

sorry :/

#

can you help me ?

bronze bison
#

well that shouldnt happen but u can use %math_{player_health}[precision:1]%

lavish cosmos
#

maaaaany thanks !!

#

cause it's bugging my whole Scoreboard

#

any extensions that i should get ?

#

it's actually not showing

#

properly

bronze bison
#

Math

lavish cosmos
#

i'm using QuickBoard

bronze bison
#
/papi ecloud download math
/papi reload
lavish cosmos
#

thanks ^^

bronze bison
#

👍

lavish cosmos
#

still not working :/

#

restarted the server properly too

#

that's my config inside QuickBoard

bronze bison
#

What does it return on the board?

lavish cosmos
#

the placeholder itself

#

but no values like it should be

#

?

bronze bison
#

U have math in /papi list right?

#

If u do, then change the Math to math in the placeholder

lavish cosmos
#

Ah there is a problem

#

i download math

#

i do ./papi reload

#

but there is an internal error

bronze bison
#

Send it

#

=paste

tender vaporBOT
#
HelpChat Paste

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

ember crown
#

Hi, why dont work placeholder %statistic_mob_kills%, but %statistic_players_kills% yes? 😄

lavish cosmos
#

Can i paste screenshot

#

?

vivid sparrow
#

Yes

lavish cosmos
#

i got this in console

vivid sparrow
#

Update the expansion

lavish cosmos
#

how ?

#

Papi ?

#

i need to download new one you mean ?

vivid sparrow
#

Remove it, reload papi and install it again.

lavish cosmos
#

Remove Math ?

bronze bison
#

no

#

Download the latest dev build of lp plugin

#

Or download the older version of lp expansion

lavish cosmos
#

ok i'll downlaod the latest LP plugin ( dev build )

bronze bison
#

👍

lavish cosmos
#

Working 100/100

#

I'm sorry for Tagging you

#

My bad And thanks for your Help ^^

ember crown
#

@vivid sparrow, can you help me please? 😄

slow sleet
austere hawk
#

Hi I'm having an issue with getting Battlelevels placeholders to show up utilizing deluxechat, i was looking at older configs and can't seem to find any resources up to date on this issue.

bronze bison
#

@ember crown
https://helpch.at/placeholders#statistic
There's no %statistic_mob_kills% placeholder, only a placeholder per mob.
If u want total, u can use math expansion for that or JavaScript

#

@slow sleet dont think thats from papi, check another plugin

slow sleet
#

I think It is from papi.. when i remove it from the plugins folder it stops spamming

mint fable
#

What placeholder are you using in your scoreboard?

austere hawk
#

is there an equivalent PlaceholderExtension class for BungeeCord that uses ProxiedPlayer instead of Player?

#

I want to register a placeholder in an internal class for a BungeeCord plugin

slow sleet
#

I`m using /papi ecloud download bungee

#

So that will be %bungee_factions%

ripe frigate
#

Hello! I would like to suggest adding a placeholder with the number of completed minecraft achievements. Where should I write?

bronze bison
#

Maybe open an issue suggesting this in player expansion repository in GitHub.

upbeat bridge
#

hi

#

wich version is recommended for run better PAPI with protocol lib

stone thorn
#

Hey, when I use %server_name% it returns "A Minecraft Server" although I've changed it multiple times? Worth noticing I use waterfall (bungee, if that changes anything?)

bronze bison
#

@upbeat bridge wdym?

#

@stone thorn change that from papi config

upbeat bridge
#

i testing a plugin that name is ajparkour

#

and don't work holograhpic extension with PAPI

#

the similar with cherry chat

#

in the chat i can see %player_displayname%

stone thorn
#

Thanks

bronze bison
#

u have protocol lib plugin right?

upbeat bridge
#

yes

bronze bison
#

Do ajp placeholders work?

upbeat bridge
#

yes but i'm using a prerelease

#

but in the normal version don't work

#

with holo extension

bronze bison
#

When trying them with /papi parse me %%

#

Well probably the old version doesn't have the placeholders

upbeat bridge
#

yes it have

bronze bison
#

You sure?

upbeat bridge
#

yes

#

you can make a question on the aj's plugins

#

discord

bronze bison
#

Is it os?

upbeat bridge
#

os?

#

i wil send to you the log

bronze bison
#

open source

upbeat bridge
#

i will download another version of PAPI and protocol lib

bronze bison
#

Does any of the placeholders work when trying it using papi parse command? /papi parse me %placeholder here ...%

upbeat bridge
#

wait a moment

#

i make a restart for see the console

#

02.12 14:25:01 [Server] WARN [ProtocolLib] Version (MC: 1.13.2) has not yet been tested! Proceed with caution.

bronze bison
#

U need protocollib for holographic extension, not papi

upbeat bridge
#

02.12 14:26:19 [Server] WARN [DeluxeHub] Could not hook into PlaceholderAPI

#

02.12 14:26:42 [Server] ERROR [PlaceholderAPI] MoreFish is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [elsiff] and urge them to update it ASAP

bronze bison
#

Do what the message says for that plugin

upbeat bridge
#

i change the version of protocol lib?

bronze bison
#

Use the one for ur server, idk. But papi doesn't need protocollib

#

Holographic extension does

ember crown
#

Will someone send me a placeholder to show the amount of mob kills?

bronze bison
#

As i told u, there isn't one for total mobs

#

U gotta use math expansion for that to get the total of the mobs u want

sleek grove
#

You for example could get Statz and use their placeholder, %statz_mobs_killed% or %statz_mobs_killed_<mob_name>%

bronze bison
#

oh yea, there's statz

#

But u need the plugin

shell brook
#

Where do I find the Towny placeholders?

#

I can't seem to download the extension using /papi ecloud download Towny

bronze bison
#

Its built into the plugin now, u dont need to download anything

solar matrix
#

Not sure if this is the right place to ask, but what is the Latest version of PlaceHolderApi for 1.7.10?

bronze bison
#

hmmm

#

Try the latest?

#

If that didn't work, i personally don't know, wait for someone who might know (doubt it) or try an older version until u get a working one

#

||Suggest u move on btw||

naive lodge
#

can I sync placeholders between servers?

naive lodge
#

?

warm oriole
#

sink wym.

#

you'd need to have a plugin that has a database.

#

and can utilize that.

#

unless u mean bungee or somethin.

low stratus
#

Good night, I really need a help. There is a plug-in that defines a placeholder variable. I'm trying to access the API trying to retrieve this placeholder API, but nothing comes out

austere hawk
#

When i start my server

austere hawk
#

help ASAP

balmy marten
#

Luckperms expansion not having fun

austere hawk
#

yea...

#

ill manually install it

#

see what happens

#

nope

#

thats odd

gleaming charm
#

@austere hawk it’s likely placeholderapi is still based of version 4.4 of luckperms

#

I know all my plugins had to be updated to amend for it

austere hawk
#

ah

languid gale
#

heyt

#

So, im trying to setup tab on my server and put for it to show the server uptime but it isnt working i did %server_uptime%

bronze bison
#

Explain not working

#

@austere hawk u probably need the latest dev build for it

languid gale
#

like all it will show is %server_uptime%

austere hawk
#

did u /papi ecloud download Server

bronze bison
#

^

/papi ecloud download server
/papi reload
#

Also, does ur scoreboard plugin supports papi?

languid gale
#

ye, i use fb, and no i didnt do papi ecloud download server

#

ill go do it do i have to restart server after?

#

ty, its fixed

bronze bison
#

👍

winged gust
#

Hi, I have a probably easy to answer question. I am trying to add a placeholder to my plugin which works originally after a restart but does not change even if the yml file I am getting the data from does update. I am accessing the file the same way I am for the rest of my plugin and in other parts it does update. Thanks for any help.

untold oasis
#

hey

#

I have encountered some issue

#

and i donno how to fix it

#

That happens when i do /papi reload

#

after I download the luckperms expansion from ecloud

#

But also, my luckperms and vault placeholders are not working too

untold oasis
#

weird

untold oasis
#

If anyone can help me that wud be dope

worldly lily
#

is anyone else having issues with Luck Perms placeholders not working and papi reload giving errors on reload when the expansion is installed?

vivid sparrow
#

Update the expansion

worldly lily
#

i removed the jar and downloaded again multiple times

vivid sparrow
#

Have you also updated luckperm?

worldly lily
#

latest version, yeah

austere hawk
#

ive got the same thing

#

download the LP dev build

trim mist
#

My guess is either there's a bug on the latest Dev build or Luck hasn't updated the expansion yet.

#

That's something he does iirc.

vivid sparrow
trim mist
#

Not sure, that was a month ago.

vivid sparrow
#

5 days ago?

#

The timestamp is broken ig

trim mist
#

Ahh

scenic karma
#

The redisbungee expansion is still broken

trim mist
#

Okay, open a GitHub issue about it?

austere hawk
#

Hey

#

is there a bungee placeholder API that displays the server status

#

Such as

#

Whitelist

#

Online

#

Offline

balmy plume
#

There is one for online/offline

alpine sequoia
#

I did the way of

jade hare
#

would anyone be able to help me with a javascript? im trying to use it in deluxemenus using a javascript to display the amount of players on %bungee_anni% and %bungee_anni-1% ive tried using this and it comes back with a script error. ``` expression: '"%bungee_lobby%" += "%bungee_anni%"'
type: 'string'

#

@bronze bison

tender vaporBOT
#

@jade hare

Hey,

Please be patient and don't ping staff members!

bronze bison
#

^ pls

#

and use Math expansion

jade hare
#

should it work just with using that?

bronze bison
#

js expansion doesn't work like that anymore

jade hare
#

then how does it work lol