#placeholder-api
1 messages · Page 174 of 1
Please respect the rules, be patient and don't ping staff members!
Haven't noticed any difference except for the $ sign being on the formatted placeholder
I made one with Javascript xD
Is it public?
wym?
the whole internet depends on me
this text is sent to over 100,000 servers worldwide
i will find out everything and hack everything
sorry
the whole internet depends on me
this text is sent to over 100,000 servers worldwide
i will find out everything and hack everything
sorry
oh ya?
ah yeah okay
My server is literally cursed. Placeholderapi bungee_server some servers display as 0. Some display as their actual counts. This is making literally no sense though
display where?
hologram?
i need help rn, my server is down because of papi
like it keeps happening
it gets stuck at placeholder expansion registration initializing
what incompatibilities does it have with plugins?
Is there an expansion that parses a placeholder of a user specified.
So
%player_[username]_(%placeholder%) and it'll return the placeholder of the user specified, if no username is specified it'll just show the user who did the original placeholder.
Example:
BOB:
Does /nick show Jerry
it shows Jerrys placeholder for %nickname%
but if BOB does:
/nick show
it'll just return bobs placeholder when that is sent in the message.
one question, what is papi the time?
- " &b%player% %playtime_hours%"
o is other command
what is the placeholder command For "baltop" for essentials
There isn't, use Vault placeholders
Is there a way to check for RGB names/lores using CheckItem?
ParseOther
%parseother_{PlayerName}_{placeholder}%
(the {} are required)
do you want Playtime or the time of the world? if you want playtime, use the statistic expansion, if you want the world time, use the world expansion (you can use -papi <expansion> in #bot-commands to get the list of placeholders in that expansion)
I don't think it's possible, but you can ask on the expansion's github for this to be added https://github.com/PlaceholderAPI/CheckItem-Expansion/issues/
it might be if you use the ugly hex format. not 100% sure tho §x§a§a§F§F§0§0
where x will always be x
and aaff00 represents the hex color
I guess it depends how it checks for the lore not sure actually
Someone asked to use the formatting provided by each economy plugin, thats probably a side effect. Will think about it
%vault_prefix_color% returns the same as %vault_prefix% Is it supposed to do that?
Is it possible to make a plugin that will list me exact numbers from /glist
Like it'll take 1 server from glist and display the count
well. depends what vault prefix is.
you don't need a plugin. there's the bungee expansion. just use that
blitz, remember my issue from yesterday
it doesnt work at all.
I've asked so many people, and at the end there is no solution
It just looks so bad on my server, how there can be like 20-30 people in a specific game/server, and it'll display "0"
I'm so confused tho. it works on some servers but not on others?
Exactly
Just a simple thing like &4Admin
I've completely lost all hope for this, I'm not sure what to even do about it
Basicly i installed an extention using
Papi ecloud download statistic
Then i did
Papi reload.
But when i go to a hologram and i use the statistic place holders in place holder api wiki such as
%statistic_time_played% it simply shows %statistic_time_played%
you'd have to use Imgur.com
and both of them return &4Admin?
Will that explanations do
Yea
that is because holographicdisplay doesn't support PlaceholderAPI.
can you generate a dump and send it here? use /papi dump and it will generate a link for you
I am doing a custom reward line using command panels such as
IF %player% has %Statistic_time_played% = 500
( basicly compare
Unlock x command and permission
Im using holo to test
Will it work
If the placeholder work
Kept at it for hours going from plugin to plugin 🤣
well don't use holo to test. because it doesn't support placeholderapi. if you want to use placeholders in holograms install HolographicDisplay, HolographicPlaceholders and ProtocolLib. but to test placeholders always just use /papi parse me %placeholder_here%
I have protocol lib
then install HolographicPlaceholders as well.
Alright thanks
also you might want to use another placeholder
because that placeholder returns a string
not a number
Will that work
Will the :hours one work
nope
that returns the 1 from tis string
use the hours_played
one
Yes
%statistic_hours_played% I believe it is called
Have you restarted your server though
Yes i did
no it will not
that one returns a different thing
Oh
let me explain
I wish a placeholder to return to
hours or just 500 as in hours ( 500 as an example )
And one for elytra travelled block to return to 500 000 as an example
%statistic_time_played% will return formatted time so for example: 2d 5h 16m 36s which is 2 days, 5 hours 16 minutes 36 seconds played
%statistic_hours_played% will return 53 which is what you get when you convert 2 days to hours and add 5 more
%statistic_time_played:hours% will return 5. which comes from the formatted time.
so as I said
use the %statistic_hours_played% placeholder
that returns what you want
@coarse sable so I checked the code and yeah. what that placeholder does is take the last color in your prefix but if you only have 1 color at the start it will return the entire prefix.
you mean blocks traveled right?
I think it is %statistic_aviate_one_cm% but every 10 means 1 block bcz it returns centimetres not metres
Sweet
Tysm
I stayed hours trying to figure it out
Hours 😂
Thanks so much
Ill try it as soon as im home
That's a bummer
I've opened an issue and if that is indeed a bug someone hopefully will fix it but I cannot since I am not sure how it is actually meant to work.
Hello, I just implemented placeholderAPI in the new plugin, but now every time they don't have placeholderAPI installed, the plugin just crashes
if (Bukkit.getPluginManager().getPlugin("PlaceholderAPI") != null) {
this.placeholderExpansion = new PapiExtension(main, flagsRepository,sleepService);
this.placeholderExpansion.register();
}
The error I got is the following:
at me.mrgeneralq.sleepmost.Sleepmost.onEnable(Sleepmost.java:30) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin(CraftServer.java:520) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins(CraftServer.java:434) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:619) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:266) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1010) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:305) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.ClassNotFoundException: me.clip.placeholderapi.expansion.PlaceholderExpansion
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:142) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[spigot-1.17.1.jar:3254-Spigot-8e90744-1df303e]
at java.lang.ClassLoader.loadClass(ClassLoader.java:519) ~[?:?]
... 11 more
do you have placeholderapi installed?
The crash only happens when they don't have PlaceholderAPI on the server
no
But the plugin is softdepend on it
name: sleep-most
api-version: 1.13
version: ${project.version}
main: me.mrgeneralq.sleepmost.Sleepmost
authors: [MrGeneralQ, PandaCrafter1, HorrendousEntity]
commands:
sleepmost:
usage: /sleepmost
description: open the sleepmost help menu
aliases: [sm]
sleep:
usage: /sleep
description: Allows players to register themselves as sleeping
softdepend: [PlaceholderAPI]
ok. but you do not have placeholderapi installed
yes correct
oh wait
can you send a paste bin of your entire class?
the expansion?
nope. where you register it
A member of staff has requested I move your pastebin.com paste to our paste.helpch.at!
If you need any bit of explanation on the code, just ask please
I could also forward you the github?
@turbid tide , you still here? (online?)
I think I found the issue .......
doing a quick check
ofcourse -_-
oh god I feel dumb ...
Haha
still testing it now though
Np
so what I Cannot understand is why the error shows at line 30 in your main
well I do
I defined it as a private variable on top -_-
in the bootstrapper
so that is why it fails ...
ohh
I'll try now
what is?
Yup
it works 🙂
I am stupid, for defining it as a private variable on top -_-
ofcourse it doesn't find the class then, and ofcourse the bootstrapper also has to be one of my core classes xD
When is ETA for PAPI v3?
late 2023 I believe
Wtf
I believe that means there is no actual ETA yet but that is what Piggy usually says.
That's sad. I need bungee placeholderapi so bad. So I can parse placeholders from my minigame servers to my hubs
I wonder if there's an add that adds that features somewhere
there is an api but you need to know some java to use it. like you need to make your own plugin with that api.
and I donj't even know if that api is maintained anymore.
what api?
yeah. title says unmaintained as well. and idk for sure if it does exactly what you need. but you can take a looc
look*
did u mean 2033? 🌚
nah pretty sure he said multiple times 2023
yeah. here
missed the joke 😒
oh well. we don't joke about PAPI3
Thanks. So this API will be able to parse placeholders from PlaceholderAPI to other servers without using a plugin on that server that creates that placeholder? Just wanna be sure.
no.
I just said. you will need to write a plugin
for the api
the api alone does 0
nothing
nada
that's why I said you need to know java to write your own bungee plugin
otherwise it has no use for you
I understand
I have some java knowledge
But as far as I saw there's no proper wiki on the api
Is there any way i can make my plugin that hooks into placeholderapi reload with serverutils? I register and unregister the placeholders but after a /su reloadplugin, my plugin's placeholders no longer update.
I know y'all are probably against things of that nature, but is there any way around it? Thanks
hey all, does anyone know of a placeholder to display the time a player is online (in one session not all time)
placeholderapi causes the server to pause its startup within every other or so restart
I believe that the LastLoginAPI has a placeholder for that. %lastloginapi_last_login_elapsed%. But you will have to download the last login api. here: https://www.spigotmc.org/resources/66348/
Im making a leaderboard for stats that doesnt let me choose what position to get (Like get 1st place or 5th place of %statistic_mob_kills%)
what would be the best way to do it myself?
i want to do it with a bunch of different stats from different plugins
ok i ended up doing what the vault extension does basically. if theres a better way to do it please let me know. also is it better to do it as a papi extension or spigot plugin? made it as a plugin for now
Expansion-vault.jar does not want to load 😭
Server Version git-Paper-308 (MC: 1.17.1)
PlaceholderAPI version 2.10.10
Vault version 1.7.3-b131
need help please .-.
what's the error?
there is no real error. it does not load and register the placeholders.
...
[13:44:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: checkitem
[13:44:21] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin.
[13:44:21] [Server thread/WARN]: [PlaceholderAPI] Loaded class me.clip.deluxechat.DeluxeChat from DeluxeChat v1.16.2 which is not a depend, softdepend or loadbefore of this plugin.
[13:44:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxechat
[13:44:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: randomcolor
[13:44:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic
...
no "successfully registered..." and the placeholders are therefore also not present.
https://api.extendedclip.com/expansions/bracket/ can i have my new expansion verified please
%bracket_(_pronouns_pronouns_lower_nounset_)%
its a bit messy
but basically if %pronouns_pronouns_lower_nounset% is not empty then itll wrap the value in brackets
parentheses?
you know what i mean
they're all brackets
things that go around text
only if it's not empty
correct
yeah i get that
because you have support for a full prefix and suffix
i just wasnt really sure what else to call it tbh
I'm trying to think of a name myself
the main use case i had in mind was for brackets, ive seen a couple of servers that just have empty brackets
ye
that usually comes from people misconfiguring essentials I believe
because people add their own brackets inside the essentials format instead of inside the format in the other plugin
so instead of having a prestige prefix as &8[&a100&8] in the prestige plugin, they'd have &8[{prestige}&8] in their chat format or something
But this is useful for things you can't configure, normally you'd have to make a custom javascript for it
v nice
yeah my userbase arent exactly the most technical people
also it gives me an excuse to use my formatting lib
true
@final shadow when you're around could you take a look at this please
Please respect the rules, be patient and don't ping staff members!
sorry wasnt trying to bother you, it just got buried
smh
what am I here for?
@untold crater u know you could've just added bracket placeholders support instead of having them be placeholder_like_this
without anything.
imo it would be much better
and maybe you allow them in suffix and prefix as well like that
final String[] paramsSplit = params.split("_"); you parse the bracket placeholders here
final String[] paramsSplit = PlaceholderAPI.setBracketPlaceholders(player, params).split("_");
I think
that's the only thing I have to say about it. that is just more for consistency
alright. verified it.
ah sorry i wasnt aware you could verify them, ill take a look at what you've said thanks
Well clip wouldn't have responded anyways lol. There's a few people with access.
my only concern with this is what if the parsed placeholders contain underscores
and also nesting if someone wants to do that for some crazy reason
thanks so much!
.
Does vote party has the feature of giving a garunteed reward ? Like whenever they vote , they get a vote crate key ...
Sorry I'm noob at this,
How would I set a variable to check if a player has a permission properly? I've seen the community example but would something like this be going in the right direction?
var perm = "permission." + [/\b([1-9]|10)\b/];
To get the possibility that a player could have a range of permissions differentiated by the ending number?
Hi, I want to show the players online in my bedwars servers i have more then 5 servers and i want to count all this servers in a same number
Yes.
Hello, how do I use placeholders in chat for broadcasts?
my server is literally cursedddd
i've been trying to fix placeholderapi %bungee_servername% for days, and its now randomly working in 2 out of my 4 lobbies, this happened the other day too then they magically dont work anymore sometimes
is there an alternative plugin tht actually works?
@azure cosmos It all depends on the broadcast plugin
@marble creek Make sure you got the server names correct
you need to use javascript i think
Hello. I was wondering if there is a way to reset the stats of my placeholders. Like for example I’m using the %statistic_mob_kills% placeholder. Is there a way to reset it in game or do I have to go delete some files?
What broadcast plugin do you recommend for placeholders?
Please respect the rules, be patient and don't ping staff members!
o
Hey 👋
I'm having a problem with the placeholder %statistic_time_since_death%. A while back Clutz helped me out by changing the format of the placeholder using Javascript (1w 1d 24h 30m 12s ---> HH:MM:SS) However, i've noticed when players reach 24 hours of survival time 24 hours is added. Here is an example, say a player reaches 24 hours 30 minutes and 23 seconds it states, "48:30:23" instead of "24:30:23" I have no idea why it adds 24 hours to the hours counter when a player reaches 24 hours of survival time. The intended outcome is that when a player reaches 24 hours its still counting as if nothing changed. Ex: A player has 230 hours it will display 230:30:50 & if a playe has no survival time it will display as 0:0:0 If anybody can help me out i would appreciate it. Here is the code written to change the format of the placeholder. (If you could please ping me in response)
is there a teams expansion to display how many ppl r in a certain team?
Ya think..
Please respect the rules, be patient and don't ping staff members!
I figured a solution
Using holographic displays
Any help for this poor fellow
might help if you left in the caused by part of the error
cause all i see is a error with server expansion but not what caused it
Thats all I see regarding errors, I’ll include the areas surrounding it later
that's an easy fix. update the server expansion. /papi ecloud download server then /papi reload
K thx
you have to delete files. the statistics are the same that minecraft records so they will usually be located in the World folder under a stats folder.
don't think there is any "recommended" ones out there I'm afraid.
have you tested the actual %statistic_time_since_death% placeholder? to see what it returns?
because on older versions of the statistic expansion
the time would go up to 60 hours
instead of 24 hours
so make sure you're on the latest development build of it. idk if there's a release or not yet
let me check
oh yeah there is. version 2.0.1 on the ecloud. make sure you have that one
nope. afaik there isn't one
@sinful grail are you Braynblocks on github?
Yup hello!
Have you tried using & for color codes?
I have, yup!
How is the item that you're checking created?
It can only detect if it is an RGB or not, not specific colors <- By this I mean &x returns true
are you meaning hex?
but if you add a full on hex like &x&a&a&b&b&c&c it returns as false
ohhhh that's how vanilla does hex, right?
Yup!
Items are created via another plugin, I have tried making them using other plugins too. Still nudda
It can detect &x, but if you have more than that, it doesn't work anymore
Where are you able to test with the §?
@sinful grail Hey, I think it works just fine
I was able to test the § thru deluxemenus
but when it's formatted, all letters are capitalized so you have to use §x§A§A§B§B§C§C
Thanks so much!
👍 I'll close it out with info
Hi, I'm trying to create a menu that when they give you a part of the night vision menu and the other side is enough but I can't find the command to do this, could you help me?
I'm confused with what you mean? So i'm using %javascript_time_since_death% because you helped me change the format a while back. (#placeholder-api message) Whenever a player reaches the 24hour mark of survival time since death I believe the code is adding 24 extra hours for some reason. Here if you look at this screenshot of my leaderboard in game it will show you an example of the problem.
TOP - %javascript_time_since_death% format is HH:MM:SS
BOTTOM - %statistic_time_since_death% format is d, h, m, s
https://imgur.com/a/zR1TjjZ
The bottom statistic that states 1d 42h 15m 6s is correct because the player only has 42 hours, 15 minutes, 6 seconds of playtime but on the top it states 66 hours 15 mins and 6 seconds. Also I have no idea why but the bottom statistic states 1d before the 42 hours, they do not have 1 day AND 42 hours of playtime... they only have 42 hours. It's confusing 😐
Please respect the rules, be patient and don't ping staff members!
ugh. its not correct. do you not see the problem? you have 1 day 42 hours 15 minutes 6 seconds but the player only has 42 hours actually played. so if you convert that 1 day is 24 hours 24+42 = 66 that's where I get 66 from. just update the statistic expansion and it will fix
Alright, I appreciate your help 🙂 I updated the expansion and the problem resolved itself just as you said it would. I do have another dumb question though. How would I go about seeing other players statistics using the placeholder? Is that even possible?
you can use the parseother expansion to parse placeholders for other players
%parseother_{other-player-name}_{placeholder_here}%
without the %% placeholder
so for example %parseother_{Blitz}_{javascript_time_since_death}%
Oh okay cool. So I could potentially use that place holder as a way to create a manually updated leaderboard of players survival times?
oh no. if you want to make leaderboards you make it using a plugin like ajLeaderBoards or LeaderHeads
that's the best ways to create leaderboards
Oh alright cool, I tried using ajLeaderboards but i couldn't figure out how to make a command to display the leaderboard in chat. Everything was done in holograms, signs, etc.
I'll experiment with that more today. I appreciate all your help! 😄
you can use the placeholders it offers and myCommand for example
bcz I believe mycommand supports placeholders.
Oh perfect 😄
update the javascript expansion. /papi ecloud download javascript then /papi reload
parsing offline players isnt a thing huh atleast for statistics expansion
yeah it is not
ripppp
So no point in making a leaderboard if it will only work when players are online lol
damn rip
well
no
you don't understand how leaderboards work
do you?
it parses the placeholders when the player joins
and stores the data locally
so it doesn't care if the player is online or offline
bcz the leaderboard stores the data itself
so it can always access it
Oh i guess i shouldve tried before assuming again
I'm glad I asked though because now i understand how it works so that makes it easier 😂 Thanks
Hi, I want to show players online in my bedwars servers i have more then 5 servers and i want to count all this servers in a same number which placeholder do i use and how
Math expansion
Hi
%world_players_name1_name2% pls
???
im so confused
hello I have a problem with the placeholder api plugin the problem is super simple it does not create the "TitleManager" folder and it does not appear I cannot configure the plugin because I am missing the config.yml file if someone can pass me the file I would fix the trouble.
I just need the config.yml file
@mint fable
Please respect the rules, be patient and don't ping staff members!
@balmy marten
Please respect the rules, be patient and don't ping staff members!
@sharp jay @shut shale
Please respect the rules, be patient and don't ping staff members!
no
Please
Please respect the rules, be patient and don't ping staff members!
Hey I'm trying to use EzRanksPro placeholderapi module but it ain't working with deluxe chat
yeh i know that but i didn't know how to do it, it didn't work
guys, quick question, is it possible to add a certain amount to an already existing permission limit? for example if a group already has essentials.sethome.multiple.3, how do I add +2 to that, without setting it to 5, can any plugin recognise that +2 means whatever the previous limit was +2 ?
I hope it makes sense lol
Having some trouble with the parseother expansion with Towny. I have AJLeaderboards tracking the %townyadvanced_town_residents_amount% placeholder.
/papi parse me %ajlb_lb_townyadvanced_town_residents_amount_1_name% returns the player name (Kp3Wombat, in this case).
However, /papi parse me %parseother_{ajlb_lb_townyadvanced_town_residents_amount_1_name}_{townyadvanced_town}% simply returns %townyadvanced_town% instead of the town name.
If I try the name manually with /papi parse Kp3Wombat %townyadvanced_town%, it returns Failed to find player: Kp3Wombat.
I verified Kp3Wombat exists in the usercache.json file, as well. Not sure why it's doing that.
Using PAPI 2.10.10 Build 133, also tried with 2.10.10 release version.
hey ive been trying to use the math placeholder, and its returning some errors. i want to make a item that does damage based on some stats using this formula %math_100+(({objective_score_{mana_max}-100)*(100/300)*({objective_score_{{team_name}_xp}/20))%, but it returns this error:
[Server] [PlaceholderAPI] [Math] Placeholder: %math_100+(({objective_score_{mana_max}-100)*(100/300)*({objective_score_{{team_name}_xp}/20))% [Server] [PlaceholderAPI] [Math] '100+((150-100)*(100/300)*(0' is not a valid number for precision!
I believe with parseother you need 2 brackets %parseother_{{ajlb_lb_townyadvanced_town_residents_amount_1_name}}_{{townyadvanced_town}}%
try this possibly
you can't have {} inside {}(bracket placeholders inside bracket placeholders). that's too deep
ok thanks
Same result with two brackets. I have other placeholders using parseother with single brackets that work; just seems to struggle with this one, for some reason.
Like PAPI doesn't see the player exists for some reason
I can pass a different player to it and it'll work, but for some players it returns Failed to find player
have you tried parsing /papi parse me %townyadvanced_town% to make sure that placeholder works?
Yes, it works if I just parse myself, along with most other players. Some players just don't work for some reason, though.
ok so what your saying is the equation is just too complex?
well. you're trying to use placeholder inside placeholder inside placeholder
that's the problem
which is not really possible
ok thanks for helping
like you can do %placeholder_{inside_placeholder}% but you can't really do %placeholder_{inside_placeholder_{inside_placeholder}}%
because if you take the second option
what it does
is take %placeholder_ as the first placeholder identifier
then takes {inside_placeholder_{inside_placeholder} as one placeholder
it doesn't know that another one started at the second {
well
if you want like complex stuff like that
and you know some basic javascript
you could use the Javascript expansion
idk how to use javascript, but its not a big deal i already know a workaround, its just slightly more complicated to make work
Hi, I want to show players online in my bedwars servers i have more then 5 servers and i want to count all this servers in a same number which placeholder do i use and how i use math expansion but it shows a number like this 3.0000
Theres a setting in the main config file that sets the amount of decimals in a number
Although that effects every number i think
no need for that. the bungee expansion can count the total. %bungee_total%
no i don't want the total i want only the bedwars servers
ah. then you can use %math_0_{a}+{b}+..%
what should i write in {a} and {b}
the placeholders you want to add up
yup
didn't work %math_0_{bungee_bwlobby}+{bungee_bwsolo}+{bungee_bwdoubles}%
well
ok i think it worked now
Ended up just writing my own placeholders to solve the issue lol
I know placeholders are player dependent, but is it possible to access a placeholder with help of location (if you need that to access the data)?
They're not player dependent tho?
Some are but that's up to the expansion
I could just as well parse the placeholders for no one or for an offline player. But some expansions need it to be a Player
Yeah, i know. My question maybe not clear.
Some data in my plugin is location dependent (need right location to get the data). So i thinking how approach that problem.
Is easy in my own code fix that, but how i can use placeholder api.
Can create the placeholder in the format of %ID_placeholdername_<world>_<x>_<y>_<z>% and just create a location object from the params.
Oo, yeah that are one option. But will not work, one way is if i parse the last part in my plugin (translate it inside my plugin before send it through placeholder api.
Is there a papi extension that tracks who a player's last kill was
and that "who" also needs to be a player
In many servers I have seen in the infoboard in coins an icon of a coin, someone passes it to me that I cannot find it, please?
⛀⛁⛃⛂
these are the ones I could find
.disabled
%online% & %online_max% no longer work?
that ain't a placeholderapi placeholder
I used to use it to get the number of connected/ and the maximum number of connected
It has been replaced by what? Because I don't use Bungee
well it probably was an internal placeholder for the plugin you were using it in
but 100% not a placeholderapi placeholder
Oh ok i see so i need to find a internal placeholder for each plugin to display the number of connected/ and the maximum number of connected right?
What do you use as placeholders?
no. an internal placeholder means that plugin has made its own placeholders that are not accessible thru placeholderapi. that means not all plugins can access that placeholder just that 1 plugin.
Try restart maybe
i have
@austere hawk what version of deluxetags?
I get that but how can I display this information then?
latest
version please. latest doesn't tell me anything
1.8.1
so you want the number of players from the server you're on?
can you do a /papi dump and send the generated link here please?
yes number of connected on the server / and the maximum number of connected of this server
well. there isn't a max placeholder but for connected you can try the %server_online% one.
try /papi parse me %deluxetags_tag%. what does that command show in chat?
Ok thanks
%deluxetags_tag%
hmm. alr. can you restart the server and send a full startup log then please?
Startup Log Location
Your latest startup log can be found in the logs folder of your
server directory, labeled as latest.log.
Please copy the contents and paste them to a paste service.
Type ?paste for more information.
u sure that's a full log? deluxetags is mentioned exactly 0 times.
are you sure you have deluxetags in the plugins folder? bcz nope there is still no mention of deluxetags. I mean you can use CTRL+F to search for it but I can't find it
yes
i can see in console it says
Legacy plugin DeluxeTags v1.8.1 does not specify an api-version.
also
[DeluxeTags] Loading DeluxeTags v1.8.1
[DeluxeTags] Enabling DeluxeTags v1.8.1*
10.10 15:36:35 [Server] INFO [DeluxeTags] 6 tags loaded
10.10 15:36:35 [Server] INFO [DeluxeTags] Loading DeluxeTags messages.yml
10.10 15:36:35 [Server] INFO [DeluxeTags] You are not using DeluxeChat!
10.10 15:36:35 [Server] INFO [DeluxeTags] DeluxeTags will listen to the AsyncPlayerChatEvent to provide compatibility for some chat plugins.
did you get the latest log?
10.10 15:36:35 [Server] INFO DeluxeTags Updater
10.10 15:36:35 [Server] INFO You are running 1.8.1
10.10 15:36:35 [Server] INFO The latest version
10.10 15:36:35 [Server] INFO of DeluxeTags!
the on ei sent was the one
like where did you get this log from?
my console
Startup Log Location
Your latest startup log can be found in the logs folder of your
server directory, labeled as latest.log.
Please copy the contents and paste them to a paste service.
Type ?paste for more information.
get it from here ^^^
anything?
yeah
what is it?
ERROR [PlaceholderAPI] failed to load class files of expansions
what if i delete the papi folder
then restart the server
maybe it corrupted when updating?
when i do /papi reload i get no confirmation message
yeah that will fix it but not bcz its corrupted.
go to plugins/PlaceholderAPI/expansions
lol
thanks for the help anyways
you had the quest expansion
not many people will go out their way these days
that was messing everything up
ik it was sending errors
Is there a PAPI extension that can tell me who the last player I killed was? 😦 I tried searching but I couldn't find one!...
not exactly an expansion but a plugin
https://www.spigotmc.org/resources/combatstats.94932/
Hello, i need to use many placeholders of the "plan" plugin (player analytics) since the plugin loads the placeholders from the database says to set "Plugins.PlaceholderAPI.Load_these_placeholders_on_join"
(replacing the last part with the name of the placeholders). How can I do that?
Use holoextension plugin and do the command /papi ecloud download statistic and /papi reload.
after this do /holoextension:he and click on baltop in the gui
Does some one know if its possible to place a placeholder inside this one %otherplayer _uuid _<player>%
the placeholder is from the OtherPlayer extension
Pls
oh well thx ^^
If you put your nickname on the ranking and put up the money you have, you get a nickname. It disappears. Why is it like this?
The ranking system I use is used as a hologram.
like but they don't work for me
Please respect the rules, be patient and don't ping staff members!
How to get combined number of players in mulitple servers? For example I have 3 SG servers and I wanna show how many players are in total playing SG?
With PlaceholderAPI?
just a guess - math expansion and bungee expansion
maybe server expansion
how dkim said
%math_{bungee_server1}+{bungee_server2}+{bungee_server3}%
We are using the ranking system as a hologram. If you give money to the top 10 users, the user's nickname disappears. And the ranking system is not automatically updated. Where did the problem occur?
https://prnt.sc/1vp220t
Anyone why papi doe this?
https://prnt.sc/1vp2st3
And those 2 do work
so idk if im the one doing something wrong
Hello, I have a problem with the placeholdeapi plugin, what happens is that when I install it, the ranges or names with colors that I had do not work, I tried to put several plugins and it did not work either
Something similar happens to me when I install the placeholderapi plugin, the roles and nicknames of the players disappear
What are you talking about?
about the nickname of the users
that disappear
So what should I do?
not the same thing happens to me :/
Translation is difficult due to poor English.
Can you help or not?
no, but if you succeed, let me know
Do you have the same problem as me?
Yes
ok. Let me know if you fix it too.
Thanks dude
Thx
what world_time returns?
help pls
add {fast} before the placeholder
I already did it.
Do you have protocollib
me?
Yes
Which protocol are you talking about?
Thefuck
There was an error while translating. Sorry.
l have a protocollib
Yeh idk what plugins you are using so cant really help you
Its probably not placeholderapi but just that hologram plugin
After linking the vault to placeholderapi, I wrote variables in holographicDisplays (database).
it returns world time in HH:MM but i want it in ticks
Placeholderapi just works then?
yes
As mentioned above, it is linked to holographicDisplays, but the ranking is not updated.
When money is give to a player in the money ranking, it disappears from the holographic display.
Yeh idk
Could someone help me? I already got this issue for like 3 days
your host is blocking outgoing requests
so your unable to download expansions through ecloud command
just download them from the ecloud and install in /plugins/PlaceholderAPI/expansions
for the other 2 placeholders you require the expansion aswell
It did work before with my host
Where can i find the ecloud
Its just the ingame command right
^^^
get a better plugin
SuperiorSkyblock has built in placeholders so i cant get those from the ecloud site
Also i used the ecloud and it still doesnt work for the vault placeholders
help plz
you have vault installed correct?
Yes ;;
All my placeholders are broken..?
https://paste.helpch.at/nikaxazipe
define broken?
you did?
I had fixed that issue a long time ago by removing a plugin that was breaking my placeholders
and i didnt get any help i just started removing plugins
binary search is usually your best bet lol
Yep
what was the problem plugin then
TownyMission/TownyQueue
hope you reported it to them so they could fix it
that fair, still worth letting them know
cant fix a bug if your unaware its there.
Exactly, thanks for the reminder
Anyway, I've gotta go and grab a ethernet cable, my WiFi has been randomly disconnecting
can I use math placeholder inside of progress placeholder? like this %progress_bar_{math_2*(5+{vault_eco_balance}+1)+1}_c:&a|_p:&e|_r:&c|_l0:100_m:1000_fullbar:&aNice!%
no. you can't have placeholder inside placeholder inside placeholder
javascript maybe to do the math?
good idea, thanks
👍
Help me please
use a better leaderboard plugin
Do you not know how to fix errors?
what leaderboard plugin you using?
because from what youve been saying its more then likely a problem with the leaderboard plugin
Holographic Displays
is in use
no whats the leaderboard plugin
thats just for displays
also holographic extentions?
I don't know the details because I'm out right now, but maybe it is.
But is it related to updating the money ranking?
well by default you cant use papi placeholders in holographic displays
The problem is that whenever money is paid to a player displayed in the holographic ranking, the player nickname disappears and the money ranking is not updated in real time.
Hello people I do think this is not the place to ask for this but can any1 help me out on this? Where can i find Citizens placeholders? Like %npc_ID_health% something like that. (I cannot ask on their chat since they do not allow me there)
also it requires protocollib so you might have to update that to make it work correctly
tho holographic extensions hasnt been updated in awhile so it could be that
I am currently using the island rankings well.
https://www.spigotmc.org/resources/holographic-placeholders-holoextension.64535/ this might be the best option but its still in alpha so might be buggy
citizens dont have placeholders afaik
protocollib is currently in use.
Citizens no
Superrior skyblocky2 use
i wasnt answering you
Damn do you know any working healthbar or health indicator that works with citizens?
have you tried any?
also i dont think that citizens npcs have health
Are there no developers here? The error needs to be fixed quickly.
Your giving very little detail
^
Hello can you help me?
the people answering are volenteering their time they dont have to help you
^ if you cant provide information we cant not provide support
they asked you multiple times for things which you decided not to answer
I am not good at English, so it is difficult to understand. Are you saying you can't help me?
I cant help you without context or enough information with your issue
I attached the vault to the placeholder and used the eco placeholder for the hologramdisplays. The ranking appears on the hologram, but the ranking does not change, and when money is give to a user in the ranking, an error occurs that the nickname disappears.
Do you know how to fix it?
which placeholders
You enable leaderboard or whatever its called in the placeholderapi config?
I have to go to work right now, so is it okay to leave a message in DM?
From what i can tell Superior Skyblock is handling the hologram which means its a superior skyblock issue and you should report it to the dev
No sorry
In terms of activation, I did everything I could, but it may not be enough, so can you tell me the whole thing?
did you do what i asked
In my placeholder api I am trying to use the vault extension but cant get it to work and get the same error every time? can someone help me with this or am i in the wrong place
ok give me second have to run the command
[Server thread/ERROR]: [PlaceholderAPI] Failed to load expansion class VaultExpansion (Is a dependency missing
Do you actually have Vault installed?
yes
as a expansion in the api
there is another error ive seen online trying to fix that i have seen poeple talk about and it is this one
java.lang.NoClassDefFoundError: net/milkbowl/vault/economy/Economy
I mean the actual Vault.jar plugin installed on the server
no do I need to do that?
Yes
is there a way to format the exp level ?
say i have 200000 exp its ugly and make the width bigger on the scoreboard is there a way to get it formated like 200.4k here is an image https://imgur.com/a/k5BxZI3
@opaque spire
@opaque spire Try using the math expansion and divide by 1000
0.01k EXP not good
cant formatter expansion do it?
No, I think that just puts ','
So like 1000 turns into 1,000
Why not use javascript with a simple statement that if the xp >= 1000, then divide by 1000 and add 'k', otherwise leave it?
Is there an expansion for in game current time ?
I believe the world or the server expansions have placeholders for that
ah heree @wild karma %player_world_time_12% %player_world_time_24%
thanks
Is it ok if I ask for help here cause my server doesn't want to start, it just stops loading plugins and doesn't continue
Paste Services
When asking for help with a config/menu/code issue please use our paste bin:
(we prefer it over pastebin.com)
• HelpChat Paste - How To Use
@unreal spoke also #general-plugins
https://prnt.sc/1vqdb8x
SuperiorSkyblock has built in placeholders so i cant get those from the ecloud site
Also i used the ecloud and it still doesnt work for the vault placeholders
https://prnt.sc/1vqdfiy
@wide reef since you thought you knew what it was yesterday
could you try to help me further
@austere hawk how I haven’t a clue how to use the Java script I’m tryna make it auto convert k, m, b, t, all on its own
Like how vault formats money
That is possible with a few simple comparison checks. I am learning javascript myself as i go, perhaps i could try making this for you to get some more hands on experience. Basically a win-win
What scoreboard plugin are you working with?
yes
Please respect the rules, be patient and don't ping staff members!
Please respect the rules, be patient and don't ping staff members!
I attached the vault to the placeholder and used the eco placeholder for the hologramdisplays. The ranking appears on the hologram, but the ranking does not change, and when money is give to a user in the ranking, an error occurs that the nickname disappears.
Tab premium
are you running it on the server or the bungee server?
also neznamy has a discord server which might be a better place to ask about this aswell since it might not just be a papi issue
also do you have MVdWPlaceholderAPI installed at the same time?
during the startup of the server when it loads superior skyblock it will tell you which api it will use for placeholders, can you check if its loading with mvdw or papi.
as for your vault issues you will have to download the expansion from here: https://api.extendedclip.com/expansions/vault/
if your unable to download through ingame command.
its also possible that superior skyblock has changed their placeholders and just havent updated it to tell you
I did tried HealthBar and they do have health
and the health is?
Can you get an output of something in caps with some expansion or something?
Like I want to get for example prefix of player in caps
Why not just change the prefix to capitals then?
Someone asked this before, look: #general-plugins message
Some of them display 0 others just dont display and i cant toggle it for each npc :(
Can someone help please, my vault placeholder doesn't work this one %vault_eco_balance_formatted%
in scoreboard
I have latest PAPI
what are you using this placeholder for, scoreboard, tab, hologram, etc?
also try /papi parse me %vault_eco_balance_formatted%
what scoreboard plugin?
UltraScoreboards
I did /papi parse me %vault_eco_balance_formatted% this command and got %vault_eco_balance_formatted% in chat
whats the result of /papi list?
do /papi list ingame and tell me what it says
one moment
Graves, iaplayerstat, img, mmocore, mmoitems, playtime, sleepmost, uperms, uregions
you dont have the vault expansion installed
what does /papi ecloud download vault say?
Successfully downloaded expansion Vault [1.7.0] to file and reload papi
ofc I reloaded papi
I have reloaded entire server 2 times
and the result of /papi reload is what exactly?
look at console when you run the comman
if the expansion is failing to download then go to https://api.extendedclip.com/expansions/vault/ and click Download Latest and put the vault jar file in /plugins/placeholderapi/expansions
what version of vault do you have installed?
latest
1.7.3
yup
1.17.1?
yup
look at /plugins/PlaceholderAPI/expansions and see if the vault expansion is there
and when you do /papi reload does it show up in /papi list
Did /papi reload error console
Paste Services
When asking for help with a config/menu/code issue please use our paste bin:
(we prefer it over pastebin.com)
• HelpChat Paste - How To Use
the full error
you dont have towny installed but you have the towny expansion.
tho its not related to vault

remove the towny expansion or install towny
thatll fix that
do you have papi 2.10.10 installed?
When I download the script from ecloud, an error pops up, why is this?
what error?
?paste
Paste Services
When asking for help with a config/menu/code issue please use our paste bin:
(we prefer it over pastebin.com)
• HelpChat Paste - How To Use
[00:40:04 ERROR]: [PlaceholderAPI] expansion class JavascriptExpansion is outdated:
Failed to load due to a [NoClassDefFoundError], attempted to use org/openjdk/nashorn/api/scripting/NashornScriptEngineFactory
[00:40:04 WARN]: [PlaceholderAPI] skript is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
delete your javascript expansion from /plugins/PlaceholderAPI/expansions and upload the latest version from https://api.extendedclip.com/expansions/javascript/
latest I did /papi reload https://pastebin.com/mpvev1kv
vault working but this warning was that
Is there a way to run placeholder api on a bungeecord Server?
nope
you cant run placeholderapi on bungee servers but you can on the game servers (the ones that run spigot,paper,etc)
Does this also works than, if i have a bungeecord server?
i dont believe that thats from vault
yes
bungee is just a bridge between servers
Okay, thank you!
[00:49:25 ERROR]: [PlaceholderAPI] expansion class JavascriptExpansion is outdated:
Failed to load due to a [NoClassDefFoundError], attempted to use org/openjdk/nashorn/api/scripting/NashornScriptEngineFactory
/papi info javascript
Buf if i have BungeeTabListPlus in the plugins folder in bungeecord and placeholder api in the normal spigot folder, this does'nt work, does it?
nope
if you want a tablist i would suggest you make one that runs on each server instead of just on bungee
bungee tab lists that show all players on a bungee network are cluttered most of the time.
a good tab plugin if your replacing the old one is TAB by NEZNAMY
Anyone who know what this is please explain https://pastebin.com/NZk21s7H
No
/papi info server
whats the result of thatt
what does /papi info javascript say
also do /papi reload after you installed the latest version of javascript expansion
There is no expansion loaded with the identifier: javascript
did you download the latest version of the javascript expansion and upload it to your server?
Status: Registered
Author: Clip
Version: 2.5.0
yes
did you do /papi reload?
yes
/papi ecloud download server
your running an out of date version of the server expansion
latest is 2.6.0
no problem
have a good day
you too
I went to the given address, downloaded it, and put it in plugin>papi>expansions.
did you delete the old one
restart your server
I already did.
If you do ecloud download javascript, Expansion-skript is created in plugin>papi>expansion again.
PAPI-Expansioon-Javascript-flop2xB.jar
is this correct?
if i seak for that plugin, it shows my an error
its not on spigot
it was removed by the spigot mods
download it from the github page
Okay thanks for your answer
/papi register PAPI-Expansion-Javascript_flop2xB.jar
Failed to register expansion from PAPI-Expansion-Javascript_flop2xB.jar
?paste
Paste Services
When asking for help with a config/menu/code issue please use our paste bin:
(we prefer it over pastebin.com)
• HelpChat Paste - How To Use
whats the full error in console?
[01:04:12 ERROR]: [PlaceholderAPI] expansion class JavascriptExpansion is outdated:
Failed to load due to a [NoClassDefFoundError], attempted to use org/openjdk/nashorn/api/scripting/NashornScriptEngineFactory
[01:04:12 WARN]: [PlaceholderAPI] skript is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
[01:04:12 INFO]: [PlaceholderAPI] Successfully registered expansion: vault
[01:04:12 ERROR]: [PlaceholderAPI] expansion class JavascriptExpansion is outdated:
Failed to load due to a [NoClassDefFoundError], attempted to use org/openjdk/nashorn/api/scripting/NashornScriptEngineFactory
[01:05:23 ERROR]: [PlaceholderAPI] expansion class JavascriptExpansion is outdated:
Failed to load due to a [NoClassDefFoundError], attempted to use org/openjdk/nashorn/api/scripting/NashornScriptEngineFactory
upload a screenshot of /plugins/PlaceholderAPI/expansions
the folder
also do /papi list
Screenshot can't be uploaded Is it possible dm?
upload it to imgur
There is no such thing in Korea, so I don't know how to do it.
delete Expansion-javascript.jar
If you delete it, it will reappear when you download ecloud.
then dont download it from ingame
What should I do after deleting it?
/papi reload
[01:25:22 INFO]: [PlaceholderAPI] Successfully registered expansion: vault
[01:25:22 ERROR]: [PlaceholderAPI] expansion class JavascriptExpansion is outdated:
Failed to load due to a [NoClassDefFoundError], attempted to use org/openjdk/nashorn/api/scripting/NashornScriptEngineFactory
Even if you delete it and do not download ecloud, it is created again in the file and appears in the bucket like this.
you can blame skript for that
I didn't understand what you were saying. Isn't there a way?
disable skript
rename skript.jar in /plugins to skript.jar.dis
then restart your server
then delete Expansions-javascript.jar and do /papi reload
Does the plugin support Luck perms?
So, are you saying to rename Expansion.skript.jar to skript.jar.dis and delete PAPI-Expansion-Javascript_flop2xB.jar in plugins > papi > expansions?
PAPI-Expansion-Javascript_flop2xB.jar < this?
Expansion-Javascript.jar
If you do this, you cannot use the script.
Well if you cant tell something is redownloading the Expansion-Javascript.jar and my guess is skript is doing it
delete the Expansion-Javascript.jar from /placeholderapi/expansions
ok
[01:41:29 ERROR]: [PlaceholderAPI] expansion class JavascriptExpansion is outdated:
Failed to load due to a [NoClassDefFoundError], attempted to use org/openjdk/nashorn/api/scripting/NashornScriptEngineFactory
it something else thats downloading it
disable half your plugins
upload your latest.log
I didn't understand. That error popped up in the bucket when I turned on the server.
?paste
Paste Services
When asking for help with a config/menu/code issue please use our paste bin:
(we prefer it over pastebin.com)
• HelpChat Paste - How To Use
Can't upload here.
upload the content to https://paste.helpch.at/
,
Dose anyone know how to make the server run the command without /papi parse %player_name% %javascript% ??
e.g if player holding a Diamon_sword. The server will run the commnad but you have to type /papi parse myname %javascript_myjavascriptname% and it will run the command
How to link papi and skript?
Getting this error on start up
https://pastebin.com/8LyGNQrS
ty
hello good i need help with placeholder api it won't let me add the expansion vault
Why won't it? What does it say?
/papi ecloud download Vault
It tells me that there are no registered expansions
@silver minnow it doesn't work for me
Do you have the actual Vault plugin installed?
/papi reload
@fervent spire if I have the current one
@silver minnow @dkim19375 it doesn't work for me
Is that a yes or no to having Vault plugin installed?
when I put an expansion list I don't get any
Yes
When you do the command /papi ecloud download Vault what does it say?
It tells me to reload and I give it and it does not load the expansion
./papi dump
Can you see the expansion for vault in the expansions folder?
what would that command be for?
yes i see her
okay I'll send it to you
Generated: October 13, 2021 2:54:06 AM UTC
PlaceholderAPI: 2.10.10
Expansions Registered:
marriagemaster [Author: [GeorgH93], Version: 2.5-Release]
localtime [Author: aBooDyy, Version: 1.2]
Expansions Directory:
Expansion-vault.jar
Expansion-localtime.jar
Server Info: 1.12.2-R0.1-SNAPSHOT/dce6a22-DEV (MC: 1.12.2)
Plugin Info:
DeluxeHub [Version: 3.3.10]
MarriageMaster [Version: 2.5-Release]
PlaceholderAPI [Version: 2.10.10]
Vault [Version: 1.7.3-b131]
that's what I get
Stop the server, delete the Expansion-vault.jar from the expansions folder. Start the server again, then do /papi ecloud download Vault /papi reload
I already did it and nothing happens
What does it say when you run those commands, surely something would happen.
seems like you have it installed whats the exact issue have you tried the placeholders?
can you try /papi parse me %vault_eco_balance%
is the problem the deluxehub plugin?
Did you try this command?
if it detects it
That doesn't answer the question. Did you try it, and if so, what does it say?
Where can I send you some pictures?
when I enter the papi list command I get that there are no expansions registered.
?paste
Paste Services
When asking for help with a config/menu/code issue please use our paste bin:
(we prefer it over pastebin.com)
• HelpChat Paste - How To Use
@oblique heron ignore that command if the placeholder its all good
I don't understand what to do
el plugin placeholder api cuando pongo
el comando /papi ecloud download vault
Sorry I dont speak spanish
show me what /papi parse me %vault_eco_balance% displays
?paste
Paste Services
When asking for help with a config/menu/code issue please use our paste bin:
(we prefer it over pastebin.com)
• HelpChat Paste - How To Use
use this ^
tells me that there are no expansions registered
Generated: October 13, 2021 3:38:47 AM UTC
PlaceholderAPI: 2.10.10
Expansions Registered:
marriagemaster [Author: [GeorgH93], Version: 2.5-Release]
Expansions Directory:
Expansion-vault.jar
Server Info: 1.12.2-R0.1-SNAPSHOT/dce6a22-DEV (MC: 1.12.2)
Plugin Info:
MarriageMaster [Version: 2.5-Release]
PlaceholderAPI [Version: 2.10.10]
Vault [Version: 1.7.3-b131]
says
Expansion-vault.jar```
manually download it here https://api.extendedclip.com/expansions/vault/
I downloaded it and now what do I do ?
upload it to the expansions folder
inside placeholderapi
make sure you remove the old one
ok now what do I do?
restart your server
I have already restarted it
I only get the marriagemaster one.
Paste Services
When asking for help with a config/menu/code issue please use our paste bin:
(we prefer it over pastebin.com)
• HelpChat Paste - How To Use
Generated: October 13, 2021 3:53:14 AM UTC
PlaceholderAPI: 2.10.10
Expansions Registered:
marriagemaster [Author: [GeorgH93], Version: 2.5-Release]
Expansions Directory:
PAPI-Expansion-Vault_o3XmLDu.jar
Server Info: 1.12.2-R0.1-SNAPSHOT/dce6a22-DEV (MC: 1.12.2)
Plugin Info:
MarriageMaster [Version: 2.5-Release]
PlaceholderAPI [Version: 2.10.10]
Vault [Version: 1.7.3-b131]
Paste Services
When asking for help with a config/menu/code issue please use our paste bin:
(we prefer it over pastebin.com)
• HelpChat Paste - How To Use
You won't be able to upload images here directly to avoid spam, so please use https://imgur.com/ to upload images/screenshots.
You can also use a screenshot service like gyazo or jinx and post those links here.
which folder did you put that in?
in expansions
Okay confirm all steps you did:
- Deleted Old Expansion and tried to reinstall via command /papi ecloud download vault & /papi reload
- Delete any current expansion reinstall via ecloud website and RESTARTED your server
- Update Vault to the latest version
@oblique heron ^
Does it influence me that I am using a magma server?
Whats a magma server?
is a server with plugins and mod at the same time.
I am not sure but did you try to install the latest version of vault
and did you go through all those commands
I did all that and nothing
Magma is a bukkit/forge hybrid that modifies the base bytecode to "fix" stuff
yes
His Vault expansion file name looks wrong
I just added vault expansion on test server and it's different
then it is because of the name?
had him install it from https://api.extendedclip.com/expansions/vault/
I downloaded it from there
Restart your server then paste a FULL startup log
And how do I do that?
this is the name of the file PAPI-Expansion-Vault_o3XmLDu.jar that I downloaded
Restart your server, then go to logs/latest.log and copy/paste the full contents
?paste
Paste Services
When asking for help with a config/menu/code issue please use our paste bin:
(we prefer it over pastebin.com)
• HelpChat Paste - How To Use
ok I reset it and send it to you
send it here