#placeholder-api

1 messages · Page 65 of 1

azure thorn
#

why dont you try using older versions though?

quaint osprey
#

Because the Jobs Placeholders aren't working for me 😦

azure thorn
#

/papi ecloud download jobs

#

/papi reload

quaint osprey
#

Ok, I'll try it

#

If I type /papi ecloud download jobs and then /papi reload, there comes internal error

brisk coral
#

=paste

tender vaporBOT
#
HelpChat Paste

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

azure thorn
#

that's extremely weird

brisk coral
#

Put the error inside that

azure thorn
#

i actually need help with this map thing

quaint osprey
#

I use the version 1.10.1 but the jobs placeholders doesnt work

#

there is empty space

azure thorn
#

what is more weirder than a scoreboard telling you to download clips placeholderapi but you already have it

brisk coral
#

Ignore the fact that it's telling you that, does it work?

azure thorn
#

nope

brisk coral
#

Is it outputting an error?

azure thorn
#

nope

#

just silently saying for me to install clips placeholderapi

potent bough
#

Hi uuuhm

#

I am new here

#

(for the plugin Deluxe menu)

#

And I have a question

#

Is it possible to change block's in a menu with a command block

#

( I Need it for my themepark)

lime garnet
#

I don't know if this is the right channel But i need help with deluxe tags. my issue is: i have created my tag but if i have Deluxe Chat set to false i can not see the title. or description or the tag But if i put Deluxe Chat to true i can see the title and description but i can not see the tag it just says this were the tag is meant to be {deluxetags_tag} .

config of deluxe tags: https://pastebin.com/vZgA0KA0

balmy marten
#

Command block can't directly edit a menu, but technically it could give a player a permission to see a certain item in the menu.

#

=faq tagess

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
balmy marten
#

@lime garnet Next time #clips-plugins would be a better spot to ask. 😉, but see above for answer.

lime garnet
#

Ok just joined the discord server

tough dock
#

Hello, is it possible to make death top? Like:

  1. %statistic_deaths_1%  #- the first Place
  2. %statistic_deaths_2%  #-the second place
  3. %statistic_deaths_3%  #-the third place
brisk coral
#

why would you need death top thonking1

tough dock
#

I need a death top and a killer top to my survival server

vivid sparrow
#

LeaderHeads

brisk coral
#

I think hd placeholders exist for top kills

rotund pendant
#

I've made a scoreboard plugin, but I'm wondering how do I use PlaceHolders from PlaceHolderAPI.

#

how do i use them?

brisk coral
#

it's explained on papi github how to use it in your own plugin

rotund pendant
#

Thanks.

dim venture
#

I'm having a problem at this placeholder: "%vault_eco_top_balance _ 1%"
It does not return the TOP money.
can you help me?

bronze bison
#

what does it return ?

dim venture
#

It does nothing, and "%vault_eco_balance%" is working but "%vault_eco_top_balance_fixed _#%" does not ...

bronze bison
#

u have the latest version of the expansion right ?

dim venture
#

yes

bronze bison
#

are u sure?

dim venture
#

Thank you very much for the support, I updated it here and it worked.

bronze bison
#

Great! 😁

#

glad it did

dim venture
#

😁

#

Could you please let me know if this javascript is right?

#

topmoney:
expression: '"%vault_eco_top_player_1%" == "%player_name%"'
type: 'boolean'
true_result: '&bTOP MONEY 01'
false_result: '&eEMPTY'

#

@bronze bison

bronze bison
#

its not, thats in the old version

dim venture
#

Is there any way to do this?

bronze bison
#

u can replace that?

dim venture
#

I did not understand

bronze bison
#

what do u want to do?

#

u can use TOP MONEY %vault_eco_top_rank% ?

dim venture
#

I want to create a new Placeholder to return the Money TOP

#

Like, I want to make Money TOP receive a TAG in the chat.

#

Example: [Money TOP 01] Weark: msg

#

I want to create a new placeholder when a player is the one of the money top he receive a especial tag on the chat

bronze bison
#

ah ok

function top() {
  if ("%vault_eco_top_player_1%" === "%player_name%") {
    return "&bTOP MONEY 01";
  }
  return "&eEMPTY";
}
top();
dim venture
#

Where do I put this?

bronze bison
dim venture
latent island
#

Anyone know how I can create a JS placeholder so if %ezrankspro_nextrankup% equals nothing (last rankup), it returns /prestige

dim venture
#

I did it, thank you very much for the support.

latent island
#

what I have currently

function balance() {
    var money = "%ezrankspro_nextrankup%";

    if (money === " ") { return "&1/prestige"; }
    else { return money; }
}
balance();
upper sand
#

change that if statement to be

#
return money === " " ? "&1/prestige" : money;

should work

dim venture
#

I'm trying to use the "Statistic" extension but it's only given error, see the print: http://prntscr.com/ntr0nb
Would you help me?

#

@bronze bison

tender vaporBOT
#

@dim venture

Hey,

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

vivid sparrow
#

@dim venture mc version?

dim venture
#

1.8.9

#

@vivid sparrow

vivid sparrow
#

/papi ecloud download statistic 1.7.0

dim venture
#

Thank you very much for the support, it worked perfectly.

vivid sparrow
#

:)

vestal shell
#

Hi, statistic is not working.

Error:

