#placeholder-api
1 messages · Page 91 of 1

sorcery ¯_(ツ)_/¯
I installed it
I need to enable it in the config
how do I access the papi config?
for what
You don't <o/
to set the option to true?
ye
It is still disabled in the config
I added it gaby
I enabled this ´github_script_downloads: true´ But do i need to restart the server?
I did that
Now it is working. I needed to restart the server
I did /jsexpansion git list And now what?
Now download an example js
those give u a template u can edit now
okay
If you need help/advice feel free to ask and someone will point you in the correct direction
Okay 🙂
Great
@onyx mauve
var placeholder = "%placeholder%";
function placeholderCheck()
{
return placeholder == null ? "Null placeholder" : placeholder;
}
placeholderCheck();
But does that check the %tab_tabsuffix%?
placeholder will never be null
So this doesn't work then
use "" instead of null
var placeholder = "%player_name%";
function check() {
if (placeholder === "clip") {
return "&cextended_clip";
}
if (placeholder === "gaby") {
return "loser";
}
return placeholder;
}
check();
could do something like that
var placeholder = "%placeholder%"; It is that placeholder that is going to be "checked"?
yes
okay
But is it possible to check if there is anything at all? or do i need to check for a specific word?
!= ""
love you too @final shadow
smh ye it should be an empty string
Is there any way to get the players suffix?
Uhh... It is TAB by NEZNAMY
%vault_prefix%
can someone help me with leaderheads setup??? im trying to setup is worth/value top 1 but it wont do it correctly? i might be using wrong placeholder??
I think i fixed it 🙂 Thanks for the help everyone
Hello could someone help me, this js isn't working (my achievement never equals true) ```js
var achievements = [
"%Advancements_story/root%",
// ...
"%Advancements_husbandry/tactical_fishing%",
"%Advancements_husbandry/balanced_diet%",
"%Advancements_husbandry/break_diamond_hoe%"
];
var achieved = 0;
function getAllAdvancements() {
for (var achievement in achievements) {
if (achievement.equals("true")) achieved++;
}
return achieved;
}
getAllAdvancements();``` but if I do that it work : if ("%Advancements_story/root%" == "true") achieved++;
I think it's a bit fucked up with var type 😮
Also my achieved placeholder is returned as float and not int
event if I cast it as int
or if I return that int returned = achieved;
It write on my scoreboard "25.0" instead of "25"
.toFixed(0)
int is not a thing in js (?)
It's not
js has that
Does it work, is the question tho Gaby :p
Ew then
var person = {fname:"John", lname:"Doe", age:25};
var text = "";
var x;
for (x in person) {
text += person[x];
}```
there's also "of"
Because thats how they initialize strings
hello, the deluxechat might having a little bug
@ionic maple #spigot-linking and then go to #deluxechat
@vivid sparrow Sorry for pinging you but why this row if (achievement.equals("true")) code... doesn't work
@wheat delta
Please respect the rules, be patient and don't ping staff members!
is that in javascript?
relared to that message I sent earlier https://discordapp.com/channels/164280494874165248/573429521554866178/688046479033630761
the condition is fucked up
But this string workif ("%Advancements_story/root%" == "true") achieved++;
99% sure that for in loop won't work in the js expansion, so ull have to use forEach() or fori (or whatever its called)
le loop work I tried to achieved++ in
and it work :/
but someone told me in isn't working as I thought
in is the index
and I want the string
ok then great!
Try using achievement == "true"? Afaik equals should work but try that
I'm trying with ==
also did that fucking js expansion have a doc ?
wiki or something
cause i'm pretty lost lol
There's a wiki for it, but if you're asking about the js itself, it uses java's nashorn engine
Do u have the wiki link?
aBooDyy
with LocalTime is there a way to use the 24 hours format?
or only the 12 hours one?
oh nvm
found HH instead of hh :)#
If u don't set the format on the placeholder, it will use the default one from the config.
yeah I know
i just didn't know that hh and HH is a different thing before
now I know 🙂
hello i use tabreborn plugin and i get this issue cause your plugin:
plugin who create issue:
https://www.spigotmc.org/resources/tab-1-5-x-1-15-x-free-version.57806/
hi i get this error with placeholdersapi? How can i fix him?
https://pastebin.com/vhU5igGE
did you try updating TAB Reborn ?
Hi
I have a problem
Static placeholders doesnt work
it shows 0
instead of real data
@me pls
Redisbungee placeholders do not work
Hello, i need help with using placeholders from PlaceholderAPI. It doesn't work for me and is it showing nothing.. just empty space. Without error, without warns or something.
Please.. :/
@coral furnace Where are you using them?
In my plugin code.
Please use a paste service to share configs, errors, code and long logs.
• HelpChat Paste
If you need it ^
I don't have any error. I can send only code. Moment.
Sh... i'm absolutely lost now.. i cleaned my code, and don't know how to do it with PAPI.. 😐 😅
A resource that allows information from your favorite plugins be shown practically anywhere!
• Spigot
• Wiki
• Placeholder-List
• GitHub
• eCloud
I'm making /profile.. i want to make it show some info about player as.. group, name, balance, expiry of vip, and etc.. but when i was trying to get from %player_name% or everything other else it didn't work and show empty space
These links didn't help me.. i already checked it. I don' know what to do.
Also make sure you have the expansions that you need downloaded
Yes, i have.
And you can test if it's your plugin or the placeholder by doing /papi parse me %placeholder_name%
check what that command returns
Yes that's working it returns my name
Please use a paste service to share configs, errors, code and long logs.
• HelpChat Paste
I cleaned my code.. i don't know what put in it now for get it to work. I was searching in logs and there is only successfull starting PlaceholderAPI and expansions.
?
Ah, so you have no code for it at all yet
welp, rewrite it, make sure to pay attention to that whole wiki page, and then let us know what happens
?
Can you please give me example for making it at CommandSender? Beacuse i see only examples ( examples what i don't know what to do ) for onEnable event.. and i need for /profile command. 😅
( ||Sorry for my very BAD english..|| )
you run the same code
and just use the string wherever you want to use it
so probably send a message to the player
you need to pass a Player, not a String
don't use s.getName() you need to make an instance of a player
if(s instanceof Player)
Player p = (Player) s;
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
Checkout that page
it will help
and that picture is also very small
Oh, sorry. I took bad url for picture.
https://i.imgur.com/dzqq1Bl.png
So, i have this ( clean start ).
What to do for send messages to sender with placeholders as informations?
Send the string that setPlaceholders returns
How can i do that? Please. 😅
player.sendMessage(PlaceholderAPI.setPlaceholders(player, your_message))
Is it right?
I tried to upload it to server, and restart. No error, no bad messages... but still is blank space when i type /profile.
A blank space where?
Example >>> Your nick > %essentials_nickname%
That place where is %essentials_nickname% is blank.. but when i normally parse with command it show my nickname.
That is with everything
LuckPerms..
Yes, and.. i'm ultra ULTRA confused.. after milion restarts this restart helps me.. i don' know how.. if is your code correct, or just magic.
I will try other placeholders.
And, thank you for help and patience. 😅
Please use a paste service to share configs, errors, code and long logs.
• HelpChat Paste
Also, you should be returning true for your command
@coral furnace
Looks like your server can't connect to our API,
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.
Thermos. I know.
It's weird.. on first install of PAPI was connection good.. after half hour it can't connect? 😄
UniversalSystem 1.1
But now it works.. as i said. What maybe fixed it?
so /papi parse me %essentials_nickname% works?
wait it works now?
Did you restart the server?
Very interesting
fun
I guess i can mix player.sendmessage formats.. For example.. only text without papi inside i can use my main.msg("",s) but when with PAPI i will use your.. or it will not work?
you can use the papi anywhere
I mean.. i will show, moment.
Mixing my main.msg("", sender); with your player.sendMessage... : D
No complications will be?
you can use main.msg if you want
if that does what you want it to
you gotta send more text links, less images
=paste
Please use a paste service to share configs, errors, code and long logs.
• HelpChat Paste
Okej, and.. i hope last question.. how to do main.papi to contain papi thing?
https://paste.helpch.at/owibapelab.java
I have this for main.msg
And, i want to main.papi include send message to player with papi included.
So i can feel free to use %blablabla%
Okay, so just do main.msg(PlaceholderAPI.setPlaceholders(player, stuff), sender);
It can't be maked to main.papi? 😅
you can make that if you want
https://paste.helpch.at/kikezavegu.java
I can' figure how.
just put what I sent you in the method
main.msg(PlaceholderAPI.setPlaceholders((Player) target, msg), target);
I think you need to learn java a bit more mate
I'm here to help, but going forward it would be very helpful
Also this has turned into a #development discussion
Again, thanks a lot, boy.
You really helped me today.
And yes, i'm planning to do more Java learning.. 😄
Thanks, and bye. 😅
👍 o/
Hi
i'm using papi v2.10.4 and i've problems with minecraft server version 1.8.8
ecloud doesn't work
?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.
Static placeholders doesnt work
please, someone?
Static placeholders?
You probably have to add a line to the hologram which updates every x seconds
You need an update argument there as well
In menus too
again update argument
But i have
Most things use arguments so it isn't updating for no reason
The problem is with the placeholder
Because its shows everywhere
0
Instead of real data
parse the placeholder and check if it still returns 0
I mean check the placeholder you're using..
If you haven't died, ofc it will always show a 0
reinstall the expansion
No clue
😭
Try reinstalling papi
ok
i fixeeeeeeeeeeeeeed
disable-saving: false
forced-stats: {}```
in spigot.yml
why ecloud and javascript doesnt work?
?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.
And what's the issue with JS ?
Because there isn't a config.yml for javascript?
It creates a new folder, and a file called javascript_placeholder
Have you reloaded papi after installing the expansion?
yes
why i cant see placeholderapi's files and folders?
i can see only expansions
its my problem
Hello guys i need help:
Don't we all
I have a problem: Im using a plugin named " TrMenu"
And im using the placeholder " Pinger "
%pinger_online_localhost:port%
%pinger_online_ipofmyserver:25565% = Bungeecord = its says " Online " Perfect 😄
But when i do %pinger_online_localhost:port% = A minigame server = Its says offline
I use the localhost " For the security of my server "
What can i do ?
what do you mean by localhost? do you always use localhost instead of the ip?
because I don't think that localhost works
you will have to use the ip
Okey so in my bungeecord.yml i use " host:ip:port
And in my servers: I use always " localhost:port "
well i don't think that you can use localhost
you will have to use the ip
or dns
if you have dns
For example:
well try doing the command multiple times
spam the command: /papi parse me %pinger_online_dns:port%
for a few seconds
ok now its works
yeah
and for the servers:?
it takes some time
change the port to the servers port
or your bungee server has a different ip than your servers ip?
No
The same machine
I will give an exemple wait few seconds
Host: iptheserver:25565
servers:
Lobby:
motd: '&1Just another BungeeCord - Forced Host'
address: localhost:25520
restricted: false
pvp:
motd: '&1Just another BungeeCord - Forced Host'
address: localhost:25519
restricted: false
when i try papi parse me %pinger_online_iptheserver:25565%
It says " Online "
When i try papi parse me %pinger_online_localhost:25520% = Offline
so ?
well i rly don't know
latest version? of the expansion?
well do you want wither or wither skeleton ?
im already using _
/papi ecloud download statistic 1.7.0
/papi reload
any errors in console?
yess
can u send it?
[20:05:53 WARN]: java.lang.IllegalArgumentException: The supplied EntityType doe
s not have a corresponding statistic
:/,
well then, seems like spigot doesnt store that
so u can't get that for that entity type.
with statistics expansion ^
tanks for help
why does the %pinger_gameversion_127.0.0.1:25611% replies Paper 1.14.4 instead of only 1.14.4
when %pinger_version_127.0.0.1:25611% already replies the same
They are the same thing probably, just like an alias
When will the RedisBungee expansion be fixed?
the placeholder isnt working on essentials chat very confused
Do you have chatinjector?
?
Hello I would like to know how to put a delay between each example action: a player takes an item and has to wait 30 minutes before being able to take it back
No that's the time before the item is given with de plugin TrMenu
take it back or again?
there is no specific way. the way i do it I give them a permission
for 30 mins
and check if they have the permission or not
He wants a cooldown placeholder from PAPi,
30 mins was a exemple I want to do for 1 day actually
There is no expansion of playervault?
@junior musk Unknown expansion.
doesn't seem to
whats it needed for
So that
I can do /papi parseme {name} %player_has_permission_playervault_amount_1%
So that, I can check if the player has that permission
%otherplayer_hasperm_<player>_perm_<permission.string>%
Enjoy
or %player_has_permission_<permission>%
@sharp jay Will there be an update to fix redisbungee placeholder?
@bright plover whats the issue
I think that the author of the plugin needs to add the placeholder and update them
^
Hello, I have head shop, where is option to sell mob heads. Why I can't sell a zombie head? Here is config: https://pastebin.com/egg5Zm00
@ember crown DeluxeMenus is a Menu plugin NOT a shop plugin
so you will have to take the item from their inventory
and also check first if they have the item
NOT
you can do the shop in it
but IT is not mainly a shop plugin
that is just an example of what you can do with it
also
- '[console] clear %player_name% GRANITE 1'
as you can see it takes the item
from players inventory using a command
requirements:
anything_here:
type: string equals
input: '%checkitem_mat:GRANITE%'
output: 'yes'```
and It also check if the player has the item
essentials doesn't have a clear command
it clears the player entire invetory
inventory*
1 sec. aBooDy has a plugin which is good for managing items in players inventory
I can give a link to it
Yes please 😄
So guys, what is wrong? I have downloaded CheckItem expansion
@bronze bison, can you help me please?
@ember crown
Please respect the rules, be patient and don't ping staff members!
Sorry for ping
Truger23 please next use paste.helpch.at
Ok
well what happens when you try to sell?
It writes deny message
%checkitem_mat:ZOMBIE_HEAD% only checks if the player has at least a zombie head
And I have zombie head in the inventory
not multiple
what is your server version and your deluxemenus version?
./version and /dm version
and DM latest means 1.12.0?
Yes
Ok, I will try it
it is fixing a lot of bugs for 1.15
also what plugin are you using for the clear command?
and it only removes the 1 zombie head?
No, nothing
It still writes deny message
deny_commands:
- '[close]'
- '[message] &c&l[!] &cPro prodání této hlavy musíš držet hlavu v ruce!'
do in chat
no problem
but what plugin are you using for the clear command? @ember crown
essentialsx?
Yes 😄
because on the version before the latest if I do /clear %player_name% ZOMBIE_HEAD 1
it removes the entire inventory
for that player 🙂
[23:16:11 WARN]: [DeluxeMenus] Material for item: profil in menu: profil is not a valid material name / id!
[23:16:11 WARN]: [DeluxeMenus] Skipping item: profil
profil:
material: PLAYER_HEAD;%player_name%
slot: 13
display_name: '&bInformace'
lore:
What is wrong?
That warn is in the latest version DM (1.12.2)
And where to put the placeholder?
I have it in the before
And it writes warn too
material: head;%player_name%
This
[23:18:11 WARN]: [DeluxeMenus] Valid format: head-<playername/%player_name%>
head-%player_name%
Yes, it works, thanks 😄
[23:23:06 WARN]: [DeluxeMenus] open_command specified for GUI menu: vip_kity already exists for another menu!
[23:23:06 WARN]: [DeluxeMenus] Skipping GUI menu: vip_kity
[23:23:06 WARN]: [DeluxeMenus] open_command specified for GUI menu: kit_vip+ already exists for another menu!
[23:23:06 WARN]: [DeluxeMenus] Skipping GUI menu: kit_vip+
[23:23:06 WARN]: [DeluxeMenus] open_command specified for GUI menu: kit_mvp+ already exists for another menu!
[23:23:06 WARN]: [DeluxeMenus] Skipping GUI menu: kit_mvp+
I really don't know what and where it can be wrong. In the previous version of DM it did not write any warning, but suddenly in the latest (1.12.2) yes, I do not understand
you can't have the same command for multiple menus
But he is not the same command for multiple menus
vip_kity, kit_vip+ and kit_mvp+ al have the same open command
well that is what it says
vip_kity:
menu_title: VIP kity
open_command: vip_kity
What is here wrong? 😄
kit_vip+:
menu_title: Kit VIP+
open_command: kit_vip+
hmm
Here isn't mistake too 😄
Ok, I will try it rename
It supports, it must blocked menu kit_pvp too
- supports too
hmm
@ember crown can you at least try changing the commands for all those menus?
with something like: test1, test2, test3 etc
and see if it works then
if that wouldn't be to much to ask could you paste all those 3 menus in a paste.helpch.at?
@ember crown Does it open menu if you do /vip_kity
Don't works, it writes "vip_kity is not a valid menu!"
@ember crown have you used an yaml validator to see if there is no spacing mistake or something like that?
use yamlchecker.com
and paste your menu there
and see if it returns any errors
does it turn any error in log?
well thats new story
vip_kity:
file: vip_kity.yml
kit_vip+:
file: kit_vip+.yml
kit_mvp+:
file: kit_mvp+.yml
did you try changing command do something else?
or just removing command
as i can see you dont need it anyway
Great 😄
deluxemenus work normally for me on 1.15 and last version 🤔
also I think you should move the conversation to #general-plugins or #general-plugins-2 as this is more for PAPI discussions
🙂
Can't there be a bug in the plugin?
probably it is a bug caused by the plugin as 1.12.1 does not support 1.15
and the 1.12.2 one is still a dev build
is not fully released
no problem 👍
Placeholders work when I parse them, but they don't work in chat or on featherboard, any ideas?
I have chatinjector
yo
My console keeps spamming [MVdWPlaceholderAPI] There is no MVdW placeholder plugin installed![MVdWPlaceholderAPI] Put one of Maximvdw's premium placeholder plugins in the server!
I have featherboard and the placeholder installed..
any chance of placeholder supporting tuinity?
What now?
tuinity breaks placeholder api
is it possible that a feature update might fix it?
sorry .. future
It would help if you explained what that is.. perpahs a link*
Does placeholderapi not work at all?
Because if it's a fork of paper it should work fine
no feature of placeholder works
Does the plugin load properly?
"loads" enables.. but it breaks others immediately on load that have it as a hard dependency
ah well thank you anyway 🙂
ehhh maybe it s something else.. or ..
hrm does placeholder break with java 11?
i'm special.. something about java 11.. confused superbvote something about the date format and json
how in the hell.. this disabled formatting for my tab plugin and the placeholders
i dont iknow
wiping superbvote and starting from scratch fixed it
guys
\
why it does not works
javascript_displayname
when i got javaskript instaled
did u add the part to javascript list
file: displayname.js```
In javascript_placeholders.yml
when using the placeholder for meta it replies with nothing (luckperms)
hello
can anyone help me gather players from multiple servers?
'&c%pinger_players_93.114.82.37:25574% + &c%pinger_players_93.114.82.37:25575% + &c%pinger_players_93.114.82.37:25574%'
that's what I need
you can use the Math expansion
math
I know, and I understood that I have to use javascript
%math_{placeholder}+{placeholder}[precision:0]%
I know, and I understood that I have to use javascript
why ? you don't need to use js
js used to be the only way back then
ah
%math_{%pinger_players_93.114.82.37:25574%}+{placeholder}[precision:0]%
or %math_{pinger_players_93.114.82.37:25574}+{placeholder}[precision:0]%
second
How do I see which placeholder expansions has an update ready
I get this in console "[PlaceholderAPI] 1 installed expansions have updates available."
./papi ecloud list all
and see which one are Orange
those have an update available
tysm
is there an ecloud for statistics like %kills% or %deaths% etc
Hello, Placeholders for BungeePerms don't work for some reason
So I'm trying to display all the groups that the player is in via %bungeeperms_groups%
and it doesn't work
it just displays %bungeeperms_groups%
Isn't it included in BungeePerms?
the placeholders
I'll try it
@junior musk
[10:22:46 INFO]: No expansion found with the name: bungeeperms
>papi ecloud download BungeePerms
[10:22:52 INFO]: No expansion found with the name: BungeePerms```
@austere hawk does it show in/papi list ?
papi list
[10:34:18 INFO]: 3 Placeholder hooks registered:
[10:34:18 INFO]: player, server, vault
seems that it doesn't
Yes
@bronze bison
10:48:09 [INFO] Welcome to BungeePerms, a BungeeCord/Spigot permissions plugin
10:48:09 [INFO] Version 4.0 dev #84
10:48:09 [INFO] Author wea_ondara```
When trying to import with maven I get the error
Dependency 'me.clip:placeholderapi:2.10.4' not found
I've tried with v2.10.4 too
does /papi parse me %bungeeperms_groups% work @austere hawk ?
@rotund sequoia check this https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Hook-into-PlaceholderAPI#import-with-maven
Yeah I have
says "replace version with the version listed at the top of this page" which I did and doesnt work
I did it via console
Are you online? In the server?
for the test i tried papi parse mastopgunaf %player_health% and it worked (20.0)
yes
i am
Then contact the plugin's author. The expansion is built into the plugin.
Anyone knows why maven is showing error "Dependency not found" ?
It should work? I've recently used it and it was working fine.
I'll check in a bit
its working fine @rotund sequoia
so why am I getting a depend not found error
Reimport it
guys
do you know why happend this allways
if i reload featherboard it's show me but
only 20-30m then happend this again
yes
no
i'm doing featherboard relaod and it's fixed
i dont know wich one is it featherboard or papi
Is there a placeholder for the total number of region a player owns and rents?
hi?
I checked that out, but all the placeholders there are irrelevant to what I want
@cunning charm
Then likely one doesn’t exist
bruh
For what plugin
@cunning charm https://helpch.at/papi
is there a placeholder for ezprestige cost?
i am habing a issue with papi plugin ;-;
i cant post images here sooo how do i can show the issue?
ty
https://imgur.com/a/60s8DXd so i downloaded vault on the command /papi ecloud download vault, but the extensions don't work!
And i downloaded worldborder extension but the placeholder don't work!
My HD are on the latest versions (same to papi)
MC version: 1.8.8 paperspigot (no error in console)
Thanks for listening ❤️ Waiting for answers
Not sure if this issue is on papi's side or luckperm's but the expansion for luckperms doesn't register. Papi says that I don't have the luckperms prefix expansion registered but it also won't let me register it (essentials expansion is properly recognized). It happens with both the ecloud version and the version that I downloaded manually from luckperms. Whenever I try to register the expansion, I get the error An internal error occurred while attempting to perform this command. I'm able to register other expansions just fine. The server's paper 1.15.2, and the error happens with both the latest official version of papi and the dev build.
Does anyone know how I might be able to register the luckperms expansion?
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.
If you want to keep using v4 please download the version 4.1 of the LuckPerms expansion.
I parsed %statistic_kill_entity:SHEEP% just now and it shows 1, after I killed a sheep it still shows 1. What happen?
Parse it with /papi parse me %<placeholder>% and check the output
Yea that's how I parsed it.
This doesn't work with other animals either. I've tried COW and CHICKEN and they don't work either.
Anybody has come across this problem?
what server version?
@austere hawk
PaperSpigot 1.15.2
what does %statistic_kill_entity:minecraft:cow%return?
Invalid entity param.
Here's my plugin list: https://imgur.com/a/pgL8IJS
I think the whole statistics placeholder broke, %statistic_mine_block% doesn't work either.
Neither do %statistic_sneak_time%
However, not all placeholders return 0. %statistic_sneak_time% returns 8475, I think it stops working after I have installed a certain plugin, but I'm not sure.
@sharp jay @uncut pilot
Yes
I thought this is a Spigot thing.
@brisk coral any chance you know whos maintaining this expansion
sec
Thanks guys ❤️
Alright.
I could but I'm a lazy shit
Test what
statistic expansion on 1.15
Ya I can after work
when is after work?
Like an hour and a half
alright
Looking at the expansion code and I don't see why it wont work on older versions as well
@brisk coral what was the problem with using latest statistic expansion on 1.12?
Wasn't it the : which were switched to _

I don't use 1.12 so can't tell you exactly 🤷♂️
guys whats the best scoreboard that support papi ? 1.15.X
oh well found another 1 that seems it supports papi
featherboard as well
it does, you have to use
{placeholderapi_<placeholder>} tho
ah, right
got rid of animated names and tab from maxim, gonna get rid of fb as well, wanna try something new 😛
@final shadow @brisk coral Can you please @ me here if the statistics expansion is fixed? Thank you so much!
@austere hawk
Please respect the rules, be patient and don't ping staff members!
Just finished all my school work for the week, I'll go check out what's wrong with it
got rid of animated names and tab from maxim, gonna get rid of fb as well, wanna try something new 😛
@wicked chasm I would recommend you TAB Reborn as it regroups those 3 features (even if the scoreboard is in the premium version... but that's not important x) at least it is way cheaper than FB)
got all maxim plugins m8, for more than 4 years now
XD
just found an easier tab now
and i guess even better
and scoreboard
KiteBoard? :perhaps:
tab/animatednames and boss bar , all in 1
abd for scoreboard im trying https://www.spigotmc.org/resources/animatedscoreboard.20848/
yeah so im using the free version of the tab that u linked me XD
if he add the paid version on spigot il buy it from there
he can't add it on Spigot
oh
the spigot staff won't let him do it
diodnt know that
I don't remember why
ok, i bet is a long story
yeah
anyway i love the free version as well
Spigot and it dumb rules
When using Parkour expansion for papi, my server will generate a bunch of errors when i join, and when i join for a second time,, it will crash the server if it hasnt alredy. I know that this is caused by Parkour for when i remove it, the server works just fine. Anyone know a solution to this?
Please use a paste service to share configs, errors, code and long logs.
• HelpChat Paste
okay 1 second
thats so wierd its not breaking anymore
ill paste if it does though'
this happened when i was editing the cmi hologram for some placeholders like record time and leaderboard https://paste.helpch.at
after this shows it restarts
the server
@austere hawk
Looks like your server can't connect to our API,
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.
sorry, heres the link: https://paste.helpch.at/fopafulavo.shell
the first bit is the crash, the second shows when i log in
[Parkour] Course 'goodmorning' was not found in the database. Run command '/pa recreate' to fix.
that shows everytime even though i do recreate it but it just says recreated courses: 0
try to report it to the plugin author
the parkour works fine though, so idk what the issue is for
anyone know a solution to my error? it crashes when i have papi parkour downloaded.
okay, thanks
Hey guys. I'm trying to make it so if a player has a permission they can view an item and if they have the amount of emeralds needed they can buy it. However, if they don't have the permission it'd just display a barrier.
https://paste.helpch.at/rolisatipo.yml - Everything works so far, except for the purchasing of the item, and making sure they have 5 emeralds in order to make the purchase. Any help would be much appreciated. Please tag me is response.
Cheers 🙂
@next garnet https://paste.helpch.at/ateyilelik.sql
@turbid tide still says I don't have enough emeralds
@turbid tide worked. I forgot to download the CheckItem. Thanks heaps for your help mate, really appreciate it 🙂
👍
Does these still work? https://gyazo.com/08a19980353e42ae68d2d21940af57e0
Cause trying /papi parse me %leaderheads_player_statistic_time_played_1% and it doesn't seem to be working, it just returns the placeholder
have you downloaded the expansion Henrich?
Yes
and if you do /papi ecloud list installed does it appear in there?
Actually no it doesn't
after you did /papi ecloud download LeaderHeads have you also executed /papi reload ?
Yes
But it's in the expansion folder tho: https://gyazo.com/48aef37e6fd4365ed4f81bec03d87689
try restarting the server
Is there a way of fixing this on PAPI's side?
18.03 12:04:01 [Server] Startup [16:04:01 ERROR]: [PlaceholderAPI] KoTH is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [SubSide] and urge them to update it ASAP.
I mean that warning has been there for like more than a year lol
You can still use the expansion, just downgrade papi, but any other expansions might not work due to it
Damn it >.<
That's not even a thing though, there aren't any expansions for KoTH on Ecloud.
probably internal then
What?
Means the plugin handles placeholders within the plugin itself
how could i go about using placeholders from placeholder api in a discord bot
like
use the placeholdders from my server
papi doesnt support that, if the bot is hosted on a mc server you can probably access papi api from there
yes i can host it there
how do i get the placeholder data
if i use something like discord.js
you will need java
dang
hello people. i got a looking dumb question. i got a on build network all working fine with place holder exept only one server alway casting offline and nothing with pinger version i said literaly nothing. no info. same for bungeecord placeholders. so i wondering if some one know why or can help me to troubleshoot this sketchy and weird issus since i never got this one. i think its maybe cmi at some point causing casting info be denied or something else. if you know something ping me
how do you make it so when you click something in the gui its make you get kicked out of the gui?
@dark parcel
Please respect the rules, be patient and don't ping staff members!
shutup barry
@dark parcel to what?
what scoprebored you use
sorry i only speak featherboard
Hmmm
sorry im dont even know
But how to download btw
i mean ecloud
which should i download
there are no supports
Yeah i checked about that
i dont think there are kills counting
are you using the right placeholder for that "player" libary thing
Doesn’t seem like that
Player deoenst have killcounts
Hmmm
i just want to make a kitpvp server
and with a scoreboard
with killcounts and death
Will it reset when you close the server?
no it shouldnt
Alright
stats will only reset when playerdata is deleted in the world folder
Imagine pinging me
imagine barry being useless bot and not looking into the future to know who people will ping you to stop him
%statistic_deaths%
ok
ok
if you want flying statistics in your server about top playerkills
i have found excellent plugin
like h ologram i mean
yeah
very cool for kitpvp server
holographic display?
Akx it requires to get placeholders for top 10 killers then
yes but there is one that doesnt require setup and is very easy to use
how do i add top 10 kills on scoreboard xD
alright
it is very good plugin
@tepid patrol
Looks like your server can't connect to our API,
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.
i got error
Help xD
I'm trying to load DeluxeChat and LuckPerms placeholders but neither are working
Oh
because the new LuckPerms expansion for PAPI doesn't support below 5.0
since the API was reworked
Ohhh
