#placeholder-api
1 messages Β· Page 104 of 1
%statistic_mine_block:COAL_ORE% %statistic_mine_block:IRON_ORE% %statistic_mine_block:REDSTONE_ORE% %statistic_mine_block:LAPIS_ORE% %statistic_mine_block:GOLD_ORE% %statistic_mine_block:DIAMOND_ORE% %statistic_mine_block:EMERALD_ORE%
Is there a way I can get a total of these?
you can use the math expansion
/papi ecloud download Math
/papi reload
%math_{statistic_mine_block:COAL_ORE}+{statistic_mine_block:IRON_ORE}+{statistic_mine_block:REDSTONE_ORE}+{statistic_mine_block:LAPIS_ORE}+{statistic_mine_block:GOLD_ORE}+{statistic_mine_block:DIAMOND_ORE}+{statistic_mine_block:EMERALD_ORE}%
ty
actually, I'm not that sure that it will work, I think there's a limit π€ idk where I could have saw that but try anyways
Anyway I can remove this
Why can I not send images lmao
and it worked just got the .000 on the end
?imgur
You won't be able to upload images here directly to avoid spam, so please use https://imgur.com/ to upload images/screenshots.
So how will it be?
%math_{statistic_mine_block:COAL_ORE}+{statistic_mine_block:IRON_ORE}+{statistic_mine_block:REDSTONE_ORE}+{statistic_mine_block:LAPIS_ORE}+{statistic_mine_block:GOLD_ORE}+{statistic_mine_block:DIAMOND_ORE}+{statistic_mine_block:EMERALD_ORE}[precision:0]%
ty.
How to Use %config_<file_Identifier>_<path_identifier>%
https://prnt.sc/sj0xm6 how is this possible
using the progress expansion
wher can i fin this
that is done with the voteparty plugin
%progress_bar_voteparty_player_votes_c:&aβ _p:&eβ _r:&7β _l:10_m:100_fullbar:&aCompleted!%
?
if you want support with anything voteparty related you will need to go to #spigot-linking and follow the instructions
why can't you just help me
because we need to know whever or not you bought the plugin
ok wait
and in case you didn't, you won't get support and may even get banned by the staff team
lol they left
bruh
...
very mature lol
=checkbuyer DibsyHD
DibsyHD hasn't purchased any of our plugins :(
oof
How to Use
%config_<file_Identifier>_<path_identifier>%
@austere hawk ?
yes
it is %config_[id]_[data type]_[path]_(default)%, looks like I forgot to change the placeholders list
probably
for example %config_config-name-here_STRING_path.to.string_the default value it's optional%
I will add the placeholders to the list when I get time, sorry about that.
hjelp
Developed by Ruben_Artz
[17:50:07] [Server thread/INFO]: [Deluxe Mentions] Version: 3.0.6 is loading...
[17:50:07] [Server thread/INFO]: [Deluxe Mentions] Server: git-Spigot-596221b-9a1fc1e (MC: 1.12)
[17:50:07] [Server thread/INFO]: [Deluxe Mentions] Uploading files...
[17:50:07] [Server thread/INFO]:
[17:50:07] [Server thread/INFO]: Deluxe Mentions - config.yml
[17:50:07] [Server thread/INFO]: Deluxe Mentions - lang.file
[17:50:07] [Server thread/INFO]:
[17:50:07] [Server thread/INFO]: [Deluxe Mentions] Successfully loaded files
[17:50:07] [Server thread/INFO]:
[17:50:07] [Server thread/INFO]:
[17:50:07] [Server thread/INFO]: ** ERROR **
[17:50:07] [Server thread/INFO]:
[17:50:07] [Server thread/INFO]: - You need PlaceholderAPI for a better experience.
[17:50:07] [Server thread/INFO]: - Download the latest version at:
[17:50:07] [Server thread/INFO]: - https://www.spigotmc.org/resources/6245/
I mean it says the issue..
yeah...
yeh but idk how to install it into my server...
it's a plugin
you know how to install a plugin right ?
install or download
same thing
almost
you even have the spigot link
not on a aternos server
you don't know how to install a plugin on Aternos ?
then how did you download Deluxe Mentions ?
i know via the plugin tab but not for the rest
well
it's a plugin
which is on spigot
majority of those plugins are on Aternos
but the first thing you do is check in the Plugins tab
I'm having an issue with the Bungeecord placeholder %bungee_total% - this always displays 0, other placeholders work correctly. I've also tested the placeholder with /papi parse me %bungee_total%.
where are you trying to use the placeholder
Im having an issue with PlaceholderAPI, where I get this message when I type /papi ecloud list all: No cloud expansions are available at this time. I lost all the placeholders, and I cant download any.. how can I fix this? I also tried to reinstall PlaceholderAPI, but its still not working.
u can download the expansions u need manually from https://api.extendedclip.com/home/
alright
thanks
How do I download? Whatever I type in-game it says No cloud expansions are available at this time.
download them from that website
and then place the jars in /plugins/placeholderapi/expansions
Trying to use the bungee placeholder in TAB
Hey, I'm having problems adding the library to my plugin via Maven when I follow exactly what's written on the GitHub page, could someone help me understand why Maven doesn't recognize the API?
Here's my pom.xml file: https://pastebin.com/EzfTB9L9
This is the first time I use APIs via Maven sorry if I'm making rookie mistakes ^^'
Do you have auto import enabled
var DecimalFormat = Java.type("java.text.DecimalFormat");
var format = new DecimalFormat("#,###.00");
var balance = %lottery_pot%;
function formatLottery() {
return format.format(balance)
}
formatLottery();```
so im trying to format my lottery pot amount so it shows decimals, and commas, but im not sure what im doing wrong
https://www.spigotmc.org/resources/lottery.22137/ is the plugin
i also have little to no knowledge of JS so if someone could explain what im doing wrong id appreciate it lol
you will probably need to parse it as a number first before use it.
how would i do that
parseInt may work
i have no clue as to where id start lol
i have a feeling it has something to do with lala(%lottery_plot%); is that partially right lol
parseInt("%lottery_plot%")
var DecimalFormat = Java.type("java.text.DecimalFormat");
var format = new DecimalFormat("#,###.00");
var balance = "%lottery_pot%";
function formatLottery() {
return format.parseInt("%lottery_pot%")
}
formatLottery(); ```
gave me a script error
there's a formatting expansion on the ecloud made by andre if you only want to format that value btw
hmm i dont know if i understand how that expansion works lol, but thats basically what i need
@vivid sparrow Unknown expansion.
{placeholderapi_formatter_value:{%lottery_pot%}} this is what ive been trying to use for featherboard
but it doesnt do anything
don't use %% inside
yeah i tried it in FB and same thing
hmmm i'm trying to see how the expansion works
from what i understood that is what it needs but im not sure
"no number or placeholder provided"
what does /papi parse me %lottery_pot% return
hmm nothing
it was just working a second ago
one sec
so /papi parse me %lottery_pot% returns "500" but /papi parse me %formatter_value:({lottery_pot})% returns" no number or placeholder"
no number or placeholder
that's the pattern
that's all I know
ahh lol idk what to do
wahts the difference between %townyadvanced_town%
%townyadvanced_town_formatted%
@mint fable
@rare comet,
Please respect the rules, be patient and don't ping staff members!
hello
hi
i have a issue
with pinger
%pinger_online_46.105.172.144:25565%
detect offline but my server is online
Hello I want to ask If JavaScript can't be used in /papi parse me %javascript_commandschange%
If Yes Then The Script I receive has an error Idk why
Hello I want to ask If JavaScript can't be used in /papi parse me %javascript_commandschange%
If Yes Then The Script I receive has an error Idk why
@austere hawk it can
what's the error ?
hi
i have a issue
with pinger
%pinger_online_46.105.172.144:25565%
detect offline but my server is online
@austere hawk do you have PlaceholderAPI and the Pinger expansion on the server in the placeholder?
@austere hawk do you have PlaceholderAPI and the Pinger expansion on the server in the placeholder?
@junior musk yep
@junior musk wait I go to my PC rn
I have no idea then TwerkRekt =/
Hey Frosty, I fixed a bit the code you made for RRRishi for the random chance π
function getCommand()
{
var random = (Math.random()*(7-1)+1).toFixed(0);
switch (random) {
case '1':
return "[console] fly %player_name%";
case '2':
return "[console] msg %player_name% 1";
case '3':
return "[console] msg %player_name% 2";
case '4':
return "[console] msg %player_name% 3";
case '5':
return "[console] msg %player_name% 4";
case '6':
return "[console] msg %player_name% 5";
case '7':
return "[console] msg %player_name% 6";
};
}
getCommand();
```it's working now, if you want it Β―\_(γ)_/Β―
Shame Math.random(max) isn't a thing
yeah
seems like we're having issues with downloading the Maths and Vault placeholders for unknown reasons, anyone able to help us out?
19.05 15:24:54 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'papi' in plugin PlaceholderAPI v2.10.6
19.05 15:24:54 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[patched_1.12.2.jar:git-Paper-1618]```
can you show the rest of the error ?
it says [Multicraft] Skipped 27 lines due to rate limit (30/s)
check logs
friend's on it atm, he will post it in a min
oki
@plush nexus,
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.
Ohh, perfect
damn that bot has some high IQ ngl
lmao
Yeah do as Barry says and it'll fix it
Yeah its fixed :)
My kills and Deaths dont work in minecraft
that gives us tons of info
how are they not working ?
what placeholder are you using ?
Placeholder API-2.10.6
what placeholder are you using ?
Statistic
try to use the expansion that is in the pinned messages
put it in the /plugins/PlaceholderAPI/Expansions/ directory
and make sure to remove the old Statistic expansion jar
%kills% and %deaths% aren't PlaceholderAPI placeholders
put it in this directory /plugins/PlaceholderAPI/Expansions/
remove the old jar
/papi reload
i know
then use %statistic_player_kills%
but statistics dont have kills
and %statistic_deaths%
cool
π
%server_time_HH:mm:ss%
%server_time_dd/MM/yyyy HH:mm:ss%
thnx
Any ideas as to why I can't get these placeholders to work? I have the expansion and it's enabled. %statistic_mine_block:emerald_ore% Trying to use it in deluxemenus
yup
That seems to have worked, thanks!
π
Last thing: &a%statz_blocks_broken_59:7% I have this one but the plugin Statz doesn't work with 1.8 which my version is - and trying to use the statistic placeholder %statistic_mine_block:wheat% can't be fetched. Is there something missing or another placeholder I can use within Statistics?
I think it's seeds
Can I use ID's in that or does it have to be the name of the item?
Sorry I had to leave for a bit @junior musk
So the name?
but SEEDS should work
CARROT, POTATO
I'll give it a try
then idk=/
Anyone know a placeholder that will display amount of players in a certain zone/area? Thought world guard might have something but doesn't look like it
I don't think that exists
might want to ask in #development π
probably the same name
usually
or maybe it's inbuilt, check /papi list if it isn't already registered
Nope, nothing named it nor in my list
then /papi ecloud download PrisonRanksX
@austere hawk
it doesn't have an expansion
I think
also just because it says it supports doesn't mean it has placeholder
s
it could just mean that you can use placeholders in the plugin
he said it wasn't in /papi list
yeah probably no expansion then
I'm just not using it
I didn't want to use it, but EzPrestige was having some issues but I'll try to just fix that
yeah but even if it has PAPI placeholders then it should be in /papi list
The plugin is completely broken
Yeah
It showed a null expression as soon as I enabled it
probably outdated, like using the old PAPI methods that has been removed
Server failed to load it continuously, so I'm just going to try to fix EzPrestige
PrisonRanksX is the most dated plugin for prisons actually
Last update was April 20th
But apparently the support is bad
Like from the dev
what version of PAPI are you using?
So that brings me to my next question, EzPrestige is having issues with checking the rank you need to prestige
also are you sure that placeholders do not work?
I'm F rank but it still says "You need to be rank F to prestige!"
And yeah the plugin is garbage
?
what plugin are you using for the ranks? still PrisonRankX?
because in EzPrestige config.yml there is this option - '&cYou need to be &f%prestigerank% &cto prestige!'
so the palceholder used there is probably wrong
Hey! I'm using VanillaTweaks scoreboards to track a lot of stuff and I'm trying to get PlaceholderAPI's ScoreboardObjectives placeholders to show some values from them, but the scoreboards contain underscores so it throws a bunch of errors. Is there any way to escape underscore characters?
the underscores aren't shown if the placeholder is parsed
so makebsure you downloaded the expansion
I mean the scoreboard itself has underscores in it (hc_playTimeShow for example), the expansion is downloaded
so the placeholder looks like this: %objective_score_hc_playTimeShow%
I mean the scoreboard itself has scoreboards in it
π
sorry I'm tired lmao
%objective_score_<obj-name>_[otherEntry]%
Note: [otherEntry] can be another player name, Offline Player name, or non-player Entry
it parses as [otherEntry]
I did that, it pretty much borked the entire scoreboard xD
https://my.namejeff.com/33YdVVsF.png
also keeps spamming the console with java.lang.NullPointerException so that didn't work
thing is, the datapack uses that specific name
I have to replace every occasion of that name with the non-underscore one if I wanna do that and I have no idea how many there are
I'm scared to touch it tbh
I dont know neither
there should be a way to escape special characters ngl
\ ?
I think I tried that one
it didn't show the backslash x)
Hello i need help with how to setup ezranks with pex
@austere hawk #spigot-linking
you need to link your spigot account with your discord account to verify that you bought the plugin EzRanksPro
nope
because you have to prove you bought it
?notowner
Not the owner of the server?
If you're not the owner of the server and you're the one requesting the support you'll need to first get the owner who purchased the plugin to join and run through the verification system listed in #spigot-linking, once linked they just need to give us the thumbs up that you're with them.
nope
or else the stff team will ban you
nope lol
I don't even have paypal lmao
nope
cRaCkEd
aight it's not gonna work with escaping characters I'll just make it work with other scoreboards, thanks for the help
material: 'head-%vault_eco_top_player_1%'
thx
1- yes
2- Which is the last version?
thanks
2.10.6 is latest. whoops
ok
np
can i ask here if there is any plugin in 1.15.2 ffriend plugin?
im new at discord
where are you using it?
featherboard
{placeholderapi_statistic_time_played} then
if you use placeholderapi placeholders you need ot add placeholderapi_
still not working
do /papi ecoud download Statistic /papi reload
ok
it's working
but which placeholder is for counting player time on join ?
blitzzz?
there is none
from statistic
you need another plugin
for that
this one
has
%lastloginapi_last_login_elapsed%
/papi ecloud download LastLoginAPI
/papi reload```
also use {placeholderapi_lastloginapi_last_login_elapsed} on featherboard
'' no expansion found with the name LastLoginAPI'
@austere hawk what is the command?
That command I send u ?
yhea
I don't think that will work
as expected
I might be wrong but I think you have to use papi parse me %hydrapontosformatados%
if %hydrapontosformatados% is even a placeholder
xD
is one placeholder i make for my personality playerpoints
on featherboard that placeholder is funcional
can someone help me how to do the mobcoins in scoreboard?
hello
- '&f<asb-level_name_2>: &b<asb-level_score_2>'
not workink
working
holographicdisplays
help me pls
dude chill u will get help just have patience
okey sorry
help
Because that's not a placeholder?
what?
Why am I getting the error "no cloud expansions available at this time" even though I have 3 installed already?
u can download expansions manually from https://api.extendedclip.com/home/
put them in /plugins/PlaceholderAPI/expansions
Sup
Dude did u tried to look up all the placeholders from askyblock
I can not find
how do i make deluxemenus cloose when i click a item?
add the [close] action
=pl mastercooldowns
u cant apply cooldowns directly through deluxemenus. so u can use the plugin above ^
anyone know how I get placeholders that don't have a download command?
the plugin would probably have it built into the plugin
so there isnt a need for a dl command
ah okay
hello
can i use papi for bungee ?
i meant
i have a plan for bungee plugin and can papi works on bungee ?
Nope
it is planned for 3.0 but usn't possible atm
but you can make a bridge for PlaceholderAPI on your Bungeecord plugin like BungeeTabLitsPlus and TAB did
i don't like plugin garbage
oh
you ment
make bungee plugin
send data to java plugin with bungee plugin
thats cool
im kinda new at this things
thanks for advice
Global Holders on songoda is good too
Imagine paying for that when PAPI3 will include that.
PAPI3 needs to be out first =/
That's true
but yeah, that would be a bit sad and stupid x)
can we have some info about the progress? π
what is papi 3
oh
papi3.0
if some of developers of papi can see me, please add bungee support for 3.0 and we can reach placeholder from every server
it is already planned afaik
yeah x)
would be cool if there was a placeholderapi bungeecord addon
so u can do placeholders with bungeecord uhm Plugins
π
You guys know what plugins have a kda placeholder?
where do u want to use this placeholder?
if the plugin support papi fully then u can use math expansion %math_{statistic_player_kills}/{statistic_deaths}
2 ways ^^
I have an issue with PAPI when I am trying to register the Expansion it doesn't trigger it / register it:\ API version 2.10.6
https://paste.helpch.at/bosapujora.java
https://prnt.sc/skyitc
You seriously have to name it that huh?
huu no it is just a test
i can name it a_b_c i dont care
but that not the issue
the stupied string
And you sure it's registering it?
is there a way to test it ?
add a debug to see if it actually gets enabled
```INFO org.bukkit.plugin.UnknownDependencyException: PlaceHoldersAPI````
it is throws this
depend: [Vault, PlaceHoldersAPI]
probably because of this
but I doesnt get it that the name of the plugin isn't it?
no
Show that depend line again
depend: [Vault]
i removed it because the plugin isnt loading when it is present
PlaceHoldersAPI or PlaceholderAPI this
Because PlaceHoldersAPI isn't a thing?
%math_10*%vault_eco_balance_fixed%% Is this possible ?
yeah
%math_10*{vault_eco_balance_fixed}[precision:0]%
here you go mate
precision 0 is so you don't have any numbers after ,
or after .
depending on your country xD
if you put 1 instead of 0
you will have something like 1000,1
1000,0*
or 1000.0
idk
i can't remember if it is a . or a ,
anyways I said to much stuff that doesn't rly matter
good luck xD
thx mate
is there was to check the number of items a player has ?
yes specific item
CheckItem expansion
isn't that boolean expansion ?
it has checkitem_arguments which is boolean
but also has checkite_amount_arguments
that will just return the number
of items that respect the arguments
I don't think they are called arguments but you get the idea
oof i didn't notice that
no worries
It seems like none of my placeholders are working in my scoreboards or holograms. When i do /parse etc I do get a valid return
Which placeholders?
Have you downloaded the correct expansions?
I downloaded through the ecloud the skript extension and registered it with the reload
so they work with /papi parse me but not on your scoreboard/holograms ?
what scoreboard plugin are you using ?
and if you use Holographic Displays for the holograms, do you have Holographic Extension and ProtocolLib ?
is onPlaceholderRequest called async or sync? i'm modifying a plugin that provides an extension for the placeholder api and it queries a DB within the method, so i wanted to check
im using featherboard and correct. they do work with papi parse
and holographicdisplays
on FB, since it uses MVdWPAPI instead of PAPI, you have to use {placeholderapi_<placeholder without <> >}
and for HD, I told you above β«
also, if you want to update placeholders on holograms' lines, it's explained on Holographic Extension's SpigotMC page
Red_Epicness, not sure off the top of my head but PAPI is OS so you should be able to find out pretty quickly
i'll dig in if i have to, hoped someone here would know
Most likely will, most are asleep atm
Tanguygab
You are a hero
I have been messing with this for a long time. My dumb ass thought that fb would use papi but it didnt..
{placeholderapi_%skript_killtop.kills::{uuid}%}'
This doesnt work unfortunately, but it works with the papi parse me
removing the %% didnt do anything
only removed a few letters
is this on featherboard?
yes
I noticed that it always removed one, i get it. Thnx for the advice!
Remove the thing entirely, ew
this is true
I try with placeholderapi %supermobcoins_mobcoins% but its doesnt work its says this https://gyazo.com/e7f8c8b90a746fc562c46370ea06cfa0
So I set up the javascript papi and I tried random integer to input a negative number as the first value
(-100,100) and it returns "NaN"
Does this random integer not support negative numbers?
%javascript_randomintbetween_<min>,<max>%
try with 2 positives numbers, if it works then I guess it doesn't support negative numbers
π Does PAPI have a way to get EssentialsChat placeholders?
We have an in-house plugin which doesnt have support for PlaceholderAPI but does for essentialschat (somehow), was wondering if theres any like %essentials_placeholder_...%
@trim mist I'm cooler cause I like PAPI x1000
@gusty heron,
Please respect the rules, be patient and don't ping staff members!
Barry you're like Clippy I love you
If Jay sends a message here, he'll level up.
ooof
@patent adder
Ur higher lvl
how does one get the verified role
In which Discord
Bing
I don't think we have a verified role anymore here.
turst me bb
We had one for like Hypixel Devs.
Not really
π’
certified papi
That's why you have /daddy in-game.
drunk programming be like
π
can you manually assign tier 999 for people that go above and beyond in the call of "daddy"
You think ur so cool
because you know the story of daddy
Huh?
Well, you're kinda cool.