[02:32:38 ERROR]: [PlaceholderAPI] org.bukkit.Material.isItem()Z```
#

Seems it was just updated with a typo or smth.- Version: Paper 1.11.2

mint fable
#

Look directly above I think @vestal shell

vestal shell
#

Oh

#

Thanks :p

#

Is it going to be multiversion some day?

mint fable
#

Probably not, but in PAPI 3.0 we expect to have some sort of "this expansion version is for this minecraft version"

vestal shell
#

or maybe detecting the server version

#

and download the latest for that version

mint fable
#

It's not a thing yet

vestal shell
#

With chars you can detect multiple versions without hesitation

mint fable
#

Soon™

vestal shell
#

okay, thanks :)

long cipher
#

Small question, is it allowed to create a placeholder expansion and upload it even tho the plugin you make it for is not yours?

balmy marten
#

Yup

long cipher
#

thnx

short flicker
#

Found an error

        at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
        at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
        at java.util.AbstractCollection.toArray(AbstractCollection.java:141)
        at java.util.ArrayList.<init>(ArrayList.java:178)
        at com.google.common.collect.Lists.newArrayList(Lists.java:149)
        at net.minecraft.server.v1_13_R2.Scoreboard.getPlayers(SourceFile:115)
        at org.bukkit.craftbukkit.v1_13_R2.scoreboard.CraftScore.getScore(CraftScore.java:44)
        at com.extendedclip.papi.expansion.scoreboard.ObjectivesExpansion.onPlaceholderRequest(ObjectivesExpansion.java:65)
        at me.clip.placeholderapi.PlaceholderHook.onRequest(PlaceholderHook.java:38)
        at me.clip.placeholderapi.PlaceholderAPI.setPlaceholders(PlaceholderAPI.java:237)
        at me.clip.placeholderapi.PlaceholderAPI.setPlaceholders(PlaceholderAPI.java:377)```
bronze bison
#

send the whole error please

#

=paste

tender vaporBOT
#
HelpChat Paste

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

short flicker
azure thorn
#

what are the placeholders for essentials balance and deluxechat rank prefix?

vivid sparrow
bronze bison
#

essentials balance %vault_eco_balance%
%vault_rankprefix%
and check the wiki ^

vivid sparrow
#

vault and vault (or luckpers if you are using it)

azure thorn
#

aboodyy

#

does the vaultrankprefix thing work even if i dont use vault prefix thingy in my config?

bronze bison
#

wdym?

#

whats ur permission plugin?

azure thorn
#

groupmanager

#

and formatter is deluxechat

bronze bison
#

sorry but ew

#

why dont u change it?

#

use LuckPerms, anyways vault works with gm

#

so the prefix u set in gm it will be displayed in that placeholder

azure thorn
#

wait wait wait

#

one more question

#

at the prefix thingy in the deluxechat config what do i put there?

bronze bison
#

u can parse the placeholders and see its value with the parse command /papi parse me %ThePlaceholderHere%

#

u can put whatever u want

azure thorn
#

and it will still work?

bronze bison
#

placeholders/text anything

#

yes

azure thorn
#

okay thanks bye

bronze bison
#

it says prefix, doesnt mean it has to be a prefix

#

np, gl 😄

azure thorn
#

what is the placeholder for the player counter

#

i cant find it in the github

vivid sparrow
#

yes, you can.

#

%server_online%

azure thorn
#

oh

#

i found that but i was suspicious

#

ok bye

vivid sparrow
#

😉

final shadow
#

Lol bye

orchid shuttle
#

Hey"

#

!

vivid sparrow
#

Hey

orchid shuttle
#

Anyway to check if placeholder api is connecting to deluxe menus?

#

as it doesn;t seem to be

vivid sparrow
#

You need to download the expansion.

#

Fe

orchid shuttle
#

is that the correct one^?

vivid sparrow
#

depends what placeholders you are using, but this is the process you have to follow to get the placeholders of the math expansion to work.

#

the expansion name is the first word after the %, on this case math

#

so the command will be /papi ecloud download [name] then /papi reload

orchid shuttle
#

i'm using like permission ones

#

i can't show u a photo as i can;t paste it in this channel

#

OHH

#

%javascript_team%

#

so

#

/papi ecloud download javascript?

#

nvm i already have that downloaded and still doesn;'t work

bronze bison
short flicker
#

I just wanted to ask, is this still the correct way to hook into placeholderapi ?
joinText = PlaceholderAPI.setPlaceholders(event.getPlayer(), joinText);

bronze bison
#

yea

upper python
#

can you not register multiple PlaceholderExapansions per plugin?

bronze bison
#

wdym?

upper python
#

if(Bukkit.getPluginManager().isPluginEnabled("PlaceholderAPI")){ new VotesPlaceholder(this).register(); new SkyBlockPlaceholder().register(); }

#

So this is how I register my placeholderexpansions inside of onEnable().

#

PlaceholderAPI only registers the first one and ignores the second. I've switched the order around and both of the placeholders work but they both dont work at the same time

final shadow
#

add a return to each and print out the Boolean

#

Do you have any expansions that have the same identifier

#

That is the only way it wouldn’t register is if the identifier has already been registered

upper python
#

omg I'm an idiot

#

same identifier, can't believe I didn't catch that, thank you

final shadow
#

Maybe I should log the reason it doesn’t register

#

Thank you

upper python
#

That'd be awesome

latent island
#

Anyone good with JS placeholders?

vivid sparrow
#

Depends

latent island
#

I'm trying to get it so for EZRanksPro when you are the last Rank, instead of displaying nothing it will display something like &1/prestige.

#

I tried using

function balance() {
    var money = "%ezrankspro_nextrankup%";

return money === " " ? "&1/prestige" : money;

}
balance();

Did not work for me.

vivid sparrow
#

It doesnt work at all or?

latent island
#

It displays %ezrankspro_nextrankup% again

#

When the player is on the last rank, it displays nothing, I thought that would work.

vivid sparrow
#

Ah

#

I head offline, sorry.

latent island
#

Okay :/

timid current
#

I'm trying to use Deluxetags and it shows {deluxetags_tag} in chat rather than the actual tag, anyone can help?

austere hawk
#

i have problem with Papi .. the placeholder {DATE} doesnt work

#

please fix it

trim mist
#

That's not a valid placeholder in PlaceholderAPI.

#

You might be using MVdWPlaceholderAPI, which is not ours.

austere hawk
#

i use both

vivid sparrow
#

^

trim mist
#

Alright, well, still, {DATE} is not part of PlaceholderAPI.

vivid sparrow
#

Try %mvdw_date%

austere hawk
#

i cant put % on featherboard

vivid sparrow
#

If you want to use mvdw placeholderd with papi

#

Welp.

#

As Glare said, that's probably a mvdw placeholder.

austere hawk
#

and how i can get date on my boarf

