#placeholder-api

1 messages ยท Page 70 of 1

brisk coral
#

Is papi loaded correctly? (look for console errors)

austere hawk
#

Hm.. i really need help on this

#

I wanna call EntityShootBowEvent to get the getForce() method, but how do i return that value to placeholder?

brisk coral
#

Why are you using such outdated versions of plugins lol

mental night
#

Update all your plugins

brisk coral
#

@austere hawk Can I get a full startup log

#

=paste

tender vaporBOT
#
HelpChat Paste

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

brisk coral
#

and use this, (dark theme, makes it easier to read :p)

mental night
#

ignore that ;-;

#

All of them can be updated

brisk coral
#

Doesn't help me, I need his full startup log

mental night
#

Ik ik

austere hawk
#

Oh wait I can just extends PlaceholderExpansion class ._. Sorry for my question lol

mental night
#

All good i wouldn't of had a clue ๐Ÿ˜›

austere hawk
mental night
#

Maybe use spigot

#

instead of craftbukkit

brisk coral
#

@austere hawk Update all your plugins, most should work on latest version since you're using 1.12

round dome
#

can i change how the placeholder look like if i have %something% output = something but can i change it to [something]

austere hawk
#

yes just add the []

#

[%something%]

round dome
#

but if do like this when placeholder have no value it still visble like this
[]

austere hawk
#

hmm try

#

[ %something% ]

#

like that

round dome
#

it does work but when placeholder does not have any value it just []

#

so i would like to put that in the placeholder

austere hawk
#

hmm im confsused.

#

what are you tryna do

#

you want to make a placeholder?

round dome
#

if i have [%something%] it works great but when does %something% output nothing its like this [] so all i want to put [] in the same placeholder

austere hawk
#

hmm im confused sorry

#

lol

brisk coral
#

You'd have to use javascript

#

to change the [] to "" if the value of the placeholder is 0

austere hawk
#

^

brisk coral
#
var placeholder = '%placeholder%';
function javascript() {
    if ('%placeholder%' !== "") {
        return "[" + placeholder + "]";
    }
        return "";
}
javascript();
#

should be correct I think ๐Ÿคท

mental night
#

Frosty can u check dm's please โค

bronze bison
#

=== and !==
And use this "" or '' not '""'
And remove the curly braces for the last return

brisk coral
#

Should be right now :p

round dome
#

where i should put that code?

bronze bison
#

oh, u also need one equal for the variable var name = value and not 3

austere hawk
#

isnt there an alternative for %statistic_time_played%?

brisk coral
#

I thought you meant === insteaf of = :p

#

instead*

#

Gagel

#

Have you updated all your plugins?

austere hawk
#

yeah

bronze bison
#

this return '[ + placeholder + ]'; will return [ + placeholder + ]
it should be return "[ "+ placeholder + "]";

brisk coral
#

I didn't know which one :p

austere hawk
#

i rly want it to work

#

i bought an skyblock setup

#

and that doesnt work

#

:C

brisk coral
#

/papi ecloud download statistic 1.7.0

#

/papi reload

austere hawk
#

i did

brisk coral
#

Do it again

#

and show me your console once you've done it

austere hawk
#

k

bronze bison
brisk coral
#

I made a dank js explanation in my menu :p

bronze bison
#

๐Ÿ‘

round dome
#

thanks ๐Ÿ˜ƒ

