#placeholder-api

1 messages · Page 118 of 1

mint fable
#

@rancid minnow

rancid minnow
#

?

mint fable
#

this color scheme looks backwards

rancid minnow
#

I had the changes locally before someone decided to be an idiot and fuck around with the repo

#

¯_(ツ)_/¯

mint fable
#

bruh

#

can you do it now or no?

#

@junior musk u need help?

#

just copy papi

junior musk
#

I already did something but I'll look at that too

mint fable
#

o nice

#

that was the old one tbf

junior musk
#

not sure how I would do like PAPI 😅 I'm just a newbie ;-;

mint fable
#

but it worked

junior musk
#

I'll stick with my way for now ¯_(ツ)_/¯

mint fable
#

regex is amazing

austere hawk
#

is there any placeholder to list online player names?

junior musk
#

that's kinda ironic because I just made an expansion for that x)

austere hawk
#

Noiceeeeeeee

junior musk
#

cj? I think I did something wrong with regex cuz this doesn't do anything x) .replace("/[|]/g", "%")
I've also tried with replaceAll but didn't work either.
but if I use .replace("[", "%") then the same with ] it works

mint fable
#

uh

#

check papi

#

i think it all got removed actually

#

check the containsBracketPlaceholders

#

but if you've done it already that'll work fine, ya?

junior musk
#

it worked but I have to use .replace("[", "%").replace("]", "%") :/

grand blade
#

Please have another look at issue #367.

cerulean trench
#

why does placeholder api just not work 😭

#

I put the right placeholders

#

but it just shows %player_name%

#

instead of the player's name

#

😭

junior musk
#

/papi ecloud download Player
/papi reload

cerulean trench
#

ok

rancid minnow
#

@grand blade Hey, whenever youre free do you mind testing the latest build for stability

#

I introduced some major changes to the way the plugin discovers and manages expansions, should make it more performant and stable.

scenic marlin
#

How do I make a / mod <player> plealse ?

cunning elk
#

Im getting this on the newest dev. build

#
  • javascripts arent working
rancid minnow
cunning elk
#

ty

tender vaporBOT
trim mist
#

@rancid minnow It's cc breaking it.

#

Relevant jar in that faq above

rancid minnow
#

Read the issue

trim mist
#

Fixes it from being broken

#

Too many words

#

Tell CC to fix their stuff. I already fixed it once.

rancid minnow
#

I already addressed it, with that exact issue

trim mist
#

Kk

austere hawk
#

@scenic marlin deluxemenus right ?

scenic marlin
#

Yes

#

How do I make a / mod <player> plealse ?
@austere hawk

limber scroll
#

is there a way to use pinger to ping %pinger_motd_UHCGAME-1% instead of %pinger_motd_UHCGAME:4%

tidal zinc
#

is there any clan placeholder for infinitescoreboard ??

balmy marten
tidal zinc
#

thx

mint fable
#

don't think you can, what for?

limber scroll
#

for cloud system, the port is random

mint fable
#

@junior musk can i delete the js now

#

and is this still the format? (so I can add it to papi wiki)

junior musk
#

yup

#

btw I just added [placeholder] support

#

and modified my {placeholder} support :D

#

{math_{something}[precision:0]} this can work

#

[math_{something}[precision:0]] too

mint fable
#

uh

#

how will the bottom one work with [precision:0] being there

junior musk
#

:D

#
            for (Integer i = 0; i < args.size(); i++) {
                if (args.get(i).startsWith("[") && args.get(i).endsWith("]")) {
                    args.set(i, PlaceholderAPI.setPlaceholders(player, args.get(i).replaceFirst("\\[", "%").substring(0,args.get(i).length()-1)+"%"));
                }
            }
#

I check for the first and last characters, if they are both [ and ], I replace the first character ([) to % and then I remove the last one (]) and add a %

mint fable
#

%playerlist_<type>,<subtype>,<yes/no>,<output>,<subtype_value>%

#

correct?

junior musk
#

yup

#

oooh I have a new idea :D

hot nimbus
#

Hello, could i get some support with Papi?

junior musk
#

you can ¯_(ツ)_/¯

hot nimbus
#

How could I xD

junior musk
#

idk x)

#

ask a question if you have one

hot nimbus
#

Yeah sure

#

I have an error with Papi and chatcontrol

mint fable
hot nimbus
junior musk
#

🙂

#

thanks !

hot nimbus
junior musk
#

👀

hot nimbus
#

Big eyes 😄

junior musk
#

not something I can help with =/ sorry

mint fable
#
>.... [18:29:40 INFO]: java.lang.UnsupportedOperationException: PlaceholderAPI no longer provides a view of the placeholder's map!```
hot nimbus
#

Dont worry ^^

mint fable
#

I would probably say open your error.log and report it to chatcontrol

hot nimbus
#

But The error wasnt there until I updated Papi

junior musk
#

what's your PlaceholderAPI version ?

mint fable
#

it makes sense

#

because papi no longer provides a view of the placeholder's map

#

meaning it USED to do it

#

but now doesn't

hot nimbus
#

1.16 Dev #26

mint fable
#

making some big changes to ecloud stuff

#

so I'm thinking chatcontrol might have to update

#

but

#

@rancid minnow is that about right?

#

check above

hot nimbus
#

I could let you the error on the log if u want to

junior musk
mint fable
#

your wiki is my wiki

#

and if you update it make an issue

#

❤️

junior musk
#

oki

mint fable
#

because then I can start copying from your wiki

rancid minnow
#

@mint fable yes

junior musk
#

wait

mint fable
#

@hot nimbus there ya go ^

junior musk
#

it isn't my wiki

#

you forgot the Placeholder Usage section ;-;

mint fable
#

chatcontrol is gonna have to update to the new system eventually

junior musk
#

time to update my expansion again x)

#

cccjjjjjjjjj

#

time to update the wiki :D

mint fable
#

wat u do

sharp jay
#

lol

junior musk
#

Added a way to change the separator of the list format: list-<separator>

#

🙃

#

in the Output Types section:

list - Returns a list of players separated by `, ` . You can also change the separator with `list-<separator>`. Since , is used to separate the differents parts of the placeholder, use `\.` instead if you want to display a `,`.
mint fable
#

did it

#

and i made it look nice

junior musk
#