#

board

vivid sparrow
#

Read the wiki, also try {date} (if that's a valid placeholder) it may becase sensitive

austere hawk
#

date dont work

#

and there is nothin on the wiki...

#

can i get special

#

placeholder maked

#

like placeholder {year_mounth}

#

@balmy marten

tender vaporBOT
#

@austere hawk

Hey,

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

austere hawk
#

oh iam sorry for tag

bronze bison
#

btw mvdw should have his own placeholder to do that?? check mvdw's wiki

#

gaby sent it SeeAbove

austere hawk
#

I'm having an issue with PlaceHolderApi Skript PlaceHolder

#

it wont show the amount of variable in my FeatherBoard

#

it show "N\A"

brisk coral
#

Showing the code would help :p

austere hawk
#

You mean the placeholder?

#

This is the placeholder "{placeholderapi_skript_coins}"

austere hawk
#

Anyone?

austere hawk
#

😦

sharp jay
#

@austere hawk Show the script file

#

=paste

tender vaporBOT
#
HelpChat Paste

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

wispy dew
#

Is it possible to make placeholder check a command in the other bungee server and show it in current server. i hope u get what i mean!

steep kernel
#

hmm the placeholder for vault stuff isnt working on featherboard?

balmy marten
#

Which placeholder?

steep kernel
#

the one that displays the vault rank prefix

#

i had it working, but added a few things to the featherboard but now its not working

#

./papi list shows i got it downloaded

balmy marten
#

Which placeholder though?

steep kernel
#

Which one do i specificly use for it to show the rank name and color prefix

#

{vault_ranksuffix}

#

i tried a few tho

balmy marten
#

{placeholderapi_}

steep kernel
#

?

balmy marten
#

Need that at the start for featherboard

steep kernel
#

so {placeholderapi_vault_preifx?}

#

im confused sorry

balmy marten
#

Minus the ?

steep kernel
#

yeah lol meant to add it at the end

#

let me try

balmy marten
#

It just tells featherboard to use placeholder api for it

steep kernel
#

now it just shows up blank?

#

Id show you a screenshot, but its disabled in this channel

balmy marten
#

try /papi parse me %vault_preifx%

#

=imgur

tender vaporBOT
#
Uploading Images

Please use imgur to share screenshots and other images.
Imgur

steep kernel
#

Do i need to restart after?

balmy marten
#

No, parse is just a way to test placeholders

#

Whats it say?

steep kernel
#

nothing

#

it just did a clear line in chat

#

as if its &r

balmy marten
#

Then you don't have a prefix :/

steep kernel
#

i do

#

let me make sure

#

hmm i'm speachless

#

I legit had it working idk why it wasn't, i went back and added a prefix for my owner rank and it instantly popped in the scoreboard

#

thanks 😃

balmy marten
#

Cool, np

viscid chasm
#

Omgggg

#

What it this

balmy marten
#

Deleting usercache.json might help

#

@viscid chasm

viscid chasm
#

Hey @balmy marten

#

In EzRanksPro

#

Warn in my console

#

" WARN [EZRanksPro] Rankup requirement message is invalid! "

#

how fix?

balmy marten
#

Your message is invalid

safe echo
#

just add requirement message :>

viscid chasm
#

??

#

what

#

@balmy marten what?

safe echo
#

hmm... like this ?

last_rank:
  rank: D
  prefix: '&8[&dD&8]'
requirement_message: #<---
- '&8&m------------'
- '&cYou need &a$&f%cost% &cto rankup to %rankupprefix%'
- '&8&m------------'
rankups:
  A:
    order: 1
    prefix: '[A]'
    rankup_to: B
    cost: 1000.0
    rankup_actions:
    - '[broadcast] &6&l>&b&l> &6%player% &eranked up to &7[&e&l%rankup%&7]'
    - '[addgroup] %rankup%'
    - '[removegroup] %rank%'
    - '[message] hey dude... <delay=10>'
    - '[message] congrats. <delay=12>'
    - '[message] on your rankup... <delay=14>'
viscid chasm
#

??

balmy marten
#

See the requirement_message section?

viscid chasm
#

hm

balmy marten
#

Yours most likely has an issue of some sort

#

Just double check them all, if you dont see anything throw it all into a paste

viscid chasm
#

Other problem

#

29.05 23:03:24 [Server] WARN Exception in thread "Craft Scheduler Thread - 14"
29.05 23:03:24 [Server] WARN org.apache.commons.lang.UnhandledException: Plugin Skript v2.2-Fixes-V9 generated an exception while executing task 31
29.05 23:03:24 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
29.05 23:03:24 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
29.05 23:03:24 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
29.05 23:03:24 [Server] INFO at java.lang.Thread.run(Thread.java:745)
29.05 23:03:24 [Server] INFO Caused by: java.lang.NullPointerException
29.05 23:03:24 [Server] INFO at ch.njol.skript.Skript$4.run(Skript.java:517)
29.05 23:03:24 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
29.05 23:03:24 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)

#

My Skript v2.2 - Fixes- V9

#

spam in console

balmy marten
#

Its a NullPointerException, better off contacting the person who made it

viscid chasm
#

You have the plugin from Skript to 1.8, more than not of this spam?

balmy marten
#

I don't use skript

viscid chasm
#

ah ;-

safe echo
#

you can paste it on Skript's Server Discord

viscid chasm
#

@balmy marten

#

And in authme plugin

#

Warn in the console

#

What it this

balmy marten
#

How many errors do you have lol

safe echo
#

wait, this is channel support for placeholderAPI ~~

viscid chasm
#

ahhahaha

#

kkkkkk

balmy marten
#

I believe the Geolite api was removed, so I don't think you can actually do anything about it

#

besides letting the dev know

viscid chasm
#

Ok

#

Okay, that's it

#

😄

balmy marten
viscid chasm
#

Ok

#

😉

safe echo
#

😄

final shadow
#

So now I’m getting reviews for mvdwplaceholderapi smh

mint fable
#

lmao

bronze bison
#

oh god lmfao

balmy marten
#

Thats always nice

bronze bison
#