austere hawk
#
[13:59:53 INFO]: JanTheLama issued server command: /papi ecloud download statistic 1.7.0
[13:59:53 INFO]: [PlaceholderAPI] Attempting download of expansion: Statistic by user: JanTheLama from url: http://api.extendedclip.com/media/Expansion-Statistics_OG4l0EA_ZJZrUWL.jar
[13:59:53 INFO]: [PlaceholderAPI] Fetching available expansion information...
[13:59:53 INFO]: [PlaceholderAPI] Download of expansion: Statistic complete!
[13:59:54 INFO]: [PlaceholderAPI] 148 placeholder expansions are available on the cloud.
[13:59:54 INFO]: [PlaceholderAPI] 5 installed expansions have updates available.
[14:00:03 INFO]: JanTheLama issued server command: /papi reload
[14:00:03 INFO]: [PlaceholderAPI] Successfully registered expansion: askyblock
[14:00:03 INFO]: [PlaceholderAPI] Successfully registered expansion: deluxetags
[14:00:03 INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
[14:00:03 INFO]: [PlaceholderAPI] %javascript_cooldown% has been loaded!
[14:00:03 INFO]: [PlaceholderAPI] %javascript_ores% has been loaded!
[14:00:03 INFO]: [PlaceholderAPI] %javascript_homes-upgrade% has been loaded!
[14:00:03 INFO]: [PlaceholderAPI] %javascript_team-upgrade% has been loaded!
[14:00:03 INFO]: [PlaceholderAPI] %javascript_generators-upgrade% has been loaded!
[14:00:03 INFO]: [PlaceholderAPI] %javascript_size-upgrade% has been loaded!
[14:00:03 INFO]: [PlaceholderAPI] Successfully registered expansion: javascript
[14:00:03 INFO]: [PlaceholderAPI] Successfully registered expansion: lemonmobcoins
[14:00:03 INFO]: [PlaceholderAPI] Successfully registered expansion: otherplayer
[14:00:03 INFO]: [PlaceholderAPI] Successfully registered expansion: player
[14:00:03 INFO]: [PlaceholderAPI] Successfully registered expansion: server
[14:00:03 INFO]: [PlaceholderAPI] Successfully registered expansion: statistic
[14:00:03 INFO]: [PlaceholderAPI] Successfully registered expansion: vault
[14:00:03 INFO]: [PlaceholderAPI] Successfully registered expansion: voteroulette
brisk coral
#

=paste

tender vaporBOT
#
HelpChat Paste

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

brisk coral
#

[14:00:03 INFO]: [PlaceholderAPI] Successfully registered expansion: statistic

austere hawk
brisk coral
#

meaning it works

#

/papi parse me %statistic_time_played%

#

do that

austere hawk
#

0s

#

thats the problem

#

it keeps saying 0s

#

placeholder api statistic expansion only showing 0s

#

new question

#

how do i fix that

#

Can i make it so when i reach 100% rankup percentage theres a view requirement to rankup?

bronze bison
austere hawk
#

it isnt my pc ^^^

#

i tried it on my server\

#

and its still not working

austere hawk
#

is there a placeholder to get the date of today

brisk coral
#

There is, but I can't remember which expansion it is

austere hawk
#

%server_date_<format>%

#

%server_date_<format>%

#

what format ive to use

brisk coral
#

the regular one

austere hawk
#

like

#

i dont get it

mental night
#

How can i get it to live update

#

I have update: true
and update_interval: 1

bronze bison
#

Ull find an example there

austere hawk
#

Well

#

i know how it works

#

but

#

it looks like the expansion is broken

#

i have server installed.

bronze bison
#

@mental night just set update interval for the menu options, and update true for the item u want to update

mental night
#

ok ty

bronze bison
#

time * @austere hawk

austere hawk
#

there

#

tthanks

bronze bison
#

np ๐Ÿ˜

mental night
#

Still doesn't live update

bronze bison
austere hawk
#

okay i have something else...

#

When i do ecloud download <expansion> restart the server

#

the expansions are gone

#

they just disapear after restart

brisk coral
#

What papi version?

compact canopy
#

Hey guys, can you add to PAPI leaderboards? Mean that possible to show top 5 player e.g diamonds mined

bronze bison
#

That requires storing data of the players.

#

dont know if anyone would do that

brisk coral
#

^ doubtful

compact canopy
#

๐Ÿ˜ซ

compact canopy
#

Okey, there are a few lines from which you can make some statistics e.g Vault PAPI you cant do it with %vault_eco_top_player_#% you change this # to number than you cant do leaderboard

dim flume
#

deluxemenus + placeholderapi dont work

#

warps minec %player_name%

#

warps minec %player%

#

both dont work

sharp jay
#

@dim flume you install the expansion?

dim flume
#

Nope, I didn't. I fixed.

bronze bison
#

@compact canopy vault has a method to get players balances (offline and online players) so thats why its possible for it

sharp jay
#

Hey with the expansion checkitem how do we make it so it doesnt matter the dura on the armor?

lyric veldt
brisk coral
#

Terfs, does it even check for that rn?

lyric veldt
#

DeluxeMenus not opening because of whatever this is, not sure if I should be posting it there or here

brisk coral
sharp jay
#

@brisk coral its not detecting it so ya it is

brisk coral
#

What placeholder u using?

sharp jay
#

@brisk coral CheckItem

brisk coral
#

ye I know the expansion, what placeholder to be exact

sharp jay
#

%checkitem_mat:IRON_HELMET,amt:1,data:0%

#

@brisk coral

brisk coral
#

Use the first one

#

%checkitem_mat:<material>%

#

Also why so many pings :c

bronze bison
#

remove the data 0

sharp jay
#

thanks fixed

bronze bison
#

np ๐Ÿ‘

sacred bronze
#

I think there is something weird going on with player-exp and exp-to-level placeholders

#

using %player_exp% and %player_exp_to_level%

#

using essentials /xp command i get the 2nd line you see in the picture

#

and using %player_total_exp% i get 219

#

i have 0 idea wtf is happening

austere hawk
#

deluxe chat uses the actual placeholder instead of what it links to

#

any help??

magic wolf
#

help me with my server please? i cant pvp even if multiverse and worldguard is on pvp 'allow'. we cant still pvp please help

#

server properties is on true either

arctic raven
#

For some reason my Voteparty placeholder is no working. Im currently using version 1.13.0

#

I have also tried downloading the expansion for it

#

Im using TitleManager for scoreboards also

#

My other placeholders work but not the Voteparty

arctic raven
#

Nvm

brisk coral
#

@austere hawk That's because you don't have the expansions installed
/papi ecloud download player
/papi ecloud download vault
/papi reload

#

run thos 3 commands

austere hawk
#

I got it now

#

thanks

brisk coral
#

also I suggest using %vault_rank_capital%

#

will make the first letter of the group capital

#

which looks nicer

austere hawk
#

um

#

I have a new problem

#

@brisk coral when I add %deluxetags_tag% as a placeholder it actually shows the placeholder not the tag

#

and I have done /papi ecloud install deluxetags

#

it just broke when I tried to edit a tag

brisk coral
#

have you reloaded papi?

austere hawk
#

yes

#

I have tried that a couple times

brisk coral
#

What version of papi are you using?

#

and deluxetags

austere hawk
#

latest

#

of both

#

1.14.3

brisk coral
#

restart the server, and run the commands again

austere hawk
#

so the placeholders work, but tags don't show

#

now

#

so idk

#

like they were working a bit ago

#

now working

#

thanks

limber grotto
#

hi what placeholders i have to put in dchat to show essentials nick?

#

i forgot it xD

bronze bison
limber grotto
#

%essentials_nickname% right?

#

i'll try

mystic pewter
#

Hello, someone would tell me where I can get expansions for placeholderpai?
I need: "Expansion-Bungeecord.jar", "Expansion-Essentials.jar", "Expansion-Player.jar", "Expansion-Server.jar" and "Expansion-Vault.jar"

brisk coral
#

/papi ecloud download bungee
/papi ecloud download essentials
/papi ecloud download player
/papi ecloud download server
/papi ecloud download vault
/papi reload

#

run those commands

hallow sapphire
#

Is there anyway i can use symbols in chat example for player level (โ˜…%playerlevels_level%) <<

#

it just removes it in game when i type

mystic pewter
#

@brisk coral Thank โค

brisk coral
#

Gwethyr

#

wdym it removes it?

hallow sapphire
#

it would just say ('space' 10)

wheat schooner
#

is there a placeholder that shows how many players are on a server (other server on the network) without showing vanished players

barren citrus
#

I'm trying to display user's ranks on the scoreboard, though no vault placeholders are working. I'm using PermissionsEx and I have downloaded the vault expansion via ecloud

brisk coral
#

featherboard?

barren citrus
#

oh there we go, I had to just papi reload

#

sksk

storm crown
#

Hellothere, how to make one placeholder counting players on 2 servers?

austere hawk
#

In one of the auto messages I have put a link (for the server's website) and clicking on the chat does not work
On the other hand, a normal link in the bone chat without it being an advertisement if it works

#

help

brisk coral
#

@storm crown Use the math expansion %math_{bungee_<server>}+{bungee_<servername>}%

ashen panther
#

apologies if this question has already been answered. Couldn't find the answer myself.

#

But how do you use placeholders in a different persons pov? (eg - %money_<player>%)

brisk coral
#

%vault_eco_balance%
%vault_eco_balance_fixed%
%vault_eco_balance_formatted%
%vault_eco_balance_commas%

#

1 quick question, what are you planning with it?

#

where are you trying to use it

ashen panther
#

Well I wasn't exactly looking to make a store. That command was just an example. - But My idea is a /punish gui that lets the mods see the other users Rank, play time on server, pervious Usernames.

brisk coral
#

Check out #showcase I've got a punishment menu on there, just tell me if that's what you want

ashen panther
#

Thanks. I'll check it out but I'm trying to make a very detailed menu. Only thing is I just can't figure out how to show other players information. I can pass in their usernames using args in deluxemenu but I get stuck at placeholders such as " %luckperms_primary_group_name%", "Balance: &a$%vault_eco_balance%", "%statistic_time_played%". As I can't figure out how to pass that username from my args to the placeholder so that I willl show the other users information instead of mine

brisk coral
#

Let me send you my menu to show you how I use them

ashen panther
#

OK, cheers Frosty

narrow estuary
#

I want a countdown to be displayed

#

%server_countdown_<14d7M2019y>_<0H0m0s>%

austere hawk
#

07

narrow estuary
#

Ah okay thank you.

#

I want a countdown for July 14th, 2019 12 AM

#

%servercountdown<14d07M2019y>_<0H0m0s>% is not working

brisk coral
#

<> :whatthe:

sharp jay
#

^

#

@narrow estuary never include <>

narrow estuary
#

lolol

brisk coral
#

%server_countdown_FORMAT_14d07M2019y%

#

And that above is not the format

#

you need the yy:MMM or whatever it is

narrow estuary
#

@brisk coral so like this? %server_countdown_d:M:y_14d07M2019y%

tender vaporBOT
#

@narrow estuary

Hey,

Please be patient and don't ping helpful or staff members!

brisk coral
#

dd:MMM:yyyy 14:Jul:2019

#

not sure about the second part

narrow estuary
#

@brisk coral worked thank you, is there any way to make it update real-time on the GUI?

tender vaporBOT
#

@narrow estuary

Hey,

Please be patient and don't ping helpful or staff members!

brisk coral
#

update_interval: <time <- menu
update: true <- item

#

specify those two things

round sand
#

Whats the placeholder for how many it is inside your island? Plugin: aSkyblock

narrow estuary
#

@brisk coral Not working?

tender vaporBOT
#

@narrow estuary

Hey,

Please be patient and don't ping helpful or staff members!

brisk coral
#

Not what I told you to do

#

update_interval is specified for the menu itself

narrow estuary
#

Ah

#

update: true will be on the GUI item?

brisk coral
#

yes

narrow estuary
#

gotcha

#

thanks

brisk coral
#

lemme know if it works

narrow estuary
#

Not working

brisk coral
#

might need refresh then

narrow estuary
#

Wdym

brisk coral
#

it might only refresh if you click the item and it has ```yaml

  • '[refresh]'
#

Gaby might know

vivid sparrow
#

Is blockchallenge a public plugin?

narrow estuary
#

no custom

vivid sparrow
#

Oh nice

brisk coral
#

Gaby gon be sad now

narrow estuary
#

I'm only worried about the time refreshing

#

Not the block count etc

brisk coral
#

for ping placeholder I know it refreshes perfectly

narrow estuary
#

One would think count down would too x)

#

Probably does I'm just not setting it up right

brisk coral
#

One would think :p

vivid sparrow
#

Try a normal inventory type

narrow estuary
#

Same thing

vivid sparrow
#

Odd

narrow estuary
#

Hmmm

round sand
#

Plugin: aSkyblock

brisk coral
#

I told you above, but you weren't watching chat

round sand
#

But it did remove

#

or what

brisk coral
#

Ye it removed, so better hurry now

vivid sparrow
#

Yes after 5m or so

round sand
#

ok ty

vivid sparrow
narrow estuary
#

Yeah so it seems to be updating but every 15-30 seconds.

#

No way to make it faster I guess....lol

round sand
#

ok ty anyway

vivid sparrow
#

It should update on each second (or tick?) but idk why it doesnt

brisk coral
#

Lizards, perhaps check papi config, there might be an update interval for the placeholders

round sand
#

Do you guys know which placeholder is to see: how many members it is inside your island?

#

becuase idk which is

vivid sparrow
#

There's like 10 placeholders and 3 contain the word "team" ;)

round sand
#

ok

brisk coral
#

%askyblock_team_size%

vivid sparrow
#

We have a winner!

round sand
#

huh

vivid sparrow
#

Only works with an actual team btw

round sand
#

but %askyblock_team_size% shows how many you can have in you island

brisk coral
#

Ye that's what you were asking lmao

round sand
#

how many that is online

brisk coral
#

%askyblock_members_online%

round sand
#

ty ty ty:D

hoary horizon
#

How can I have this placeholder {GROUP} show the group the player is in in caps

#

currently it is in lowercase

brisk coral
#

Where you trying to use that? and from what plugin

hoary horizon
#

uhh personally I have no clue, might be from vault would like to grab it from luckperms

brisk coral
#

just use the vault group placeholder?

hoary horizon
#

what is it for vault?

brisk coral
#

%vault_rank%

#

returns lp's rank

#

or any perm plugins rank*

hoary horizon
#

what if you are apart of multiple groups?

brisk coral
#

I believe it shows the one with highest priority

hoary horizon
#

how do you display this in featherboard?

#

just replace the %% with {}?

brisk coral
#

I think so, if that doesn't work, add placeholderapi_placeholder

#

(placeholder being the actual placeholder ofc)

hoary horizon
#

tried using luckperms and vault but it still dosent show the group name in uppercase

#

still only lowercase

#

ill see if I can find a anwser in luckperms discord

brisk coral
#

didn't see you wanted upercase lel

#

use this

#

%vault_rank_capital%

hoary horizon
#

ahh thanks

austere hawk
#

ow i cna have playercount of a world
like skyblock: players
creative : players

brisk coral
#

%bungee_<servername>%

mental night
#

He said world so idk

#

Not server

sharp jay
#

%server_online_(world)% Shows the player count of the world.

mental night
#

Thanks

austere hawk
#

ty

brisk coral
#

Wait are you using multiple worlds for multiple gamemodes? cuz if you are, I strongly advise against that

austere hawk
#

ik

#

i want bungee but

brisk coral
#

Start with 1 gamemode if you can't afford multiple servers

austere hawk
#

it works fine here
ive set everything up
for per world

cedar gust
#

is there a votingplugin placeholder for dm that displays the amount of votes that the number 1 voter has?

#

%VotingPlugin_topmonth#_votes% thought this was it
but it also displays the players name

brisk coral
#

Don't ask in 2 channels

cedar gust
#

yea I'm sorry, I saw that there was a placeholder channel after I posted it

sacred bronze
#

@bronze bison I havent really tried, but is it possible to make progress work with countdown based pholders?

tender vaporBOT
#

@sacred bronze

Hey,

Please be patient and don't ping helpful or staff members!

sacred bronze
#

progress expansion*

bronze bison
#

hmm?

sacred bronze
#

this rly nice thing

brisk coral
#

That's be odd tho

#

cuz you'd have to check for the different values

bronze bison
#

ty ๐Ÿ˜„

#

the hmm was about what do u mean

#

ik what ure talking about

sacred bronze
#

Just asking for count-down based pholder. We have a gamemode pholder that returns time remaining in seconds

bronze bison
#

ahhhhhhhhhhh

sacred bronze
#

but the pholder goes from 100 -> 0

bronze bison
#

hmmm

#

u can probably made it with progress expansion ...

#

yea.. u can make it with progress expansion

#

whats the problem ?

sacred bronze
#

i havent tried. Just a thought i had at work lol

#

ill give it a shot and let u know

bronze bison
#

ok ๐Ÿ˜„

sacred bronze
#

first thing that comes to mind is since the pholder will keep getting smaller, the progress bar will go in reverse

#

i dont think we can set l: or m: to 1 or 0 and have it turn out properly

#

maybe the thing i want is too specific case :p

bronze bison
#

u want the progress to go backward or forward ?

sacred bronze
#

forward ๐Ÿ˜„

bronze bison
#

ah

#

well then thats not possible with my expansion

sacred bronze
#

no problem

#

still the best expansion

#

โค

bronze bison
#

glad to hear! ๐Ÿ˜„

#

u can do that with a js placeholder tho

sacred bronze
#

yap

covert socket
#

Do you know why i cant register an expansion?
Euhh
I /papi ecloud download OnTime and when i /papi list is not on the list,

brisk coral
#

/papi reload

covert socket
#

same

brisk coral
#

What papi u using? (version)

covert socket
#

PlaceholderAPI-2.10.3.jar

bronze bison
#

do u have the plugin ?

covert socket
#

Yes

#

whoooo

#

I have restart the server

#

and it is show now

#

You know if an API existe for Real Hours on minecraft? for TAB button

brisk coral
#

as in time played?

#

%statistic_time_played%

#

that will display the exact time played

#

you can use %statistic_hours_played% to display the hours

covert socket
#

Not Time played but Like ''Hours: IRL hours''

#

Time played i got it

brisk coral
#

irl hours?

#

that's what that displays

covert socket
#

Yes

#

We cant send Screen?

bronze bison
#

=imgur

tender vaporBOT
#
Uploading Images

Please use imgur to share screenshots and other images.
โ€ข Imgur

covert socket
#

Ok -_- ๐Ÿ˜„

#

its in french

#

but like that

brisk coral
#

oh server time you mean

covert socket
#

noo ๐Ÿ˜„

brisk coral
#

What then lol

#

Players time played?

covert socket
#

At left its server: survival1 and in the middle its Hours: Hours in the Real world

#

like 8pm at paris

covert socket
#

Yessss

#

You know how to do that?

brisk coral
#

%server_time%

#

Try this one

#

or try this %player_time%

covert socket
#

the first with wich API?

#

Doest work :/

brisk coral
#

/papi ecloud download server
/papi reload

#

the first word is usually the expansion name

covert socket
#

Not work :/

brisk coral
#

does it register the expansion?

covert socket
#

Yes it is

brisk coral
#

What tab plugin are you using?

covert socket
#

PlayerListPlus

#

bc my server is on 1.13.2

brisk coral
#

and does it support placeholderapi?

covert socket
#

Yes it support

brisk coral
#

/papi parse me %server_time%

#

do that

covert socket
#

%server_time% on white on the chat

brisk coral
#

use %player_time%

covert socket
#

Not work ๐Ÿ˜„

bronze bison
#

its %server_time_<simpleDateFormat>%

brisk coral
#

why it not in -papi server :sad:

bronze bison
#

ok ill add it

#

the whole placeholder isnt in -papi server :p

covert socket
#

I have put the %server_time_<simpleDateFormat>% but ๐Ÿ˜„

bronze bison
#

%server_time_MM/dd/yyyy% will return 10/7/2019

#

check the link i sent for more info

brisk coral
#

Why does this %player_first_played% return 31/12/2069 if the player hasn't joined before

bronze bison
#

this is what getFirstPlayed() method return..

brisk coral
#

:WhatThe:

bronze bison
#

bukkit's method ^

brisk coral
#

to be exact this is what it returns 12/31/69 19:00:00

covert socket
#

๐Ÿ˜ข

#

Its not in 24 but in 12

brisk coral
#

if (placeholder === "12/31/69 19:00:00") return "Null";
return placeholder;

bronze bison
#

69 its i guess 1969

#

@covert socket u can change that, check the link i sent for more INFO!!!!

covert socket
#

Excuse boss ๐Ÿ˜ข

#

love u โค

covert socket
#

i dont find how to put connection time of the player on TAB

mint fable
#

ping?

covert socket
#

not ping exemple you are connected since 10min i want to say it on TAB

mint fable
#

Oh

covert socket
#

I have try %ontime_time_played_today%

#

but when i deco and i reco time not at 00:00

mint fable
#

well

#

it's couinting for today

brisk coral
#

the placeholders says it..

mint fable
#

you want last_login right?

covert socket
#

Yes for last_login

mint fable
#

you want the session

brisk coral
#

I think he want's time played in that session

mint fable
#

I read last_login as something different at first

covert socket
#

yes

mint fable
#

ask the dev of ontime to add the placeholder?

#

ah... it's abandoned

covert socket
#

Bc when i put %ontime_last_login% its the date of login

mint fable
#

ya that was my bad for suggesting it

covert socket
#

If another plugin do this i take it

brisk coral
#

statistic doesn't have a current session does it

covert socket
#

I know its possible to put play time by session

mint fable
#

prob won't be able to do it unless you get somebody to make it

covert socket
#

I want to find something to made it ๐Ÿ˜„

mint fable
#

idk what my wording was on that sentence, but I fixed it now xD

brisk coral
#

it happens

swift bobcat
#

Does anyone know how can I display the name of the server the players playing on ?

mint fable
#

@swift bobcat ^

swift bobcat
#

Yeah I've tried %server_name%

#

But it display: A minecraft Server

mint fable
#

Then change the name

swift bobcat
#

Where?

mint fable
#

prob the motd

brisk coral
#

it's the value in the papi config

mint fable
#

Magic ^

swift bobcat
#

Ahh

#

So I just change the motd?

mint fable
#

what

#

no

swift bobcat
#

Uhh?

mint fable
#

Frosty just said it's the value in the papi config

swift bobcat
#

Okay what does that mean xD

#

server_name: A Minecraft Server

#

Ohh I see

#

How do I change it so it display the server name from bungee?

mint fable
#

no idea

swift bobcat
#

OOhh wait

#

I think I found out how

#

let me test

mint fable
#

Just set the name as the same thing?

swift bobcat
#

Does Dchat have a %server_name% thing

#

So like this?

mint fable
#

link your spigot account in #bot-commands and then use #deluxechat to get support for that plugin

#

=spigot

tender vaporBOT
#

@mint fable

Spigot Account Link

To link your Spigot profile please do the following:

  1. On Spigot, set your Discord to cj89898#7801 under contact details.
  2. Run the =Spigot <Spigot Username> command.

Note:
If you have changed your username in the past or haven't made many posts you may need to use =spigot <numeric id>

brisk coral
#

he already has :p

mint fable
#

๐Ÿคท

warm flax
#

=spigot Olzie-12

tender vaporBOT
#
Account already linked!

Seems you already have the Spigot account Olzie-12 linked.

warm flax
#

o

clear cradle
#

i keep getting an error for deluxe menus when using the PlayTime placeholder %playtime_time%

mint fable
#

probably not updated

clear cradle
#

just that one placeholder? the other 3 for it work

mint fable
#

or maybe it's broken, who made the expansion?

#

f64_rx

clear cradle
#

how do i find out who made it

mint fable
clear cradle
#

oh ok yeah he made it. the one u posted

mint fable
#

So try and contact him

#

Are you on 1.14? because playtime doesn't support that yet it seems

clear cradle
#

yeah. i dunno the commands work its just the placeholder :x

mint fable
#

๐Ÿคท

clear cradle
#

yeah im at a loss too

#

ill see if i can find him on spigot or something

mint fable
#

well he made the plugin

clear cradle
#

yeah i just realized that lol.

placid smelt
#

@trim mist

tender vaporBOT
#

@placid smelt

Hey,

Please be patient and don't ping helpful or staff members!

placid smelt
#

I bought your VoteParty plugin

#

It's not working, how I verify I bought it?

mint fable
#

Please link your spigot in #bot-commands then use #voteparty

#

=spigot

tender vaporBOT
#

@mint fable

Spigot Account Link

To link your Spigot profile please do the following:

  1. On Spigot, set your Discord to cj89898#7801 under contact details.
  2. Run the =Spigot <Spigot Username> command.

Note:
If you have changed your username in the past or haven't made many posts you may need to use =spigot <numeric id>

placid smelt
#

@mint fable

#

What I do now? It says It's linked already

brisk coral
#

Stop pinging for no reason

placid smelt
#

sry

mint fable
#

@placid smelt Doesn't seem like you bought it?

placid smelt
#

I only did =spigot Yoav1235513

bronze bison
#

=spigot check #bot-commands

placid smelt
#

I'm in VoteParty chat now

mint fable
#

ah, nice @bronze bison

#

good to know

placid smelt
trim solar
#

hey guys

#

i think the papi for worldguard needs to be updated for 1.14.3?

#

cant seem to get it working even after installing worldguard ecloud

vivid sparrow
#

doesnt mvdw have WG placeholders as well?

trim solar
#

didnt work either

vivid sparrow
#

welp

trim solar
#

figure you guys are more responsive than the mvdw guy though

#

doesnt even have a discord

vivid sparrow
#

he's here as well

brisk coral
#

I believe Glare said he was updating some of the wg placeholders

#

Some were already tested on 1.14, not sure where he put the tho/if they're on the ecloud already

trim solar
#

is there an ecloud download for it

#

or

#

how do i install this

#

drag it into plugins?

brisk coral
#

no

vivid sparrow
#

no

brisk coral
#

expansions

#

folder in placeholderapi

trim solar
#

found it

vivid sparrow
trim solar
#

still not working

#

odd

#

removed the first one, unregistered it, then put 2nd one into expansions

#

no error but just comes up blank

compact canopy
#

Is there any way how to make leaderboard like with TOP DIAMONDS MINED and TOP PLAYED TIME ?

vivid sparrow
#

not with papi only

compact canopy
#

Like top 10

vivid sparrow
#

the most common plugin it's leaderheads

compact canopy
#

I already did it with vault

vivid sparrow
#

Ok but you are asking about statistics.

compact canopy
#

y

#

Than i cant did it with papi ? Only way is Leaderheads ?

vivid sparrow
#

If you get leaderheads you can use it papi placeholders on creating a top.

brisk coral
#

Papi displays info, it doesn't store all of them

#

where as leaderheads actually stores stuff

compact canopy
#

And with leaderboard i can create TOP 10 DIamond mined ?

#

And top played time ?

brisk coral
#

I believe you can yes

dapper sun
#

Hi guys, my ecloud doesn't download any expansions, it says download complete but none of the placeholders work

bronze bison
#

u have to reload papi /papi reload after downloading any expansion

#

and some expansions requires a plugin to work

dapper sun
#

Papi reload just breaks the plugin

#

i mean it says reload, but it breaks all placeholders

#

As in the ones registered by other plugins

bronze bison
#

well this is the plugin's issue for not adding that in their plugins.

dapper sun
#

I'm trying to use %statistic_hours_played%

bronze bison
#

contact them to make is so reloading papi doesnt break their placeholder, and current solution for u, is restarting the server and not reloading papi

#

spigot version ?

dapper sun
#

paper 1.14.3

#

It's my plugin, i'll have to fix it later, but that's not my issue right now

brisk coral
#

What version is your papi?

dapper sun
#

2.10.3

#

Downloaded about 2 hours ago

#

@bronze bison How would I go about my plugins placeholders not breaking on papi reload?

bronze bison
#

check persist() method

#

and for statistic, does it send any error on reloading papi in console ?

dapper sun
#

nope no error in console

#

Can i send a screenshot?

#

Oh i can now ๐Ÿ˜„

bronze bison
#

why ure using v1.7.0?

dapper sun
#

Outdated wiki?

bronze bison
#
/papi ecloud download statistic
/papi reload
#

for MC 1.12.2 OR OLDER

#

ure in 1.14?

brisk coral
#

^

dapper sun
#

facepalm

#

I read that as...

#

Newer...

bronze bison
#

all good ๐Ÿ˜„

#

it should work ๐Ÿ˜„

dapper sun
#

It does ๐Ÿ˜„

bronze bison
#

Great!

dapper sun
#

Haha, thanks ๐Ÿ˜ƒ

bronze bison
#

np

dapper sun
#

I'll go try and get persistence working

bronze bison
#

๐Ÿ‘

dapper sun
#

Oh actually there was one more thing, I can't seem to find the correct maven dependency so i'm currently adding it to system path, do you know the latest <version> tag to use?

bronze bison
#
<dependency>
    <groupId>me.clip</groupId>
    <artifactId>placeholderapi</artifactId>
    <version>LATEST</version>
    <scope>provided</scope>
</dependency>
``` working fine for me
dapper sun
#

Oh, I didn't know you could use LATEST

#

That's good to know

#

thanks

bronze bison
#

np ๐Ÿ˜„

mystic pewter
#

What is NSFWPAPI?

vivid sparrow
#

huh?

mystic pewter
#

I get a mistake and I seem to be missing that element.

vivid sparrow
#

what does that mean?

mystic pewter
#

I don't know xD I get an error

vivid sparrow
#

what's the error?

brisk coral
#

I got a strong feeling that ain't real

mystic pewter
#

I just don't understand much, I'm sorry. I'll keep looking and ask when I'm sure.

vivid sparrow
#

Neither do I lol

still yacht
#

Guys i am new to the sever and i need help from you guys.

#

The console shows a error like this

Execption vault permission, bla bla..

#

Can someone help me

brisk coral
#

=paste

tender vaporBOT
#
HelpChat Paste

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

brisk coral
#

put the error in that

still yacht
#

1 sec

#

Just dont mind that prob

#

Wild is not working

versed warren
#

mans said

#

NSFWPAPI

brisk coral
#

whenโ„ข

bronze bison
#

o didnt know that thers NSFW papi :p

brisk coral
#

/papi ecloud download daddy

#

๐Ÿ˜‰

still yacht
#

I will send u the screenshot of plugins used

#

Can someone helped me

#

where can i send the screenshots

brisk coral
#

=imgur

tender vaporBOT
#
Uploading Images

Please use imgur to share screenshots and other images.
โ€ข Imgur

still yacht
#

=imgur

brisk coral
#

click the link....

still yacht
#

they are the plugins that i used

brisk coral
#

And?

still yacht
#

/wild is not working

#

it shows this error

#

1 sec

brisk coral
rich vigil
#

Why dont bungee placeholders work

brisk coral
#

%aqua_player_rank%

#

the heck is that lel

#

%bungee_factions%

drifting nimbus
#

How do I fix this?

brisk coral
#

By updating your hook

drifting nimbus
#

Well how lol

bronze bison
#

EzPlaceholderHook is deprecated

drifting nimbus
#

Yes I know

#

Well what do I use instread

brisk coral
#

It's named something else now, but I can't remember what

drifting nimbus
#

This?

bronze bison
drifting nimbus
#

k ty

bronze bison
#

np ๐Ÿ˜„

rich vigil
#

@brisk coral thats for a core we use.

tender vaporBOT
#

@rich vigil

Hey,

Please be patient and don't ping helpful or staff members!

leaden kraken
#

How would I use a placeholder like this %statistic_time_played% for another player

#

So it shows the other player instead of yourself

austere hawk
#

I would like to help you by testing first but..

#

After I installed the new Statistic ecloud

leaden kraken
#

Try /papi ecloud download Statistic 1.7.0

#

Then reload it

#

@austere hawk

austere hawk
#

Is 1.9.2 corrupted?

trim mist
#

No, you're just using outdated software.

leaden kraken
#

For mc 1.12.2 or older you need to use 1.7.0

austere hawk
#

Oh ._.

#

I didn't know that

brazen isle
#

is there a requirement to allow part of it if its a placeholder for a countdown like if it outputs as "Boost: #" can i have a view requirement for only "Boost:" and forget the numbers?

brisk coral
#

what?

brazen isle
#

can i make a view requirement be partial of the output?

#

if the placeholder output is "Boost: 30m 34s" can i make a view requirement to only read the "Boost:" part and still work?

brisk coral
#

what plugin are we talking about here, cuz I'm a bit confused

brazen isle
#

DeluxeMenu

brisk coral
elder stump
#

What does this do? %crazycrates_<crate>%

brisk coral
#

I'd presume it tells the amount of keys you have

elder stump
#

oh okay

#

Is there any placeholder so it shows top ranked player, who got the most money? Because I found one, but that returns the current money amount of the player and I need a placeholder that returns how much money he got so far

brisk coral
#

Don't think any store the gained money

elder stump
#

Oh :/

cedar gust
bronze bison
#

Did u ask the dev himself to make some?

cedar gust
#

oh will do ๐Ÿ˜„

lunar prism
#

hi, is there a way to make placeholders work in item name/lore?

cedar gust
#

yes

brisk coral
#

ye

cedar gust
#

it just works lol

lunar prism
#

o

cedar gust
#

make sur you have the placeholders downloaded /papi download etc...

lunar prism
#

they work elsewhere though like holograms, so it cant be that the placeholder itself isn't downloaded I don't think?

cedar gust
#

can't load the image, what placeholder are you trying to use?

lunar prism
#

why are images blocked here anyway, isn't that kind of vital for requesting help

#

I just used some test ones like %player_name% and %server_countdown_...

cedar gust
#

/papi ecloud download Server

#

then /papi reload

lunar prism
#

did already, and /papi reload

cedar gust
#

mmmh

lunar prism
#

they work just fine in CMI holograms

cedar gust
#

well I use them too and they work for me

lunar prism
#

:/

#

ooh okay now it works, I tried another lore plugin and it works now.. weird

austere hawk
#

how can i make a command u use and it sends the player some messages with placeholders, from papi

brisk coral
#

Can you rephrase that plz?

vivid sparrow
#

just get a custom commands plugin that support papi, like mycommand

#

you can send messages with papi only

austere hawk
#

ok lemme look that up

bronze bison
#

or deluxecommands ๐Ÿ˜„

austere hawk
#

that looks perfect

indigo anchor
#

Hello, i have problem with PlaceHolderAPI, papi cant hook Vault to Papi and dont worked placeholders, i have on server Vault and intalled ecloud ( /papi ecloud download Vault )

brisk coral
#

Have you reloaded papi (/papi reload)?

bronze bison
#

u have vault right?

#

The plugin

#

And what frosty said ^

indigo anchor
#

Yea, and papi reload, i screenshot wait

bronze bison
#

ok its installed and working

#

Apparently

#

where are u using the placeholders?

indigo anchor
#

In KiteBoard plugin

bronze bison
#

Try using papi parse command /papi parse me %placeholderHere%

indigo anchor
#

ok wait

#

sorry wrong screenshot

bronze bison
#

u have an economy plugin right? Like essentials

indigo anchor
#

CMI i have

#

but CMI cant hook Vault too

bronze bison
#

Hmmm are u using latest vault?

indigo anchor
#

Yea, 1.7.2

#

And i have minecraft server 1.12.2

bronze bison
#

is vault working? /pl

indigo anchor
#

yea

bronze bison
#

hmmm

indigo anchor
#

I can send in PM screenshot

#

if you want

bronze bison
#

why?

#

do permission placeholders work?

indigo anchor
#

%vault_group% ? Or what

#

but i have LuckPerms plugin for permissions

austere hawk
#

btw for deluxecommands how on earth do i put colors

indigo anchor
#

and LuckPerms hook Vault plugin

bronze bison
#

any permission placeholder

brisk coral
#

is it not & iWaroz?

indigo anchor
#

%vault_group% worked

austere hawk
#

its json data

indigo anchor
#

but Economy dont worked

#

%vault_eco_balance% etc..

austere hawk
#

and example has no color example

bronze bison
#

ok then its because of missing economy plugin probably

indigo anchor
#

i go try essentials wait

bronze bison
#

from cmi plugin page ^

#

@austere hawk i suggest u use json coloring cuz & in json wont work for new lines

indigo anchor
#

Oh

bronze bison
indigo anchor
#

now hook Jobs Vault

austere hawk
#

im trying to get json colors

indigo anchor
#

and more plugins

#

probably working

bronze bison
#

well then guess its CMI

indigo anchor
#

yea worked %vault_eco_balance%

#

nice thanks you

#

good bye

bronze bison
#

Great! ๐Ÿ˜ƒ

primal vault
#

Does clearlag has any placeholders?

brisk coral
#

doubtful

wet basinBOT
#

@brisk coral Unknown expansion.

primal vault
#

Hmm, sorry I meant clearlagg

winter terrace
#

Hi

#

How can I manually parse placeholders?

#

I want to see what their value is so I can setup a condition

#
[22:48:23 INFO]: ItsHoney issued server command: /papi parse me %playtime_time%
[22:48:23 ERROR]: null
-snip-

Caused by: java.lang.NoSuchFieldError: PLAY_ONE_TICK
#

This is the error I get when I try to parse it

#

What could cause it?

brisk coral
#

Relog

royal parcel
balmy marten
#

@royal parcel the error tells you what to do DeluxePlayerOptions is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [PedroJM96] and urge them to update it ASAP.

royal parcel
#

thanks you

radiant jewel
#

LOL

#

I won the giveaway again

ocean furnace
#

is there a placeholder that shows if player is online in bungee network?

#

prolly need some extra plugin

austere hawk
#

no should be defualt

ocean furnace
#

under what placeholder category would that be? otherplayer?

austere hawk
#

bungee.

ocean furnace
#

%bungee_total%
%bungee_<servername>%

#

only those are what I found under bungee

austere hawk
#

oh shows a player online

#

wdum,

ocean furnace
#

ye, like my goal is to have holographic display show wether a specific player is online rn

#

for ex. if owner is online somewhere in bungee network etc

austere hawk
#

why would u want that?

#

xd

ocean furnace
#

well would like to have a section dedicated to staff in hub, and there it would have staff npc and over them holographic displays showing if they are online and some more info

austere hawk
#

hmm

#

idk mate sorry.

ocean furnace
#

๐Ÿ˜„

austere hawk
#

look under spigot for plugins that might help u

sage magnet
#

Hay

#

What is the placeholder that i could use for shop so i sell a named item

bronze bison
#

did u try this? %checkitem_mat:STONE,strict%

sage magnet
#

ye

#

it sells the unnamed but not the named one

bronze bison
#

/papi info checkitem whats the version of it?

sage magnet
#

1.2.0

bronze bison
#

Ok, it should work?

sage magnet
#

the item have colored name and lore

bronze bison
#

Try /papi parse me %checkitem_mat:STONE,strict%

#

what it returns when u have a named stone?

sage magnet
#

it says

#

no

#

hmm

#

So no way to make this work?

sage magnet
#

welp

#

ty anyways ๐Ÿ˜ฆ

bronze bison
#

oh with latest version, u add strict if u want it to check for name/lore

#

remove strict and it will work

#

just tested it

#

@sage magnet

sage magnet
#

yo

#

could you send me the form you used?

#

@bronze bison

tender vaporBOT
#

@sage magnet

Hey,

Please be patient and don't ping helpful or staff members!

sage magnet
#

ops

tender vaporBOT
sage magnet
#

Its what i tried last and still doesnt working

brisk coral
#

start making sense and someone might help you

bronze bison
#

@sage magnet %checkitem_mat:STONE% without the strict part

sage magnet
#

doesnt work i tested that first

bronze bison
#

well it works for me

brisk coral
#

same ห‡

#

^*

sage magnet
#

could ya send me your paste of it

#

i might messed up something else

bronze bison
#

/papi parse me %checkitem_mat:STONE%

brisk coral
#

=paste

tender vaporBOT
#
HelpChat Paste

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

brisk coral
#

put your menu in there

bronze bison
#

and had a stone named tsdjhncb

brisk coral
#

had a stone named &kkkkkkkkkkkkkkkkkkkkkkkkkkk

bronze bison
#

o

sage magnet
#

one sec

tender vaporBOT
sage magnet
#

wait its with the clear command

#

essentials doesnt clear the named glowstone....

#

any idea to fix that?

bronze bison
#

๐Ÿคฆ

#

well i dont think u can do that with essentials, check minecraft clear command

sage magnet
#

than what command can take an item?

bronze bison
#

if that didnt work too, then idk

sage magnet
#

know any way for taking it?

#

hmmm

bronze bison
#

use it in dm like this minecraft:clear IF u got it working

sage magnet
#

this doesn't work

brisk coral
#

clear doesn't clear named items tho

sage magnet
#

it says no items to remove... >_>

#

ye ikr

#

know any other commands to remove an item from the inv?

primal vault
#

would like to double confirm if there is a placeholder for the clearlagg plugin. Thanks~

bronze bison
#

it doesnt have an expansion, anything mentioned about placeholder in the plugin page ?

#

if no, then it doesnt have placeholders.

brisk coral
#

^ that would be a negative

sage magnet
#

clear @a glowstone_dust 0 1 {display:{Name:"Regulator"}}

#

I tried many forms of these that i found on forums

#

none of them work

#

maybe dont you guys know any plugin for taking items?

pure forum
#

Expansion-Statistic.v1.9.2
%e๏ผ…statistic_mine_block_DIAMOND_BLOCK% display:invalid stat
%statistic_mine_block
%statistic_mine_block&:Mining One block% display:2
%statistic_mine_block&:Mining two block% display:4...

minecraft:1.14.2
PlaceholderAPI 2.10.3

brisk coral
#

@pure forum Can you start making sense and atleast explain what your issue is

pure forum
#

@brisk coral Statistic Error

brisk coral
#

Can you explain a bit more?

pure forum
#

%statistic_mine_block%:Mining two block% Numerical value:2.
Mining 1 block =2 block

#

๏ผ…statistic_mine_block_DIAMOND_BLOCK%
Mining 1 DIAMOND_BLOCK =invalid stat ....
QwQ

#

@brisk coral Thank you

brisk coral
#

I'll test that ^

pure forum
#

minecraft:1.14.2
Plugins:DeluxeMenus
@brisk coral Thank you. ๐Ÿ˜ƒ

rich chasm
#

does the player quit event get called if a player disconnects without hitting the leave button. like when they close the game window or if they lose internet and what not?

trim mist
#

Yes

young gate
#

so waht expansion would I get for tab-reborn

vivid sparrow
#

For example, if you want to show your name on tab, you will use %player_name% which is a placeholder for the expansion called player (the first word is always the identifier). To get the player expansion you will need to run these two commands:

/papi reload```
young gate
#

o

#

that makes sense, thanks for your help

vivid sparrow
#

here you can find the full list of placeholders https://helpch.at/papi
Keep in mine that some require external plugins.

#

You are welcome. ๐Ÿ˜

young gate
#

wait

#

I did /papi ecloud download deluxetags
and
/papi ecloud download essentials

#

I want to add the placeholder %deluxetags_tag% to my essentialschat, how would I do that?

tender vaporBOT
#
FAQ Answer:

How to get DeluxeTags working using essentials chat:

  • Turn off the DeluxeChat option in the DeluxeTags config.
  • Turn off the format_chat option in the DeluxeTags config.
  • Replace all the %placeholders% with {placeholders}
  • Restart the server
young gate
#

What does it mean on step 4

vivid sparrow
#

Simply restart the server for the changes to apply.

young gate
#

I meant step 3*

#

lol srry

vivid sparrow
#

On deluxetags setting there's certain placeholders, eg %deluxetags_tag% which need to be replaced with {deluxetags_tag} (not only this one)

young gate
#

so everywhere it says % %, i replace with { }?

vivid sparrow
#

Yup

young gate
#

Okay thanks

vivid sparrow
#

Np

safe echo
#

hello

#

i make this script and get error

austere hawk
#

hello!

safe echo
#
    var i;
    for (i = 0; i < 150; i++) {
        if (%leaderheads_player_ai-level_i% == %player_name%) {
            return i;
        }
    }
austere hawk
safe echo
#

does have anyway to check player's top ?

austere hawk
#

=paste

tender vaporBOT
#
HelpChat Paste

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

austere hawk
#

do what i said please.

safe echo
#

but this channel for placeholderapi ๐Ÿ˜ข

austere hawk
#

but its development i believe

safe echo
#

and i ask about "javascript placeholderapi"

austere hawk
#

hmm keep it here but do

#

=paste

tender vaporBOT
#
HelpChat Paste

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

austere hawk
#

also send ur full console.

#

FULL

safe echo
#

thanks โค

austere hawk
#

โค

#

then post the 2 pastes her and wait ๐Ÿ˜ƒ

tender vaporBOT
safe echo
austere hawk
#

ok it will be looked at asap

#

that code is diff to the one before

brisk coral
#

try this

vivid sparrow
#

Using % without apostrophes will make js try to parse the function as a math operation.

safe echo
#

Oh, thanks โค

brisk coral
#

does it work?

safe echo
#

but it's seem does not work

vivid sparrow
#

do a console.log(leaderheads placeholder) to see if your for function works

safe echo
#

it's does not return anything

i guess i in %leaderheads_player_ai-level_i% is not a top, so it return ""

vivid sparrow
#

oh

#

Hmm

safe echo
#

i tried remove for and replace %leaderheads_player_ai-level_7% instead, and it work

vivid sparrow
#

try '%leaderheads_player_ai-level_' + i + '%'

brisk coral
#

that'll work ^

vivid sparrow
#

It should, but the way papi handle this type of function is weird

brisk coral
#

it works dw

vivid sparrow
#

:P

safe echo
#

hmmmmmm

#

it's does not work thonking ๐Ÿ˜ข

brisk coral
#

show me again

#

=paste

tender vaporBOT
#
HelpChat Paste

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

safe echo
vivid sparrow
#

@bronze bison havent you fixed this somehow?

vivid sparrow
#

guess you will have to check them one by one

safe echo
#

wdym ?

bronze bison
#

My PR hasn't been merged yet

vivid sparrow
#

merge it boy

bronze bison
#

i want someone to review it boi

vivid sparrow
#

ask someone to

safe echo
brisk coral
#

meaning it returns the correct "value"