π
why does the world have to be this way
Wait so Clippy is a very forgiving dude and will not ban people for tagging staff - does Barry have that level of patience or will I get banned π
ooh
i will only ever ping you in my domain then
feel free to ping me in here too lol
Who cares about barry anyways
hey guys i want some help
So i have skywars gamemode and all of the maps are servers so i want to show in my "server selector" all of the players count in 1 place is that possible ?
yes
How
plugin ?
but we cant code it
ok u send me
i will code it
send what exactly ? : D
config.yml DM me
of placeholder ?
or the server selector
server
kk
accept friend
who actually understand in placeholderapi like a real dev i need help : (
can u help me @sharp jay pls?
ask away iiAhmed
hehe
its my othe account
Lol
i have a server selector
and i have more than 1 skywars Lobby
and servers
and i want to display all players in both lobbies in the compass
You can use the math placeholder
is it possible through papi?
You can use the math placeholder
@sharp jay how does it work?
Terfs we want it like hypixel
%math_{bungee_lobby1}+{bungee_lobby2}[precision:0]% @jade flume here is an example
thank u
@austere hawk ^^^ π
same for you !5RoD
well you had some devotion ... 1 year is a lot
we did search but nothing like we want it was like it
okay f my english
okay anyway thank you guys
@sharp jay is {bungee_lobby1} the server name or it requierds the "Bungee_"
no
@sharp jay does it need the last version ?
latest version of papi?
server version?
1.8.8 spigot
"The Provided Value Was INVALED"
-ver placeholderapi
do you have the bungee expansion?
1.8.8
1.12.2
1.13.2
1.14.4
1.15.2
v2.10.5 - Latest
v2.10.5 - Latest
v2.10.5 - Latest
v2.10.5 - Latest
v2.10.5 - Latest
latest should work π
also make sure you used the correct server name
link to what?
PlaceholderAPI?
it should be the first thing on google searches
when you search PlaceholderAPI
so i just search up bungee expansion
you don't have numbers after .
so it won't be like 2.00
it will just be 2
if you have 2 players for example
like max player?
You can use [precision:<number>] in the placeholder, to set, how many digits after the . are shown
so by default if you don't use precission
if the result is 2 for example
it will return 2.00
instead of 2
there is a problem i made 2 players in diffrent lobbies
and showed
4 players
in it
so instead of 2 it shows 4?
yes
can you paste the math expansion you used?
it takes so long time to change the numbers after changing the server
can we like change the refresh time
yeah I think you can in plugins/PlaceholderAPI/config.yml
I think by default it is 30 seconds
i think it works now thank you very much <3333
we have another thing if you can help us with that to your a freaking legend
im trying to show how many players we banned with litebans on a hologram but we dont know how
does litebans even have placeholders?
yes
@sharp jay Unknown expansion.
I swear it had
well I can't find it neither on their page or papi's page
isnt there a way to do that
oh yeah
Q: Can you add PlaceholderAPI support?
A: This isn't possible, sorry. The only useful data from which to create placeholders with is all stored in the database, not in memory.```
I'm afraid you can't do that !5RoD
oh
its fine its not something important
just something cool to have xd
i asked the dev him self and he told me this
"Currently PlaceholderAPI is not supported.
Adding support is complicated because all of the required data is usually stored in a MySQL database which means that getting any kind of variable requires a database query, which means it could cause lag if the placeholders are used on the main server thread (if the query takes 1 second, the entire server will freeze for one second until the query has finished).
So the data has to be cached to avoid lag, but that's also complicated because if there's a large number of placeholders then the act of caching in itself can cause additional unnecessary database load because the server could be fetching data that's ultimately unused. And if there are 20 servers, then the unnecessary database load is multiplied by 20. 100 servers = 100x database load. Since I don't want to create new performance issues, this won't happen.
The LiteBans API can be used to develop custom plugins which can display any kind of database information instead, as long as it's done asynchronously."
i dont even know how to code xd thats why
welp then you don't have any other way
cant i pay someone to do that for me ?
how to use
{askyblock_island_level_calculated}
in %mvdw_<placeholder without {}>%
It explains it in the text
ik that
its not working for me
/papi parse me %mvdw_askyblock_island_level_calculated%
i already download askyblock
What I'm hinting at is that it doesn't exist
no
You need one to use mvdwplaceholders
oh ok
What a work of art problem solving is
Hey! Why i can't download new expansions? https://imgur.com/a/munPVPu
?ecloudblock
Should your host not allow connections to the PlaceholderAPI eCloud, you can manually download expansion from https://placeholderapi.com/ecloud and place them in your /plugins/PlaceholderAPI/expansions/ folder.
anyone how to use papi with guiplus
depends if GUIPlus supports PlaceholderAPI placeholders in its GUIs
yes it says it does
then you should be able to put PlaceholderAPI placeholders in it
you just need to download the expansion of those placeholders (if they require one)
trying to use mcmmo i have it downloaded
check if they work with /papi parse me %placeholder%
it just spits back the placeholder
what placeholder?
%mcmmo_level_<swords>%
I think you the to remove the <>
it's working in the gui now?
then GUIPlus doesn't support PAPI placeholders
ok got it working had to reload the plugin
thanks a lot your a god
not really but thanks =)
#spigot-linking
@brisk coral Sorry, wasn't aware π
t
%player_name%, %player_displayname%
or maybe your nick plugin have a placeholder for it
no i msearching for a placeholder thing
an expansion of placeholders ?
is it one made for a plugin ? (like, the Essentials expansion is made to integrate into PlaceholderAPI some placeholders for info from the Essentials plugin)
Is there placeholders
For mobs?
Like can you use %player_x% which would work with mythic mobs
need help
%statistic_kill_entity:<MobType>%
%statistic_kill_entity:BLAZE%
does not working
?entities
Entities Lists
what is your server version?
1.8
Hello, anyone know whats this console error?
https://pastebin.com/XRwYHKP8
statistic placeholder
@primal vault,
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.
also make sure you have the Statistic expansion /papi ecloud download Statistic /papi reload @bright moth
Does papi work with mobs
I am not aware of such features VQ9
Doesn't seem like there are any placeholders from Mythic Mobs
/papi parse me %statistic_use_item%
i tried all other
they work
but this one with suffix for mob
I meant, can you use placeholders on mobs
@bright moth download the version of the statistic expansion in the pinned message
i cannot
why?
its not for my version
it is
1.8?
now or not?
also, you have to place it in your Expansions folder in your PlaceholderAPI folder which is in your plugins folder (that's a lot of folders :p)
now
cool
i know i know
what is the problem with it?
[23:56:41 INFO]: Could not get the statistic 'KILL_ENTITY' for 'IRON_GOLEM'
for all other work
VILLAGER_GOLEM I think
?entities
check for your version
Update, placeholders directed at mobs do not get parsed
And fail
That should become a feature xD
idk then
Update, placeholders directed at mobs do not get parsed
@uncut trench placeholder directed at mobs?
Ye
what do you mean by "redirected at mob"?
that are parsed, on mobs ?
placeholders can only be parsed for players as I know, I think
Ey, so Iβm having an issue with the RedisBungee expansion, is anyone else having the same problem?
Yeah, talk to @sudden slate
Ah alrighty π
He went on and on about how he fixed it
Thank you
And then apparently it broke
I use FateHub and they say it works for them haha
Shhh
Ah dang alright, Iβll wait till he messaged me or accepts my friend request as he has messages disabled.
Oh, speaking of him. π
So I hear youβve got a fix? π
idk what the issue is, welp. We've resulted into making a lightweight RB for our servers, as we had other issues. But, I forked RB and have been toying around a fair bit.
Wonder if it's config options or something if it's working for some people
May I get that version Gian?
If you run 1.13 (or 1.12, whenever the changes were made to channels), it becomes an issue
I use 1.8 π
Then use the non latest version
is it posible to create a custom placeholder that just returns a line of text
I want to make a version placeholder so I can set it to '0.1' or whatever and the scoreboard,tablist,action bar ect all update
Guys i have a plugin which depends on the old Papi can anyone help fixing it to the new one
?
Yes. The code would look like this @velvet flint
function text() {
return "(insert your text)";
}
text();```
What plugin @jade flume ?
but without a plugin, like just in the javascript placeholders?
@calm copper its NetworkLevel Plugin
nvm, got it, thanks!
so no help π¦
Contact the dev of the plugin/expansion
he hasn't got on like a year he is annoying me ._.
do you have a mvdw plugin installed like featherboard?
yes?
you "might" be able to use %mvdw_networklevels-level%
OMG thank yOU
Awesome!
One thing, because putting %bungee_total% or something like that in your variable tells me there are 0 players?
Are you on the latest version that got uploaded an hour ago?
This versiΓ³n support 1.8?
Probably
Well i cant use PAPI, when i write %player_ping% or other i can see my ping i only se %player_ping%
thanks i didnt know that i speak spanish, in spanish there arent videos about that
%player_first_join_date% @austere hawk
@turbid tide
@austere hawk,
Please respect the rules, be patient and don't ping staff members!
can you tell me why isnt this menu
i mean, the cooldown feature isnt working
the output is 0s
and its still not showing the first menu
...
no problem
Javascript placeholders supports a text change every x time?
Example, every 3 minutes change "hello" for "test" and reverse
i can see it being possible yea
is there a way to use json text on Deluxecommands when Im on 1.7?
Ive done it before but not on 1.7
probably not
Is there a JavaScript needed for statistic placeholders?
no
Oh those are totally different then what is on the placeholder website..
send link
because it's the same that is on here: https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders#statistic
when using %mcmmo_rank_excavation% or any %mcmmo_rank_(any stat)% in boss shop pro it breaks the shop and will not open up.
am I wrong on the placeholder? or has it changed and not in the wiki?
anyone here to help?
javascript placeholders support stuff like hashmaps right?
I'm currently using Super Lobby as main plugin for my hub server, i'm trying to add the amount of active players of each sub-server on the hub scoreboard info , i used the %bungee_<servername>% placeholder but it shows '0' on active players even though the sub-servers are active
is there anything i need to do on those sub-servers so it works on the main hub?
@austere hawk Did you download Bungee expansion ?
?player
Player placeholder not working? If you are using a plugin which supports PlaceholderAPI, and the %player% placeholder doesn't work, then change it to %player_name% and download the player expansion.
Commands:
/papi ecloud download player
/papi reload
Replace player by Bungee
yes
i did
oh wait
do i need to install it in all sub servers?
Try π§
nop. still shows as 0
Are you using a plugin called ExploitFixer by any chance
no, never heard of it
Try /papi bcparse me %bungee_yourserver%
What its returning ?
I just installed bungee today, i don't really know if i need to do any extra configs for it to show online players
returns '2'
And its showing 0 in the scoreboard ?
yes
Did you configure servers into config.yml ?
of the proxy server? or hub server?
Also what plugin do you use with scoreboard ?
Proxy
yeah both servers are in there
i'm using superlobby rn
As the placeholder is returning 2 with a parse
i also added the placeholder in the menu config, so it shows how many online players there are when selecting a gamemode
The issue come from your plugin
alright, thanks, i'll look into the plugin config then
I will look to
SuperLobbyDeluxe ?
@austere hawk
yes
Try to use DeluxeHub3
Better plugin
will do, thanks
when i reload my server, placeholders look like "%player_name%"