besides that, cant he read? 😂

brisk coral
#

Lmao

sharp jay
#

LOL

safe echo
#

😂

final shadow
#

Someone have time to report that review

#

Just report the papi resource page saying the latest review is not related to the plugin

#

Nvm I reported it from my phone

trim mist
#

I gotchu too

sharp jay
#

same

final shadow
#

Thanks

vivid sparrow
#

Spigot is so bs

#

They should bring back the review report button

trim mist
#

You can just report the resource.

vivid sparrow
#

Yeah but still

viscid chasm
#

Hello, I was wondering if you know a plugin that I can create select kits etc... More than do the following "When selecting a kit and trying to catch another, It will warn the player that he already has a selected kit"

balmy marten
#

@viscid chasm Please don't keep asking in every channel, keep to the topic

viscid chasm
#

reply me @balmy marten

#

pls

balmy marten
#

I don't know one.

crimson sequoia
#

oh

#

those placeholder spigot comments still exist?

crystal nebula
#

Hi, I'm getting a NoClassDefFoundError when trying to install PAPI on my Waterfall server: https://paste.helpch.at/awamayezib.apache
I disabled all other plugins in case of a conflict. It seems to be working on the Paper servers. Am I missing prerequisites?

mint fable
#

I don't think you need papi on there

#

Although I can't be sure

#

Idk what the purpose would be

crystal nebula
#

I was told it would help me with BungeeTabListPlus for advanced stuff

trim mist
#

Not sure who told you that, but PAPI is not a BungeeCord plugin.

crystal nebula
#

Alright, sorry for wasting your time ^^

trim mist
#

No worries, not wasting our time. PAPI typically goes on the servers themselves and not the proxies.

final shadow
#

i was already here

trim mist
#

What

final shadow
#

my time wasnt wasted

trim mist
#

You're wasting it right now by not working on AutoSell.

final shadow
#

its already done

trim mist
#

Then push it

final shadow
#

not yet

#

still some issues

#

very small issues with dependencies

vivid sparrow
#

🤢 eclipse

trim mist
#

That's IJ.

brisk coral
#

cough author: frosty cough

trim mist
#

Wait no it's not

brisk coral
#

🤢 white theme

trim mist
#

That's why he's having issues

#

He went back to Eclipise.

vivid sparrow
#

shame of you clip

#

someone ban this guy

trim mist
#

Even after I got him an open source license for IJ.

final shadow
brisk coral
#

oof

vivid sparrow
#

ALT F4 should fix it

trim mist
#

I mean it is known that IDE gives STDs so I could see why you stick around with it.

final shadow
#

lol

vivid sparrow
#

lmfao

#

PTSD

final shadow
#

whats wrong with using both

#

i like having 2 at the same time

bronze bison
#

wait wut?

vivid sparrow
#

multi tasking

#

like breathing and coding

trim mist
#

Clip says that all the time in many situations.

final shadow
#

autosell was conceived in eclipse

trim mist
#

Nothing surprising.

vivid sparrow
#

was

bronze bison
#

why would u use eclips if u have ij smh

final shadow
#

i dont want to pay child support

#

why not

#

i like both actually

#

depending on what im doing

vivid sparrow
#

child support?

#

oof 66k messages

#

owo

safe copper
#

I made the switch to ij a couple days ago for better maven support, me likey so far

final shadow
#

i like IJ for git and maven

vivid sparrow
#

clip do from:funnycube#0001

final shadow
#

but i still know eclipse inside out and its easy to work with

trim mist
#

IJ is really awesome in a lot of situations. Especially when it comes to documentation, it'll auto generate docs for you.

vivid sparrow
#

I bet he love it for strout or how is called xD

final shadow
#

well for some of my plugins, they havent made the transition

#

its not because the lack of features

bronze bison
#

Haven't used that, but the best thing is that it suggest for u a better way of doing what ure doing

final shadow
#

eclipse is actually just fine for what it does

tender vaporBOT
#
Seems things are getting a bit off topic here.

Please either stick to the topic or move over to #off-topic

final shadow
#

your ide doesn't really make you better

vivid sparrow
#

Add an offtopic cmd but don't add a google one smh @balmy marten

final shadow
#

i bet i compile this autosell update from eclipse and havve no issues

#

so hate all u want

vivid sparrow
#

let's not

bronze bison
#

i dont hate eclipse lol

mint fable
#

clip

#

fix your links

#

smh

bronze bison
#

Used it when i made my first plugin (s)

#

pls lol

final shadow
#

but i still have multiple IJ instances open

bronze bison
#

yea that works

#

2+ ij

final shadow
#

don't hate

vivid sparrow
#

is that the work pc?

bronze bison
#

im not wtf

final shadow
#

no lol

bronze bison
#

i sometimes have 3 open 😛

vivid sparrow
#

o

final shadow
#

i hade 4 open earlier

#

and eclipse

bronze bison
#

tbh i switched to ij cuz eclipse didn't work after not opening it for aaa whileee and didn't what to fix it (too lazy to) so i got ij

#

😛

final shadow
#

idc about the hate on IDE's

vivid sparrow
#

lol boo

final shadow
#

i like both for different reasons

trim mist
#

I like IJ because of run configurations and hotswaps.

vivid sparrow
#

I can't even run them so no hate here clip

bronze bison
#

i dont hate any lol

#

i swear clip

vivid sparrow
#

..

final shadow
#

but do u have a server in your workspace

bronze bison
#

o no

vivid sparrow
#

wondered why papi has a banned-players.json file on it code lmao

final shadow
#

does it? lmao

vivid sparrow
#

nah, talking ab your pic xD

mint fable
#

the hate on IDEs is stupid lmao

#

it's all personal preference and somebody else shouldn't have a say in your own preference xD

vivid sparrow
#

^

#

If you are good, you can code on whatever you want.

mint fable
#

even mspaint

final shadow
#

can build the jar and swap it on the test server in my IDE with a click of a button

bronze bison
#

truee cj

#

even windows paint

#

lol

final shadow
#

thats really the best feature of IJ IMO

#