👍

#

you didn't add the \. thing for ,

mint fable
#

u didn't look

junior musk
#

ah

#

you put it here

mint fable
#

too much at the top

junior musk
#

oki ¯_(ツ)_/¯

#

btw, I think you pasted the ** wrong

mint fable
#

?

junior musk
#

there are 2 next to the List subtype description

#

and 2 before the Since , is used...

mint fable
#

ya

#

that's how you know

#

i'll make it one

#

i thought I already had one in use tho

junior musk
#

aah

mint fable
#

the * points you to the bottom of the page, where there is more information

junior musk
#

oki, just realized

#

yeah I completely forgot that thing x)

#

do you have any ideas of what I should add to the expansion ? 🤔

bright locust
#

guys

#

why does not works this one

#

%vault_eco_balance%

mint fable
#

wym not work?

#

type /papi parse me %vault_eco_balance% what does it say

bright locust
#

fixed

rugged hare
#

Hey

#

Only older versions are supporting this plugin

junior musk
#

the real question would be : Can this plugin update to support PlaceholderAPI again?

rugged hare
#

So it's actually the Koth plugin that's not up to date?

junior musk
#

yes

#

contact the author

rugged hare
#

Okey thanks 🙂

cunning ginkgo
#

why isn't work?
- "&7Nmae: &f%nick%"

trim pollen
#

”Nmae”

#

Feel free to share what part doesnt work..

arctic loom
#

Is there any possible reason that setPlaceholders(Player, String) doesn't parse placeholders?
Someone faces the issue that some placeholders aren't parsed, while the parse command does work and my plugin does nothing more than calling the setPlaceholders method...

rancid minnow
#

the parse command does nothing but call setPlaceholders

#

Can you provide code?

arctic loom
#
// Main plugin class
    public void onEnable(){
        if(manager.isPluginEnabled("PlaceholderAPI")){
            placeholderApiEnabled = true;
            sendColor("Found PlaceholderAPI! Placeholder support enabled.");
        }
    }

// Class where placeholders are parsed.
    public String parseString(Player player, String text){
        text = text.replace("%player%", player.getName())
                   .replace("%world%", player.getWorld().getName());
        
        text = plugin.isPlaceholderApiEnabled() ? PlaceholderAPI.setPlaceholders(player, text) : text;
        
        return ChatColor.translateAlternateColorCodes('&', text);
    }
#

My plugin does find PlaceholderAPI, so the boolean is true

rancid minnow
#

Can you print that to make sure?

arctic loom
#

Seems to work now when he tried it a second time

#

Strange

rancid minnow
#

:/

nimble turret
#

Hi, anyone know why it can't parse?

#

%formatter_number_time_{math_$(betonquest_default:point.pcJmzsTime.amount)$/20}%

zenith ledge
#

does anyone know what i can do to show a players money on a score board

mint fable
#

bracket placeholders are no longer a thing if you're on latest dev

#

so that expansion will have to get updated

#

@arctic loom ^

#

also use `` to surround your test so it looks like this

#

and it ignores the markdown like underscores

zenith ledge
#

does anyone know what i can do to show a players money on a score board

mint fable
#

any of those eco placeholders, test them with /papi parse me <placeholder> to see what you want

zenith ledge
#

so

#

i have %vault_eco_balance% but it does not load any data

mint fable
#

did you run the commands

zenith ledge
#

like

#

o

#

also how do i reload players name

mint fable
#

wym

zenith ledge
#

whats the /papi ecloud download to see players name on a score board

mint fable
#

you can also use displayname on page 2 if you want

zenith ledge
#

ok ty

ancient marsh
#

Is there a placeholder which lists the potion effects a player has?

turbid tide
#

there is one that returns true/flase if a player has a potion effect you name

#

you will probably have to use javascript for that

#

and you can use getActivePotionEffects()

arctic loom
#

bracket placeholders are no longer a thing if you're on latest dev
@mint fable they are? Like Sxtanna re-added support for it.

tender vaporBOT
#

@arctic loom,

Hey!

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

arctic loom
#

I responded Barry

#

%formatter_number_time_{math_$(betonquest_default:point.pcJmzsTime.amount)$/20}%
@nimble turret I think your issue is $(...)$.
Math doesn't support these placeholders and unless a plugin parses it before math will this not work.

austere hawk
#

is there any way to slove lots of placeholder request

#

like if you use placeholder for scoreboard

short flicker
#

since PlaceholderAPI.unregisterExpansion(PlaceholderExpansion) was removed in dev builds, what should be used instead?

balmy marten
#

There's some info in #announcements but i'll tag @rancid minnow and @carmine veldt for you.

arctic loom
#

How would we even use the new api?
Is it already on the repo to download through maven/gradle?
I can't be bothered to support something by directly downloading and using the jar.

high swift
#

Does anyone know how to use the [refresh] for DeluxeMenues to make it when an item is clicked/updated, the item changes?
Like an on & off
Please @ me when replied

mint fable
#

@arctic loom when was it added back

#

Earlier last night it was removed lmao

arctic loom
#

Idk. I'm not Sxtanna but I do know that he did add it back since many expansions/plugins rely on it, considering there's no other way for placeholders in placeholders.

mint fable
#

That’s good

rancid minnow
#

@short flicker There is no replacement for it yet

#

And honestly, there is very little need for it

#

expansions are automatically unregistered when a plugin is disabled

#

Most likely, PlaceholderExpansion will receive a unregister method.

heady falcon
#

We could actually do with a unregister method in the expansion class

#

(for expansions to handle themselves being unregistered)

rancid minnow
#

That does not sound particularly great

heady falcon
#

Suggest a better idea 🙄

last mesa
#

a crash

#

Is this a problem of deluxechat or a problem of placeholderapi?

rancid minnow
#

@last mesa deluxechat

#

it will need to be updated

last mesa
#

I found that the old version of placeholderapi disappeared from jenkins

rancid minnow
#

@last mesa Yes, this is true

#

If you wish to stay on stable, use the version from spigot

last mesa
#

Does the version on spigot support 1.16?

rancid minnow
#

¯_(ツ)_/¯

trim mist
#

As long as you don't use eCloud commands, yes.

#

Well, eCloud list command**

#

Due to the json packet stuff changing

last mesa
#

okey, thank you