aside from the git and maven integration

bronze bison
#

yea git thingos are great

final shadow
#

just click that and its good to go

trim mist
#

You can even switch the code without rebooting the server.

mint fable
#

i clicked hte link

#

everything was NOT good to go

#

@trim mist wym?

#

don't you have to reload at least?

final shadow
#

hotswap

trim mist
#

Nope, IJ has a feature called hotswap

#

It'll inject the new code into the server.

mint fable
#

how does that work O.o

final shadow
#

i have that setup but i feel a reboot is best

mint fable
#

I feel like that could cause a lot of problems

bronze bison
#

lemon talked about that before, but i was too lazy to read and setup it :p

mint fable
#

usually I just reload tho :L

trim mist
#

Yeah, I have a button that I click that builds the jar, and moves it to the server file and boots it.

bronze bison
#

i mean i dont have a lot of plugins for that

#

reload isnt good if ur test server has alot of plugins (like mine :p)

final shadow
#

hotswap != reload

mint fable
#

@bronze bison 🤷 works for me

#

I've never had a problem with reload actually

#

but I still recommend people restart 😉

final shadow
#

bruh

#

...

bronze bison
#

server stops when i reload

mint fable
#

oof

final shadow
#

if u really use reload

vivid sparrow
#

cuz you don't have a start file I guess

final shadow
#

we have to kick you and you owe us pizza

bronze bison
#

i do?

vivid sparrow
mint fable
#

never had a problem with it clip

bronze bison
#

lol clip

#

no gaby .bat

vivid sparrow
#

edit it on server.prop to start.bat

mint fable
#

It runs the disable, and then the enable

#

ez pz

bronze bison
#

it works if u dont have certain plugins

final shadow
#

it takes me 10 seconds to build PAPI

mint fable
#

ye, never run into a plugin that doesn't work yet so

final shadow
#

maybe its my computer

vivid sparrow
#

and 1y to update it

#

fair enough

mint fable
#

what plugins DON'T work?

final shadow
#

[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.361 s
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.361 s

#

sorry 11

#

dude

#

why does copy paste always dupe

#

is it my corsair keyboard

mint fable
#

prob

#

do you have macros

final shadow
#

its just too touchy

mint fable
#

my copy paste doesn't repeat unless I hold it for a second or so

final shadow
vivid sparrow
#

O.o

mint fable
#

#getanewkeyboard

final shadow
#

i spent a lot of money on this keyboard and mouse

#

like $200 or more i think

mint fable
#

pssh

final shadow
#

maybe there is a setting

mint fable
#

ONLY

#

lmao

#

idk, google it

vivid sparrow
#

that's 40% of how much my laptop cost lmao

bronze bison
#

i wanna get a second monitor .. feel like it will be very useful for me

final shadow
#

i am using a tv as a monitor lol

#

i bought it specifically for it

bronze bison
#

o noice lol

mint fable
#

2nd monitor = life

vivid sparrow
#

arent you staying too close to the monitor, clip?

mint fable
#

I want a third lmao

final shadow
#

one is good enough for me

vivid sparrow
#

I want a pc that can hold two lmao

final shadow
#

unless i get one of those vertical monitors

#

idk what they are called

bronze bison
#

yea those are great!

mint fable
#

umm

#

it's a regular monitor...

#

rotated sideways

#

xD

final shadow
#

nah

bronze bison
#

but its huge

final shadow
#

i saw some the width of notepad paper

#

and like 30 inches high

#

thats not normal

mint fable
#

you get a weird aspect ratio

vivid sparrow
#

why do people use compact mode on discord O.o

trim mist
#

Clip we almost have the same keyboard. I just have the upgraded version of that.

vivid sparrow
#

just, why

#

ah, coding

bronze bison
#

yea those are good for coding

mint fable
#

or you could get a regular ultra wide and rotate it

final shadow
#

@trim mist in the Corsair settings is there an option to modify how fast keypress repeats to prevent my double paste

vivid sparrow
#

Boy, my dream is to become a developer and have different fancy tools like that one GDTblush

mint fable
#

I want a third monitor solely for when I'm streaming

final shadow
#

I literally press it for a second and it always pasted multiple times

mint fable
#

because 2 is nice, but I want to have chrome open on a third monitor

#

Game on 1, streamlabs obs on 2, whatever I want on 3

final shadow
#

Ya one of those cj

trim mist
#

Not that I'm aware of clip.

vivid sparrow
#

get a diff pc for chrome cj

#

streaming pc and chrome pc

bronze bison
#

why lol

vivid sparrow
#

cuz chrome suck all your resources

mint fable
#

lmao

#

only for those with bad pcs

#

😮

#

#gotem

bronze bison
#

true but ^^ lol

mint fable
#

pew pew pew

#

finger guns

vivid sparrow
#

fu

mint fable
#

you did say you only had a $500 laptop

final shadow
#

I’m happy with my setup aside from the copy paste issue

mint fable
#

are you sure it's corsair and not windows?

vivid sparrow
#

I hate it too cj smh

mint fable
#

so I'm right

final shadow
#

I have a $1k laptop I don’t even use

vivid sparrow
#

It feels so bad to not being able to do smth cool on it

mint fable
#

I have a $1k laptop I use basically for when I'm at work

#

max 8 hours a week

#

of use time

final shadow
#

I just don’t like using a trackpad

mint fable
#

I love trackpads tbh

bronze bison
#

lemmon does lmao

mint fable
#

I got used to them easily

bronze bison
#

he talked about that 2 days ago

vivid sparrow
#

use a wireless mouse?

mint fable
#

I bought a mouse for my laptop

#

never use it

final shadow
#

I have one but it’s still not like using my pc

#

Idk

vivid sparrow
#

gimme the laptop then

bronze bison
#

i have a wired mouse, dont need a wireless one

final shadow
#

I feel like working on plugins on the laptop is more tedious than using my pc

mint fable
#

oh for sure

#

I bought my laptop for ap comp sci in hs

#

very nice to have

final shadow
#

Sadly my laptop is better than my desktop in terms of the specs

#

But I still prefer the desktop

mint fable
#

lmao

#

It's prob just the setup

safe copper
#

I think your bot telling you to stay on topic has given up

mint fable
#

blueberry pie

#

either that or it doesn't care about us

#

🤷

final shadow
#

We only stay on topic when funnycube is awake

mint fable
#

^

safe copper
#

Mods are alseep I take it?

brisk coral
#

clip

final shadow
#

Lol

brisk coral
#

You should give me that laptop

#

ktnxbye

final shadow
#

I’ll sell it

brisk coral
#

how much?

safe copper
#

Sell it on spigot

#

;p

unborn grove
#

Omg

#

My DeluxeChat don't work correctly

final shadow
#

idk.. I paid a lot for it

safe copper
brisk coral
#

I'll give you $10 and a handshake

#

deal?

final shadow
#

10x100

mint fable
#

You guys don't even know what the laptop is

brisk coral
#

no

safe copper
#

I'll give you $10 for 10$ in return

mint fable
#

lmao

mossy agate
#

Hey guys, if I'm using a factions plugin, how do I change the color of the [wilderness] thing?

brisk coral
mossy agate
#

My pAPI config has little to nothing in it

bronze bison
#

u cant ?

#

that value is from a placeholder? if so i dont think theres an option for that in papi config

mossy agate
#

Right that's what I thought

#

Someone else told me to ask here

#

I was like uhhhh i guess

bronze bison
#

which factions plugin ?

mint fable
mossy agate
#

FactionsBlue

#

Btw is there... a better Factions plugin that works for 1.14.2? I super miss MassiveCraft

bronze bison
#

well then i guess the plugin's author needs to add that

#

since it doesnt have an expansion in the cloud so it has a built-in expansion probably

#

suggest that the the plugin's author 😄

mossy agate
#

Hey again, I just downloaded an extension through placeholder api and it wrecks my tablist

#

How can I go about fixing this while keeping the extension that I installed?

#

For some reason when I loaded this new expansion in, it made the placeholders in the tablist stop working. What caused this and how can I fix it?

bronze bison
#

there isnt a FactionsBlue expansion in the cloud

#

so i guess the plugin has a built-in expansion

#

contact the plugin author

mossy agate
#

Yeah it does

#

It was working super well before

#

But when I install any random expansion, the placeholders just stop working for the FactionsBlue plugin

bronze bison
#

restart the server

#

reloading the plugin breaks that

#

reloading papi ^

mossy agate
#

Ahh okay I'll give it a shot and get back to you in a second. Thanks for the suggestion!

bronze bison
#

np 😄 its not a suggestion, its a solution but ok :p

#

that happens with all built-in expansions btw

#

it will be fixed in papi v3.0 afaik

final shadow
#

The factionsblue plugin needs to fix it on their end

#

We offer a way for the placeholders to not unload when you do /papi reload

#

They just aren’t using it

leaden sparrow
#

Hello, I have a custom tokens plugin which utilizes PAPI to work. It works on featherboard, however, it doesn't seem to work on DeluxeChat. What do I do?

bronze bison
#

fb used mvdwpapi, dchat uses papi
u can use mvdwpapi placeholders in papi by downloading mvdw expansion

/papi ecloud download mvdw
/papi reload
``` and using the placeholder like this `%mvdw_(mvdwpapi placeholder without brackets)%`
leaden sparrow
#

Wait so the placeholder is {tokens}

#

What should I put?

bronze bison
#

%mvdw_tokens%

leaden sparrow
#

Gotcha thanks!

bronze bison
#

np 😁

leaden sparrow
#

uhh

#

Doesn't work LOL

bronze bison
#

its %%

leaden sparrow
#

Here's proof of me installing the expaansion

trim mist
#

Well you didn't really use the placeholder he told you.

leaden sparrow
#

Oh the placeholder itself is {token_balance}

#

so what should it be?

bronze bison
#

%mvdw_token_balance%

safe echo
#

help me

bronze bison
#

use /papi reload instead

safe echo
#

save 😦

bronze bison
#

wdym?

safe echo
#

sorry my bad english :<

#

it's still error

bronze bison
#

send it

safe echo
bronze bison
#

just dont use /papijsp command(s)

#

They don't always work

safe echo
#

ok, tks ❤

arctic loom
#

For what is the custom expansion in #papi-updates?
Is it as future example?

brisk coral
#

you can create custom placeholders with it

willow flame
#

is there a placeholder for mob kills since a certain time or is it just for total mob kills?

bronze bison
#

wdym certain time ?

brisk coral
#

he means like the mob kills in like a week

willow flame
#

so an event or role added with lp or just a server time/irl time, whatever

bronze bison
#

if u want what frosty said, then thats not possible with current statistic expansion

willow flame
#

ok

dreamy hull
#

I got problem with pinger placeholder on multiversion, when i have lobby and ping other version server it shows incorrect motd but when i Ping same version like lobby, it shows me correct placeholder

brisk coral
#

Bit confused as to what you mean thonking1

austere hawk
#

Hello i want help

#

my placeholders won't work

bronze bison
#

explain wont work

austere hawk
#

i did /papi ecloud download server

#

and download vault

#

then /papi reload

#

but they are still same

bronze bison
#

where ure using the placeholder ?

austere hawk
#

Featherboard

#

%vault_eco_balance_formatted%

bronze bison
austere hawk
#

for balance

bronze bison
#

if u want to use papi in fb, {placeholderapi_(papi placeholder without %% and brackets)}

#

so it would be {placeholderapi_vault_eco_balance_formatted}

austere hawk
#

let me check

#

yeah it worked

bronze bison
#

great! 😄

austere hawk
#

oops

#

another problem

bronze bison
#

which is ?

austere hawk
#

it says now (placehold

#

{placeholderapi_vault_ranksuffix}

#

{placeholderapi_vault_eco_balance_formatted}

bronze bison
#

where in fb ?

austere hawk
#

Wdym where?

bronze bison
#

where it returns thats ?

austere hawk
#

accept friend req

#

ill send screenshoots

bronze bison
#

=imgur

tender vaporBOT
#
Uploading Images

Please use imgur to share screenshots and other images.
Imgur

austere hawk
#

Omg -.-

#

it'll take ages like this

#

can you just accept my friend req

#

after i fix my issues you can remove friend

#

i fixed some of them

#

{tokenmanager_token} won't work now

brisk coral
#

What's the problem?

austere hawk
#

Idk the placeholders wont work

bronze bison
#

add {placeholderapi_}

austere hawk
#

i did that

brisk coral
#

it's tokens not token

bronze bison
#

{placeholderapi_tokenmanager_token}

brisk coral
#

tokens

bronze bison
#

just whatever it is, this is how u use a papi placeholder in fb

austere hawk
#

the tokenmanager wont work

#

worked

#

what about the vote party now

bronze bison
#

use mvdw's placeholder ..

#

in fb

#

i sent the link earlier

austere hawk
#

one more left to fix

#

server-time

#

another question

#

i have 39M bal and in fb it says 39447255

#

it should say 39M

#

right?

bronze bison
#

use the formatted placeholder ?

austere hawk
#

um what's it?

#

{placeholderapi_vault_eco_balance_formatted}?

bronze bison
#

yes

turbid garnet
#

Is there a placeholder to show online/offline status?

limber ice
#

@turbid garnet yes

turbid garnet
#

The pinger placeholder doesn't work. It shows online whether im online or not

austere hawk
#

hey

#

got a problem

#

i downloaded the tokenmanage papi but still didnt work

#

i did /papi reload and smae

austere hawk
#

@final shadow

#

it's installed for TokenManager but it wont work

brisk coral
#

what placeholder are you using and where

austere hawk
#

Placeholderapi and in token shop

limber ice
#

@austere hawk

austere hawk
#

did that

#

but didnt work

limber ice
#

did you reboot server

austere hawk
#

ye

elder stump
#

%jobs_exp_<jobname/number>% placeholder returns with a decimal ".0" at the end of the exp amount. My question is, how do I remove that decimal from there?

vivid sparrow
#

javascript.

elder stump
#

What would I need to type? I'm not really a master at the javascript language

bronze bison
#
function getJob() {
  var placeholder = "%placeholeer%";
  return parseInt(placeholder).toFixed();
}
getJob();
balmy marten
#

thought there was an expansion that also rounds

#

could be wrong

vivid sparrow
#
function jobExp() {
    if (args.length === 1) {
        var job = '%jobs_exp_' args[0] + '%';
        return parseInt(job).toFixed();
    } else {
        return 'Please specify a job name / ID!';    
    }
}
jobExp();```
#

That's the math expansion

bronze bison
#

replace the placeholder with the one u want, wrote that from phone

#

that wont work gaby

vivid sparrow
#

owo

balmy marten
#

forgot to add please

bronze bison
#

For the arg in the placeholder

#

and yea u can do that with maths expansion

#

Add 0 and 😄

#

Didn't try it but i dont find a reason for it to doesnt work

vivid sparrow
#

why wouldnt it boo owo

bronze bison
#

it wont replace the arg and add it to the placeholder

vivid sparrow
#

p.p

#

Tried once with ess kits placeholder and it worked.

elder stump
#

Okay, so I would use this code that you guys wrote and it returns it without a decimal, I want to use this with a console command in DeluxeMenus ([console] jobs exp %player_name% bányász add %math_{jobs_level_bányász}*100+({jobs_level_bányász}10)({jobs_level_bányász}/2)-{jobs_exp_bányász}%)
It calculates the requirement xp amount to the next level and takes the recent xp from it, my question is how do I paste this javascript code instead of the last part? {jobs_exp_bányász}
Bányász is currently the Miner, but in another language

bronze bison
#

using an argument inside a placeholder in js will parse the placeholder with the arg args[0] and not tha arg u put

vivid sparrow
bronze bison
#

It retuned the placeholder itselt and not the value of it with the arg u set

vivid sparrow
#

ught, sec

bronze bison
#

and if u used it in js with {} it will parse it on parse time and u wont be able to use its value in js

vivid sparrow
#

smh

#

damn it, thought it had this function.

bronze bison
#

nah, ik what u want and ive tried that it doesn't work..

vivid sparrow
#

cough @final shadow cough

elder stump
#

I'm a little bit confused, so neither of the code is working?

vivid sparrow
#

you can try what funny cube suggested

#

using the math expansion and the fixed option

bronze bison
#

want to add a method for it when i get time, but not so sure if it would work like that

#

Just too busy these days

elder stump
#

"You can use [precision:<number>] in the placeholder, to set, how many digits after the . are shown."

#

This one?

vivid sparrow
#

yes

bronze bison
#

Set it to 0 or just set the default value in the config to 0

elder stump
#

[precision:{jobs_exp_bányász}] like this?

bronze bison
#

no %math_{jobs_exp_VALUE}+0[precision:0]%

#

Replace the value to what u want

elder stump
#

oooh i get it now

#

Thank you for everyone who helped! I already love these plugins!

vivid sparrow
#

😉

bronze bison
#

Np, Gladto help

#

😁

dreamy seal
#

hey help me

#

I'm downloading the expansion but it doesn't appear in the list of papi and doesn't work

arctic loom
#

Will PAPI V3 have a changed system on how it finds and changes placeholders, so that you f.e. could use % inside the placeholder itself?

bronze bison
#

idk, but why would they change that?

#

using {} in placeholder is imo better

vivid sparrow
#

^

#

easier to read

bronze bison
#

yea

heady swan
#

is Statz updated for 1.14?

brisk coral
#

=spigot statz

tender vaporBOT
brisk coral
#

Click on it and check :)