jade flume
#

Is there anyway to use placeholder Api to get top killers on the server

#

Like for example with leaderheads

#

?

vivid sparrow
#

nice

#

@sudden slate fix smh

scenic marlin
#
      '2':
        material: TRIPWIRE_HOOK
        update: true
        hide_enchantments: true
        hide_attributes: true
        hide_effects: true
        slot: 11
        display_name: '&8&l▪ &a&lClés Commun  &8&l▪'
        lore:
        - '&7Obtenez divers items'
        - '&7dans la caisse commun'
        - '&7vous avez une de &d5% &7de ' 
        - '&7gagnez des lots'
        - ''
        - '&7Durée: &aIndisponible'
        - '&7Prix: &60 EUR'
        - ''
        - '&cVous avez &e%crazycrates_commun_physical% &cClés !'
        - ''
        - '&e&l▶ &6Obtiens-le en cliquant ici.'
        right_click_requirement:
          expression: '%playerpoints_points% >= 500'
          deny_commands:
          - '[message] &cVous n''avez pas assez de crédits ! &6store.skyfactions.fr'
        right_click_commands:
        - '[console] p take %player_name% 500'
        - '[console] cc give p Commun 1'
        left_click_requirement:
          expression: '%playerpoints_points% >= 500'
          deny_commands:
          - '[message] &cVous n''avez pas assez de crédits ! &6store.skyfactions.fr'
        enchantments:
        - DURABILITY;1
        left_click_commands:
        - '[console] p take %player_name% 500'
        - '[console] cc give p Commun 1'
        - '[sound] ENTITY_EXPERIENCE_ORB_PICKUP'

Anyone know why this doesn't give me the item?

#

I am using CrazyCrate

warped crag
#

'[console] cc give p Commun 1 %player_name%'

jade flume
#

I have papi latest version and
%statistic_player_kills%
Returns into
%statistic_player_kills%

rancid minnow
#

@jade flume is the statistic expansion loaded?

nimble sundial
#

Ohai!

#

What is the correct placeholder to use to get target the given player?

rancid minnow
#

To do.... what?

nimble sundial
#

I'm setting up an NPC to when you click on it it gives the player some items (by running a command on click)

#

But I'm not sure how exactly to target the player

rancid minnow
#

Depends on if what you're using supports placeholderapi

nimble sundial
#

Citizens

rancid minnow
#

In which case downloading the player expansion and simply inserting %player_name% where you would normally put a name should work

nimble sundial
#

Oh?

junior musk
#

I don't think it supports PAPI

#

but you can use <p> in its commands

#

or <player>

#

I think both work

rancid minnow
#

unfortunate.

nimble sundial
#

Hmm alright

#

I'll look more into it and come back if I have any further questions

#

Thank you

jade flume
#

@jade flume is the statistic expansion loaded?
@rancid minnow yes

rancid minnow
#

@jade flume It works fine for me on latest

#

¯_(ツ)_/¯

jade flume
#

%statistic_player_kills%

#

This works?

rancid minnow
jade flume
#

I mean all other extensions work

#

Idk why it's broken for me

#