austere hawk
#

help with smthng someone

#

the balance in my featehrboard is 17E7

#

i want it to be 17M

#

like K, M

brisk coral
#

Use the formatted placeholder

austere hawk
#

What's it?

#

@brisk coral

brisk coral
#

%vault_eco_balance_formatted%

austere hawk
#

in featherboard it doesnt work

#

i even tried {vault_eco_balance_formatted}

#

someone help ?

#

@mint fable

tender vaporBOT
#

@austere hawk

Hey,

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

austere hawk
#

Ups

brisk coral
#

you got the expansion?

austere hawk
#

yes

#

vault expasion

brisk coral
#

/papi list

#

is it in there?

austere hawk
#

ye

#

it's there also other vault papi works

#

this balance one wont

brisk coral
#

you're using fb?

austere hawk
#

yeh

#

what to do

#

@brisk coral

brisk coral
#

try {placeholderapi_%vault_eco_balance_formatted%}

austere hawk
#

ksec

#

worked thanks

brisk coral
#

Didn't think it would work, but noice :p

austere hawk
#

what about vote party?

#

what's the placeholder

brisk coral
#

{placeholderapi_%placeholder%}

austere hawk
#

lemme try

#

didnt work

brisk coral
#

you got the expansion?

austere hawk
#

yes

brisk coral
#

which placeholder u using

austere hawk
#

wait

#

it's not in the papi list

#

but i downloaded

brisk coral
#

reload papi

austere hawk
#

i did

#

maybe VoteParty is wrong?

brisk coral
#

try manually downloading it

austere hawk
#

how

brisk coral
#

sec

austere hawk
#

k

brisk coral
#

@balmy marten VoteParty download doesn't work

tender vaporBOT
#

@brisk coral

Hey,

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

austere hawk
#

um what to do xd

balmy marten
#

huh @brisk coral ?

#

works fine

austere hawk
#

it doesn't ;/

brisk coral
#

I tried

#

it doesn't download it

balmy marten
#

as in the expansion or the plugin?

brisk coral
#

expansion

balmy marten
#

o

#

was testing the plogin

brisk coral
#

:p

balmy marten
#

Download it manually if it doesnt work in game

brisk coral
#

||you should fix it||

balmy marten
brisk coral
#

sec lemme screenshot

#

Works with other expansions

upper sand
#

@balmy marten That background terrain and stuff looks a bit familiar ;P

balmy marten
#

lol mitch

#

does it actually download the jar frosty?

brisk coral
#

lemme check

upper sand
#

It wouldn't happen to belong to a certain server that I may or may not be responsible for failing would it

balmy marten
#

its testplogins now

brisk coral
#

cough TestPloogins cough

upper sand
#

ah

#

this new ecloud site is wuw

balmy marten
#

hope thats a good wuw

upper sand
#

yesh

brisk coral
#

White theme 🤢

upper sand
#

true ^

balmy marten
#

maybe we can make a dark theme for v3

brisk coral
#

Yes please

#

Looks neat btw

upper sand
#

Also cube I'd suggest a way to filter verified vs. unverified expansions

#

and the search box on the expansionslist isn't vertically centred to the text next to it

balmy marten
#

yeah search is done weirdly

#

i never built that part

brisk coral
#

ye it downloaded the expansion

#

just says it didn't

balmy marten
#

any errors on /papi reload?

brisk coral
#

nope

balmy marten
#

assuming u actually have voteparty?

brisk coral
#

I don't

balmy marten
#

well no wonder it doesnt load

#

XD

upper sand
#

smh

bronze bison
#

lol

sinful tulip
#

all my ranks works with the animatednames only my owner rank not... all installs the same
what is the way to fix that?

magic stump
#

nothing in placeholderapi is not working

#

i have 2.10.2

#

i have it on spigot 1.12.2 server

brisk coral
#

What doesn't work?

magic stump
#

all features

#

i dont speak english well

brisk coral
#

When you do /pl, is PlaceholderAPI red or green?

magic stump
#

green

vivid sparrow
#

make sure you have the expansions installed.

magic stump
#

i have expansion installed

#

i can use chat commands

brisk coral
#

How are the features not working then

#

Which placeholder are you trying to use, and where

magic stump
#

i send u dm

brisk coral
#

send it here

magic stump
#

i cant send pictures here

vivid sparrow
#

=faq imgur

tender vaporBOT
#
FAQ Answer:

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

magic stump
#

im using InfoBoardReborn

magic stump
#

bad support chat

austere hawk
#

how

#

@magic stump

trim mist
#

If you don't like it, then leave?

austere hawk
#

I am helping him

#

its all good

trim mist
#

He needs to download the expansions.

vivid sparrow
#

is %player_ip% even a thing? cz_joyemote

magic stump
#

glare i have all expansions

vivid sparrow
#

/papi parse me %player_name% run this.

magic stump
#

i tired to use all player features in placeholserapi

#

and none of them are working

vivid sparrow
#

do what I have said.

magic stump
#

ok

trim mist
#

Apparently IP is a thing, yeah.

magic stump
#

gaby i got "%player_name% in chat

vivid sparrow
#

p.p

#

/papi list installed?

magic stump
#

yes i have it

vivid sparrow
#

It's impossible to not work, I have used 2.10.2 on 1.12.2 yesterday.

#

have you reload the plugin? /papi reload

magic stump
#

yes

#

and restarted the server

vivid sparrow
#

Does the console say anything when you run the command?

magic stump
#

no

vivid sparrow
#

Well, odd

#

As I said, it works for me.

#

try to reinstall the plugin, make sure you remove the folder too.

magic stump
#

ok

#

i reinstalled all expansions again and now its working

vivid sparrow
#

Well, I guess it's something at your end

#

do /papi and send a ss

#

also for /papi list installed

magic stump
vivid sparrow
#

are you running /papi parse me %player_name% from console?

magic stump
#

no

vivid sparrow
#

Idk why isn't working then

magic stump
#

ok but its working now

vivid sparrow
#

o

lone sun
#

@final shadow

trim mist
#

Did you need something from him?

lone sun
#

yes

#

how to fix the thing i sent you

trim mist
#

/papi ecloud download player

#

/papi reload

lone sun
#

i did that

#

already

trim mist
#

Well that is how you fix it 😄

heady swan
#

Is Statz not working for 1.14.2? I can't seem to get it to work.

limber ice
#

=spigot statz rebooted

tender vaporBOT
limber ice
#

@heady swan

heady swan
#

ahhh thanks