:(

#

Thx btw @rancid minnow

leaden kraken
#

What mc version you on? @jade flume

jade flume
#

@leaden kraken 1.8.8

leaden kraken
#

Do /papi ecloud download Statistic 1.7.0

#

Then /papi reload

scenic marlin
#

How do you put a sound when you open a menu?

rancid minnow
#

?

balmy marten
scenic marlin
#

ok

#

and Nothing sorry englis

tranquil yoke
#

what does placeholder API do?

balmy marten
sharp jay
#

ooo

low forge
#

where can i find latest dev build for papi

balmy marten
low forge
#

ty lovely ❤️

grim knot
#

hey all if our plugin has just added placeholder support what is the process to get it listed on the wiki?

vivid sparrow
#

open an issue

grim knot
#

no drama thanks

vivid sparrow
#

what

balmy marten
#

smh gaby

grim knot
#

sorry "no drama" is an australian slang term - just means "thats easy"

balmy marten
#

Yea 😉

grim knot
#

but thanks

balmy marten
vivid sparrow
#

me no spec australian

grim knot
#

lol

balmy marten
#

Get gud

grim knot
#

no problem

vivid sparrow
#

:snag:

#

where did it go smh fc

balmy marten
#

No idea

#

Kinda sad

vivid sparrow
#

now add the emojis back

#

i dare you

grim knot
#

hey @balmy marten you know that Lax used your spigot id as the example on MOSS

#

if you type ?linking

balmy marten
#

Yeah, I know.

vivid sparrow
#

funnycute is now famous

grim knot
#

is there a link to the discussion around the removal of player hook

#

err Placholderhook

wise scaffold
#

Can I get the rotation of the player with a placeholder?

carmine veldt
#

@grim knot in a private channel sorry

#

feel free to ask any questions though

rancid minnow
#

@wise scaffold %player_direction%

grim knot
#

Broadly it seems that the api is being moved away from external supplier to ecloud is that accurate?

rancid minnow
#

No.

#

@wise scaffold it provides the direction in cardinal format

#

N, S, E, W, etc..

#

@grim knot The API is being moved away from being completely disjointed

wise scaffold
rancid minnow
#

That would be a no then.

wise scaffold
#

rip.

#

Would be nice to get that added to player

rancid minnow
#

open an issue for it

wise scaffold
#

It's called Yaw + Pitch, right?

rancid minnow
#

Correct

wise scaffold
rancid minnow
#

👌

grim knot
#

and will be the standard going forward?

rancid minnow
#
#

Also your request method checks if the player is null and returns an empty string, but very few of your placeholders even require the player

#

So maybe you would want to change that?

#

You might also want to normalized the input parameter to be lowercase before you do any processing

sand sun
#

Bois how long is 1.16 gonna take?

brisk coral
#

pinned messages

mortal remnant
#

Is it possible disable a placeholder class?
Something like PlaceholderExpansion#unregister

junior musk
#

it was but apparently there's no replacement yet

balmy marten
#

PlaceholderExpansion#unregister will be a thing if it isn't yet

#

not sure if its in the master branch yet

junior musk
balmy marten
#

PlaceholderAPI.unregister was removed

junior musk
#

it's wrote

PlaceholderAPI#unregister*

#

I think I'm just too a noob in java to understand ;-;

balmy marten
#

PlaceholderAPI.unregister > PlaceholderExpansion#unregister

junior musk
#

okii

near scroll
#

is papi Bungee every coming out?

brisk coral
#

papi3

near scroll
#

any eta

brisk coral
#

Not really no

#

In the future fingerguns_reversed

near scroll
#

seems like its been an idea for atleast 9 months

#

In the future fingerguns_reversed
much info

brisk coral
#

Very

near scroll
#

Cool

austere hawk
#

hi

#

%world_world_the_end_players% not working?

warm topaz
#

probably because the world has _s in the name

austere hawk
#

default name

#

how can i fix

warm topaz
#

can u change the name of the end world? im not sure

austere hawk
#

i think thats not possible

warm topaz
#

cc: @rare lily look into this when u can 👍

austere hawk
#

@rare lily comeee :(((

warm topaz
#

probably sleeping

#

be patient

#

hes also not very well atm

austere hawk
#

where is he from? @warm topaz

rare lily
#

I will replace the entire splitter with the regex in the next update

#

I'm still in bed

austere hawk
#

aga get up aga

#

xd

robust ibex
#

%statistic_mine_block:......% how can I check with this placeholder how many diamond ores has a player broken? 'cuz DIAMOND_ORE instead of "......." doesn't work.

rose rain
#

guys

#

SEX

#

feels awesome

robust ibex
#

Yeah, someone should mute this kid ^

junior musk
#

and kids
like you
feel sooooo annoying

rose rain
#

😦

junior musk
#

%statistic_mine_block:......% how can I check with this placeholder how many diamond ores has a player broken? 'cuz DIAMOND_ORE instead of "......." doesn't work.
what does it says when you try with DIAMOND_ORE ?

rose rain
#

Tanguygab imagine not knowin ghow to fix that

#

lmao

#

has left the chat.

robust ibex
#

Nothing. It only show the placeholder.

junior musk
#

well I sure can't help if I don't know the context ¯_(ツ)_/¯

#

has left the chat.
nah I'm still here

#

but you, idk if you'll be here any longer :D

#

Nothing. It only show the placeholder.
/papi ecloud download Statistic
/papi reload

robust ibex
#

Nope, didn't help.

junior musk
#

try /papi parse me %placeholder%

robust ibex
#

It works fine. But it doesn't in my GUI 🤷‍♂️

junior musk
#

what's your GUI plugin ?

robust ibex
#

mycommand

#

Every other placeholder works just fine

junior musk
#

does it supports PlaceholderAPI ?

#

ah

rancid minnow
#

french

junior musk
#

sorry I think in french first then english x)

rancid minnow
#

As you should

junior musk
#

||and when you help on 2 discord servers with one askig in french and the other in english you quickly get lost ;-;||

rancid minnow
#

A french discord?

junior musk
#

nah

#

but there are french and since I am I help ¯_(ツ)_/¯

#

Every other placeholder works just fine
@robust ibex are those placeholders PAPI ones ?

robust ibex
#

They are... But nvm, I contacted dev. of MyCommand because of ":" in the placeholder it breaks the text in GUI thus it doesn't work.

junior musk
#

ah

tiny tide
#

hello the placeholder "head-%player_name% doesn't Work because i don't see the player head on the gui .. I see just a player

warm topaz
#

whats ur deluxemenus version?

#

and have u ran these commands?

/papi reload```
tiny tide
#

1.13.2

#

i try your idea

#

thanks it works 🙂

warm topaz
#

👍

tiny tide
#

gg 🙂

elder moth
#

maybe a stupid question, but is there a release version for 1.16? On the spigot page it seems to suggest 1.16 is not supported and I can't seem to find any "for sure" answers to this question.

warm topaz
#

check pins for dev builds

elder moth
#

ty

warm topaz
#

np

mint fable
#

make sure to report them to whom it may concern as well

#

(before reporting make sure you have the latest version of said expansion by typing /papi ecloud download <expansion> and /papi reload)

arctic lake
#

Hello i have problem with validating this placeholder %statistic_time_played% in LeaderHeads

#

It says that is not numerical

turbid tide
#

well because it is not

#

it returns a formated time

arctic lake
#

and what can i do

turbid tide
#

you can use %statistic_seconds_played% isntead

arctic lake
#

okay thank you

#

and what is for hours

turbid tide
#

just change seconds to hours

arctic lake
#

thank you

#

andi have one more question i am using cmi

#

but i don't know what placeholder to use to validate in LeaderHeads for Baltop

#

Can you help me?

turbid tide
#

is cmi hooking into vault?

#

do /vault-info and see if it says that the main economy is cmi

arctic lake
#

yes

#

it is hooking

turbid tide
#

then use %vault_eco_balance_fixed%

arctic lake
#

thank you

turbid tide
#

no problem

foggy crown
#

Hi. I'm new here. The console is not reading my javascript placeholders. However, when a player type the command, it works perfectly fine. How to fix this issue? Or I don't know if this is an issue or just my mistake.

mint fable
#

The console is not reading my javascript placeholders How are you using it?

foggy crown
#

The console is not reading my javascript placeholders How are you using it?
@mint fable I'm converting %server_tps_5% into %javascript_tps5% to round it off into 2 decimal points. Because the raw tps 5 is really long.

mint fable
#

how are you using it in console

#

when you say the console is not reading

foggy crown
#

I created a command to send out tps details to our discord.

#

So when I type the command ingame, the javascript placeholder will show on discord.

mint fable
#

Where did you create the command?

foggy crown
#

But when I type it on console, it's not showing

#

Through MyCommand plugin

mint fable
#

can you send that command config over?

foggy crown
#

What config?

rancid minnow
#

lol

foggy crown
#

For what Plugin I mean.

mint fable
#

the one for your command

#

the one you made

#

that isn't working in console

#

but works in game

foggy crown
#

Let me send it to you privately

mint fable
#

I don't really deal in DMs, if you do care to send privately you can send it to the Barry bot and I can have somebody retrieve it, but it will take longer.

#

also send it in a paste please

#

=paste

tender vaporBOT
#
HelpChat Paste

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

foggy crown
#

=paste

tender vaporBOT
#
HelpChat Paste

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

austere hawk
#

?paste

tender vaporBOT
#
FAQ Answer:

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

mint fable
#

I can retrieve it right away if you send it to the bot

foggy crown
#

| %server_tps_1% | %javascript_tps5% | %javascript_tps15% |

#

that is the updated one

#

Here's the original one: | %server_tps_1% | %server_tps_5% | %server_tps_15% |

mint fable
#

what is that

#

very confused

#

you can send the entire config to barry

foggy crown
#

the config is actually long

#

hold on

mint fable
#

that's what the paste site is for

foggy crown
#
  • '/discord bcast #tpschecker TPS Check Info ✅ | %server_tps_1% | %javascript_tps5% | %javascript_tps15% |
#

this is the command to send the details into the discord

rancid minnow
#

dude

#

=paste

tender vaporBOT
#
HelpChat Paste

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

rancid minnow
#

send the config

#

in a paste

#

PLEASE

#

@balmy marten that is disturbing

tender vaporBOT
#

@rancid minnow,

Hey!

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

rancid minnow
#

shut up you

foggy crown
#

You mean the config of the plugin that I'm using to create commands?

#

Or the config of placeholder plugin?

mint fable
#

the one for your command
the one you made
that isn't working in console
but works in game

foggy crown
#

Because the command that I created doesn't really connect on the concern that I have because this is just a custom command to make the command shorter.

rancid minnow
#

👏

mint fable
#

do you know what plugin parses the placeholder?

foggy crown
#

I created a command : /lmtps to convert this command: /discord bcast #tpschecker TPS Check Info ✅ | %server_tps_1% | %javascript_tps5% | %javascript_tps15% |

#

that's what the command that I created do.

mint fable
#

the plugin that parses the placeholder is mycommand

#

that's why I want to see that config

#

and once I got that, I was then going to also ask for the javascript placeholder file if need be

#

but if you want to keep them all to yourself that's fine

#

as I said, you can send them privately to Barry and I can retrieve them.

foggy crown
#

=paste

tender vaporBOT
#
HelpChat Paste

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

foggy crown
#

That is just a simple command that I created.

mint fable
#

and now can I see the js placeholder

foggy crown
#

Heres the tps5.js:
function tps5() {
return Math.round(parseFloat('%server_tps_5%') * 100) / 100;
}
tps5();

mint fable
#

?codeblocks

tender vaporBOT
#
FAQ Answer:

Use codeblocks for formatting code or configuration files:
```<language name>
<your code here>
```

For example:
```yaml
test:

  • “hi”
  • “there”
    ```

Produces:

test:
- “hi”
- “there”```
mint fable
#

btw^

foggy crown
#
function tps5() {
    return Math.round(parseFloat('%server_tps_5%') * 100) / 100;
}
tps5();
mint fable
#

so you'll have to somehow fake a player

#

because console doesn't really parse placeholders

#

as there's no player for it to parse for

#

what I can recommend is parseother

#

try using that like %parseother_{any_username}_{javascript_tps5}%

#

it might work

foggy crown
#

Thank you so much. I'm just confused awhile ago. Thank you. I really appreciate it 🙂

grand blade
#

Would someone be kind enough to update the Thirst expansion? I posted a request in Thirst issues, but the expansion author is listed as clip, so maybe here is better?

vivid sparrow
#

Whats that?

grand blade
#

Thirst expansion, sorry.

final shadow
#

I don’t even think I have that one on GitHub

mint fable
#

prob not

final shadow
#

I just got to work but when I get home I’ll publish it to a repo and update it

#

Unless someone wants to decompile it and post it now

#

It’s only 1 placeholder

mint fable
#

ye

#

i gots ye

grand blade
#

thanks guys

#

There's no hurry, so long as it's on a to-do list.

mint fable
#

damnit it happened again

final shadow
#

What did u do lol

mint fable
#

i always make the repo, and then the project is inside it

#

so on github it shows the main folder name instead of the src right away

#

rip

#

@grand blade

vivid sparrow
#

Why does it throw an exception?

mint fable
#

bs

#

i did nuthing

grand blade
#

I don't see it on ecloud. Am I missing something?

mint fable
#

i just sent it right there

#

i can't update the ecloud

rancid minnow
#

Oh please God change it to use onRequest

mint fable
#

ahhhhhhhhhhhhhhhhh

#

ok

vivid sparrow
#

Damn it cj ..

mint fable
#

look man just remove it

rancid minnow
#

?

vivid sparrow
#

Jk lol xd

mint fable
#

i'm all for breaking everything

rancid minnow
#

Everything that's going to be removed says so

mint fable
#

checkthirst needs player

#

is that being removed?

rancid minnow
#

So check if they're online

#

Player extends offlineplayer

#

And yes, the longer online player method is going to be removed

#

There's no reason for it to exist

mint fable
#

that's what I thought

#

where is it marked btw?

#

in the src?

balmy marten
#

Gave you access to thirst @mint fable

mint fable
#

wot it was there?

#

oh

#

ic

mint fable
#

icic

rancid minnow
#

The entire hook class is being removed as well

mint fable
#

so what were you talking about extending earlier?

#

because idk how that mattered

rancid minnow
#

You said checkthirst requires Player

#

I said Player extends Offlineplayer

#

90% of the time, that Offlineplayer is going to actually be a Player

mint fable
#

most likely

#

i gots it

#

ez

#

don't look at the unnecessary code i'm high

rancid minnow
#

If it's anything other than perfect

#

I'll stab you

mint fable
#

welp

#

fuck wait my nitro

rancid minnow
#

"p"

mint fable
#

wait i have to buy server boost?

rancid minnow
#

You deeply disappoint me.

mint fable
#

i'm still boosting

#

where is my gif

#

what

rancid minnow
#

🔪

mint fable
#

my emotes

#

did cube remove my emotes

#

😮

#

waow

#

@balmy marten 😠

balmy marten
#

no?

mint fable
#

i can use them in my discord

#

ohh it's this channel rip

rancid minnow
#

Bad server setup

mint fable
#

what i was trying to do

rancid minnow
#

Big embarrassing

balmy marten
#

Enabled external emotes for boosters Guns7

rancid minnow
#

LMAO

mint fable
rancid minnow
#

All of that

mint fable
#

why do all the gifs do that

rancid minnow
#

For this meme

mint fable
#

wtf

rancid minnow
#

Do what?

mint fable
#

they go insane

rancid minnow
#

??

mint fable
#

headache inducing did you not see it

#

same with the morgan freeman one earlier

rancid minnow
#

Is it not supposed to be like that??

mint fable
#

i dislike it

#

i just wanted my shrug

rancid minnow
#

I dislike you.

mint fable
rancid minnow
#

😎

#

No fix the variable name dammit

mint fable
#

oh ya i was gonna

#

why would i make 3 versions within 15 minutes tho

#

i'll wait like 2 weeks

#

then fix it

rancid minnow
#

Snapshots

#

This is why we invented snapshots

mint fable
#

you're a snapshot

rancid minnow
#

Thank you.

mint fable
#

||it means you're not good enough for release||

rancid minnow
#

Not good enough for release.....

#

🤬

mint fable
#

ah i give up

final shadow
#

I’ll fix it up after work lol

mint fable
#

wot

final shadow
#

Oh u got it nvm

mint fable
#

😂 ye

rancid minnow
#

@mint fable thank you.

#

🙂

grand blade
#

Thanks. How long before it appears on ecloud info?

balmy marten
#

~2 hours

grand blade
#

thanks.

#

Confirmed Expansion-Thirst 1.2.1 works as it should. Thanks CJ.

mint fable
#

👍

final shadow
#

Who was asking about if the papi builds were on a maven repo?

#

@arctic loom you can use the Jenkins repo

rancid minnow
#

Leeroy

final shadow
#

Jenkins

rancid minnow
#

👌

arctic loom
#

@arctic loom you can use the Jenkins repo
@final shadow how?
What are the cridentials?

tender vaporBOT
#

@arctic loom,

Hey!

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

arctic loom
#

Shhhhhh.... I was responding Barry

final shadow
#

Hold on tho I have to add a post build step to publish the jar to maven

#

Weird I can’t trigger a build from my phone

arctic loom
minor hamlet
#

guys what is the placeholder for date?

turbid tide
#

server_time

minor hamlet
#

@turbid tide doesn't work

turbid tide
#

how did you use it?

minor hamlet
#

{server_time}

turbid tide
#

ugh where are you trying to use it?

#

also you didn't specify a format

austere hawk
#

pls help

tender vaporBOT
#

@austere hawk,

Possible Solution Found:

This error occurs when there is a mismatch in versions between the expansion and luckperms itself,
Make sure you have the very latest LuckPerms and the latest LuckPerms Expansion
Once installed restart your server.

austere hawk
#

...

minor hamlet
#
  • '&b&lDate: &f{server_time}'
#

thats what i used

#

in featherboard

#

config

austere hawk
tender vaporBOT
#

@austere hawk,

Possible Solution Found:

This error occurs when there is a mismatch in versions between the expansion and luckperms itself,
Make sure you have the very latest LuckPerms and the latest LuckPerms Expansion
Once installed restart your server.

austere hawk
#

well not really install

#

it happends on the reload

turbid tide
#

have you tried downloading latest version of both the thing the bot talked about?

#

@minor hamlet it is {placeholderapi_server_time_dd.MM.yyyy}

austere hawk
#

yes of couse

#

but when i try reload the plguin that error

#

nothing to do with luckperms

minor hamlet
#

@turbid tide thanks it works now

brisk coral
#

Krazykev, it has to do with the luckperms expansion, make sure you're using the correct one.

austere hawk
#

oh ok

austere hawk
#
> [07:28:53] [Craft Scheduler Thread - 182/WARN]: [PlaceholderAPI] Plugin PlaceholderAPI v2.10.6 generated an exception while executing task 296
java.lang.NoClassDefFoundError: me/realized/tm/api/TMAPI
at com.extendedclip.papi.expansion.tokenmanager.TokenManagerExpansion$1.run(TokenManagerExpansion.java:91) ~[?:?]
at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81) ~[server.jar:git-Spigot-9de398a-9c887d4]
at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) [server.jar:git-Spigot-9de398a-9c887d4]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_242]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_242]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
``` What's causing this?
balmy marten
#

tokenmanager expansion not finding tokenmanager api

#

Yeah so looks like the expansion is no longer needed

#

It's built in now

#

So just delete the expansion from /plugins/PlaceholderAPI/expansions/

austere hawk
#

any1 know how to like add the rank of the person on the scoreboard?

#

with luckperms

brisk coral
#

%vault_rank%

austere hawk
#

ok

#

it no work

#

@brisk coral

warm topaz
#

did u run the commands as the bot says?

austere hawk
#

just says Rank:%vault_rank%

#

yes

warm topaz
#

and what scoreboard plugin?

austere hawk
#

qucikboard

warm topaz
#

do /papi parse me %vault_rank%

austere hawk
#

ok

#

it just says %vault_rank% in chazt

#

*chat

warm topaz
#

do u have vault plugin installed?

austere hawk
#

yes

warm topaz
#

were there any errors in console when /papi reload

austere hawk
#

yes

warm topaz
#

?paste

tender vaporBOT
#
FAQ Answer:

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

austere hawk
#

k

tender vaporBOT
#

@austere hawk,

Possible Solution Found:

This error occurs when there is a mismatch in versions between the expansion and luckperms itself,
Make sure you have the very latest LuckPerms and the latest LuckPerms Expansion
Once installed restart your server.

austere hawk
#

...

warm topaz
#

do as the bot says 🙂

austere hawk
#

i have tho

#

i have:

Expansion-Bungee.jar
Expansion-LuckPerms.jar
Expansion-Player.jar
Expansion-Vault.jar
#

but maybe its that im using luckperms bungee

#

cuz its a bungeecords erver

#

*server

junior musk
#

use it on Spigot too

austere hawk
#

ok

junior musk
#

and sync both with MySQL

#

or another remote database type supported by LP

austere hawk
#

any 1s u suggest?

#

or just use per server

junior musk
austere hawk
#

Thanks funnycube

austere hawk
#

ok

south stratus
#

the extension of mcmmo is not working very well, I am trying to use "% mcmmo_level_Axes%" and it does not work but others work, can you tell me if I am doing something wrong or removed this placeholder?

trim mist
#

We do not maintain the mcmmo expansion. Mcmmo does, might want to try asking in their discord.

south stratus
#

ok, sorry

sour flower
#

How is the update coming along with PAPI? Cuz I'm having issues on 1.16.1 that just started happening D:

brisk coral
#

Would help if you explained the issue..

sour flower
#

I'm asking about an update.

#

28.07 14:14:31 [Server] ForkJoinPool.commonPool-worker-9/INFO Fetching available expansion information...

rancid minnow
#

=paste

tender vaporBOT
#
HelpChat Paste

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

rancid minnow
#

provide the entire stacktrace please

sour flower
#

But they're both at the most recent update.

final shadow
#

use that build

sour flower
#

I already am.

onyx laurel
#

Hello, my server admin is looking to implement an algorithm but it unsure of two placeholders he can use to make it work.

%mcmmo_total_power% ÷ %stats_hours_played% = :output :output × 0.10 = %mcmmo_mining_level% aka output2 run command: /addlevels <player> Mining output2

Is there a placeholder we can use for output and output2?

turbid tide
#

javascript probably

#

or the math one

onyx laurel
#

Do you think one is better over the other?

turbid tide
#

well with the math expansion you can just add subtract etc. so just simple math. but javascript allows you to do a lot more

#

like use player and server methods to get information etc,

onyx laurel
#

Perfect. We'll give it a test. Thank you

quasi peak
#

i got a question about voteparty plugin. what is the api for it to show how many votes untill voteparty?

turbid tide
#

api/

#

?

#

there are placeholders for that

#

dk about api

quasi peak
#

whats the placeholder*

turbid tide
#

check the wiki

quasi peak
#

link?

turbid tide
#

=wiki voteparty

tender vaporBOT
#
Wiki Result:

VoteParty - HelpChat Wiki
VoteParty was designed to allow you to reward all online players with
customizable rewards when your servers gets to a certain number of votes using
VoteParty ...

onyx laurel
#

Hello, my server admin is looking to implement an algorithm but it unsure of two placeholders he can use to make it work.

%mcmmo_total_power% ÷ %stats_hours_played% = :output :output × 0.10 = %mcmmo_mining_level% aka output2 run command: /addlevels <player> Mining output2

Is there a placeholder we can use for output and output2?
As a follow up, how do I define output and output2 so they can work with %javascript_<your placeholder identifier>%

turbid tide
#

before I say anything else where are you trying to use that command?

#

because if you want to do it in chat you won't be able to use placeholders

#

since the chat doesn't parse placeholders

onyx laurel
#

The console will be running the command.

turbid tide
#

but from a plugin?

#

or directly from console?

onyx laurel
#

Directly from the console.

turbid tide
#

yeah that won't work then

#

you can't rly use placeholders from chat or console

#

since they need to be parsed

onyx laurel
#

Oh ok. Do you have any recommendations on how to approach this then? (Hope thats ok to ask)

turbid tide
#

yeah its ok to ask but nothing comes to mind rn.

onyx laurel
#

Np! I appreciate your help.

quasi peak
#

it doesnt work for me on my scoreboard. do you know how to possibly fix this?

austere hawk
#

i use essentialschat xd

#

how can i solve

quasi peak
#

thats my problem

#

how to fix?

austere hawk
#

ilk ben gardaş

turbid tide
#

ugh @austere hawk what plugin is that?

#

the clans one

turbid tide
#

@austere hawk what does /papi parse me %clans_name% return?

austere hawk
#

@turbid tide

turbid tide
#

ok then instal ChatInjector

#

its a plugins that allows placeholders from PAPI to be parsed in essentials

#

chat

austere hawk
#

There is an error in the chat injector plugin

#

players can write in chat in color even though they don't have authority

turbid tide
#

hmm then idk how else you could use that placeholder in essentials chat

#

maybe get a free chat plugin that allows placeholders

#

EzChat is one of the best I've seen so far (free but never used it just from what I saw on their spigot page)

#

they even have tooltips

mint fable
#

waow nice gradient @rancid minnow

#

so much better than @heady falcon 's gradient that isn't there

rancid minnow
#

??

mint fable
#

wym ??

trim mist
#

I don't get it. The name is all 1 color

rancid minnow
#

random @

mint fable
#

psshh i just got home

#

@trim mist i have questions

#

i dunno if u know answers

trim mist
#

Hmm

mint fable
#

just purge all these messages or something and ignore me

austere hawk
#

@turbid tide :D?

tender vaporBOT
#

@austere hawk,

Hey!

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

austere hawk
#

sorry

mint fable
#

nice

rancid minnow
#

And now its time to solve thousands of people's issues...

mint fable
#

1.16 support?

rancid minnow
#

smile.

mint fable
#

(on spigot)

#

@final shadow

trim mist
#

You sure you're ready for it, Sxtanna?

mint fable
#

imma give 1 star

#

omg it says Terrible

#

😮

rancid minnow
#

@trim mist nope

#

I'm muting this discord

mint fable
#

yikes spigot

rancid minnow
#

And putting myself on invisible

#

I take 0 responsibility.

mint fable
#

it's okay I'll point them in the right direction

#

to you

rancid minnow
#

I will stab your ass

mint fable
rancid minnow
#

?

mint fable
#

⬆️ the arrows point to you

#

ez pz

trim mist
#

He needs to update the supported MC versions

rancid minnow
#

What arrows?

mint fable
#

😉

rancid minnow
#

@trim mist He's trying to...

#

Spigot is broken

trim mist
#

Because of the update? KEKW

mint fable
#

papi broke spigot confirmed

trim mist
#

Wouldn't be surprised

#

Got a new picture for the commands on the main page too?

mint fable
#

ooh

#

30k servers, how many gonna break?

trim mist
#

10

#

Maybe 20

mint fable
#

i feel a couple hundred

#

custom shit

#

56% on latest tho

#

so 17k

heady falcon
#

so much better than @heady falcon 's gradient that isn't there
@mint fable

tender vaporBOT
#

@heady falcon,

Hey!

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

heady falcon
#

Not sure if sarcasm 🤔

final shadow
#

sorry bro we can not edit the page at this time so no new picture

heady falcon
#

I talked to him about PRing

mint fable
#

i thought you were gonna post update soon

trim mist
#

The update was already pushed

mint fable
#

for?

trim mist
#

Papi

mint fable
#

no the gradient

trim mist
#

O

heady falcon
#

soon

mint fable
#

™️

heady falcon
#

2-60 business days

mint fable
#

we need the better one

#

animated one

#

😉

heady falcon
#

wave

#

that was a PAIN to make

warm topaz
#

niall inc seems to need more workers for a higher production rate

mint fable
#

but wave gradient

heady falcon
#

yes wave gradient is nice

#

nice visually

mint fable
#

yes

#

and definitely super easy to code

heady falcon
#

not too hard

#

but its a bit of a code mess

mint fable
#

ya

#

but that's all good, 2-60 business days might be enough time

tardy trellis
#

Were the hover events supposed to be removed when hovering over an expansions in the list?

trim mist
#

@rancid minnow

rancid minnow
#

?

#

They definitely were not removed

tardy trellis
#

Unless something else I'm using is affecting it, but it worked with 2.10.6

rancid minnow
#

do /papi dump

#

and send that here

#

@tardy trellis

tardy trellis
rancid minnow
#

wait

#

Are you talking about /papi list or /papi ecloud list installed

#

?

tardy trellis
#

2nd one

rancid minnow
#

Yeah no, that works perfectly fine

#

What version is your client?

tardy trellis
#

1.12.2

rancid minnow
#

.....

tardy trellis
#

What?

mint fable
#

oh fu||ck||n

rancid minnow
#

lol

chilly pawn
#

i tried using %pvptitles_rank% from the pvptitles plugin on my scoreboard but it doesnt seem to work. Does any one know why may that be?

mint fable
#

Did you just update to 2.10.7?

chilly pawn
#

not yet

wet basinBOT
#

@mint fable Unknown expansion.

mint fable
#

send your startup log

#

?startuplog

tender vaporBOT
#
FAQ Answer:

Startup Log Location
Your latest startup log can be found in the logs folder of your
server directory, labeled as latest.log.
Please copy the contents and paste them to a paste service.
Type ?paste for more information.

chilly pawn
tender vaporBOT
#
📋 Paste Converted!
https://paste.helpch.at/itecowuton

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

mint fable
#

well

rancid minnow
#

expansions do not go in your plugins folder

mint fable
#

to start off, you're on 1.16.1 and using outdated plugins

#

so pvptitles throws an error

#

same for probably most of the other errors you get

#

expansions go in your /plugins/placeholderapi/expansions/ folder

#

you really should update a lot of your plugins

#

or find replacements for them

chilly pawn
#

will do, ill look to see what plugin needs be updated or replace and see from there👍

winter turret
#

Does anyone know any placeholder that returns the player's offline time?

trim mist
#

I don't think it's possible to calculate how long they've been offline

#

Cause that could be years

strong urchin
#

SuperVanish placeholder "supervanish_playercount% is not loading after I uploaded the new version of placeholderapi

rancid minnow
#

You need to bring this up to the maintainers of supervanish

#

There is a PR for this, however even the PR still has outdated method calls

#

lol...

#

And still managed to fuck it up

#

What a world we live in

trim mist
#

I'll also add that we started a warning that is very clearly seen around 16 months ago, and they chose to ignore it for that long.

austere hawk
#

When I do /papi parse me %javascript_example% (tbh with all placeholders) it showss
failed to find player: me

rancid minnow
#

@austere hawk /papi dump

austere hawk
#

not a command

rancid minnow
#

You should update then.

austere hawk
#

latest is 2.10.7 right ?

rancid minnow
#

Correct.

austere hawk
#

interally error

rancid minnow
#

un que?

austere hawk
#

=paste

tender vaporBOT
#
HelpChat Paste

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

austere hawk
rancid minnow
#

now THATS fucking funny

#

I'll see if I can get a patch out on that

#

Use bcparse in the meantime

#

@austere hawk On a completely unrelated note. 1.9.4...

#

really...

austere hawk
#

?

rancid minnow
#

Update dude

#

We're on 1.16 now

austere hawk
#

tbh not all

winter turret
#

Thanks Glare

rancid minnow
#

not all?

balmy marten
#

1.9.4 seems like a weird version to be on

austere hawk
#

well I was testing .js expansion and I had 1.9.4 downloaded in my mc launcher so I used a 1.9.4 server

balmy marten
#

ic

austere hawk
#

and cause my net is bad I didn't want to download other mc versions

balmy marten
#

fair nuff

rancid minnow
#

not really

#

paperclip

balmy marten
#

📎

rancid minnow
#

I hate you.

final shadow
#

What

hoary lintel
#

Hey here; I recently updated to the new release of PAPI (2.10.7) and downloaded the expansion for Server, previously in a 1.15 world I was using the placeholder %server_uptime% and in the current expansion it seems that was either removed or mistaken with %server_up%%

rancid minnow
#

uh oh

hoary lintel
#

%server_up%% returns nothing, so I suspect it was supposed to be the actual %server_uptime%

#

👁️ maybe on accident someone replaced time with %

#
  1. On https://api.extendedclip.com/expansions/server/ it also mentions the non-working %server_up%%, in the placeholder wiki page it's refers to the previously working %server_uptime%, not sure when the issue / change actually happened, but I was using the placeholder between April* and start of June of this year o3o
rancid minnow
#

Its in game because its on the website

#

You're having an issue because for some reason that placeholder expansion is relying on a value that it used to be able to pull directly from papi

#

Its been removed, so it no longer works.

hoary lintel
#

:c %server_uptime% has been removed?

rancid minnow
#

That's.... no...

#

That's not what I said

rocky nacelle
#

Hello, I installed the latest version of PlacerholderAPI plugin from SpigotMC and placeholders for plugin GriefPrevention don't work. I used /papi ecloud download Griefprevention and reloaded the plugin "/papi reload" and they still won't work. I'm using Vault, Player and Gangs+ expansions and they do work except for GriefPrevention. I use "%griefprevention_remainingclaims_formatted%". Please help! And sorry for interrupting.

hoary lintel
rancid minnow
#

@rocky nacelle You're going to have to bring that up with whoever is the maintainer of that expansion

rocky nacelle
#

Oh alright. Thank you.

rancid minnow
#

@hoary lintel

expansion is relying on a value that it used to be able to pull directly from papi
Its been removed, so it no longer works.

#

You will have to wait for the expansion to be updated.