#general-plugins
1 messages · Page 586 of 1
shhhh
one day
if you look at my expansion I even have a specific case for math_ placeholder
which is?
so that I can use another placeholder inside a placeholder inside the math placeholder
You can access the meta through your plugin
oh you can't see the expansion source duh
if (args[0].startsWith("math_")) {
args[0] = PlaceholderAPI.setPlaceholders(player, "%" + args[0] + "%");
}
lmao
🥲
obviously if I did deluxeshop now from rewrite it would already be 100% different
soon ™️
I thought it is a new project
So then what is a good multy currency plug in to use you bever did answer that
I've used MultiEconomy but according to timings, it causes some lang. Also tried GemsEconomy but it did remove all the data out of nowhere and not only once.
Message file would do what exactly
if u give them tokens its gona say u get tokens , so u can rename that what ever currency name u wish to put
tokens (default name of the currency)
Token manager looks like you csn only have 1 shop tho also looks outdated
well ive made shops in DM
so is not problem
also working fine for 1.18
i just need second currency in my server
the rest like shops and stuff im making by myself
Ohhh you said can edit message files thought you said cant
or just use Meta from DM to make a currency
also tokenmanager lacks of boosters so if some1 got JS script for boosters would be nice to share
If you use meta can it be displayed on screen and have several different types
I want multiple currencies
well with meta u can make infinity its just basic values u gona add to a player
and shows it via placeholders
Where would it show tho
then u make DM shop that req that player to have a certain ammount of currency (meta) to buy something
thats my meta for showing events won by players
%deluxemenus_meta_EVENT-WON_INTEGER_0%
returns a value
example: 2
But where does it show on screen
I want it to be dispkayed on screen
Tho a withdrawable currency wouldnt be bad either
i dont understand this
placeholders shows stuff in chat/tablist/scoreboards and everything else
Tho o can use mmoitems to make a consumable that runs a command if i need
Im wanting the currency ppl have to be displayed on there scren
how to make Towny prefixes by using EssentialsChat?
thats exaclty what im talking about
Ok but im asking if you can tell me where on screen it shows or how you set that
if they support ess placeholders u can if no use some sort of placeholder injector for that
whenever u wish u can put it
How do you set that
where u from
ukraine
check their documentation but usually essential chat doesnt support placeholders
hm
with placeholder
To set where on the screen it is displayed
where can i find towny chat config?
How do placeholders do that
You have to download ChatInjector and then replace all %% by {} for your placeholders. It is currently the only way to use PAPI in EssXChat
do u have scoreboard
Yes but i dont see hoe thats relevant to where it displays
what %% do i need to change to {}?
execpt scoreboard how u gona even disaply text ?
doesn't essentials chat and towny work together already?
%% are the placeholders from towny
Im talking about location on screen not what it says
I thought towny hooked into it
just google it duno im not using esschat neither towny
basic logic 😄
but James is lmao 😂
xD
papi, nor chat injector should be required
well when i do plugin first i go in their wiki sooooo duno
i dont understand with towny prefixes
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
send that over?
what location ? i cant understand where do u want to put that and how u want to shows the currency
i havent chatconfig.yml file
sorry that's townychat
config
and what line?
lol
towny has changed it's ways
kek
i have papi and chatinjector, what is next?
how to make prefixes of town and nation?
that's the list of placeholders
so in your essentials chat-format you add {townyadvanced_town} for example
I couldn't find a resource with the name or id of command promtper
serversigns
1.18 ?
not sure about the anvil thing
signs gona do best
🤷♂️ that's teh last plugin I used
how to remove [] on the towny prefix?
check your configs
did u make boosters for buy/sell
also, towny has a discord you can ask for support too
for my shop?
yea
I added a placeholder sell value
i want to make a script or some way for my tokens to get boosted
ok, let me ask this way: How to remove [] from EssentialsXChat prefixes?
because i havent them in config
you can probably just use math for that @hexed nymph
oh no im in danger
depends on how you give the tokens
hmm
from vault prefixes?
check whatever permission plugin you're using to set those prefixes
if the towny prefixes aren't showing that way in your towny configs then I'm not sure
I'd recommend asking the towny discord as they can probably help you right away
ok, thx
yea that may be a problem
cus im giving with commands
and there is no implemented booster option
so i guess wont happen
dm execute?
/dm execute [console] <command>
you can use that as a way to parse papi placeholders (like math) to multiply the value
and you could store the booster in meta if you wanted too
this is if you have deluxemenus
any chance to accept my fr req i need to ask something 😄
ask here?
not related for support stuff
How would i use the %player_time% requirement. For 7 days ?
is the output in seconds or ticks
seconds
err wait
nevermind
it's in a format
5d 5h 5m 5s
right_click_requirement:
requirements:
anything_here:
type: '>='
input: '%player_time%'
output: '432000'
oh
but I made a thing the other day that converts it to seconds
var time = "%playtime_time%";
var weeks = parseInt(time.match("(?:\\d*(?=w))"));
var days = parseInt(time.match("(?:\\d*(?=d))"));
var hours = parseInt(time.match("(?:\\d*(?=h))"));
var minutes = parseInt(time.match("(?:\\d*(?=m))"));
var seconds = parseInt(time.match("(?:\\d*(?=s))"));
var total = 0;
if(!isNaN(weeks))
total += weeks*604800;
if(!isNaN(days))
total += days*86400;
if(!isNaN(hours))
total += hours*3600;
if(!isNaN(minutes))
total += minutes*60;
if(!isNaN(seconds))
total += seconds;
total.toFixed();
An expansion that allows you to use javascript for processing
• Wiki
• Community Scripts
• GitHub
• eCloud
Have you used the javascript expansion before?
im just more confused now.
So make a javascript with that and point it to it in the input so it will be %javascript_playertime%
Okay and then i can do this
right_click_requirement:
requirements:
anything_here:
type: '>='
input: '%javascript_player_time%'
output: '5d'
Something like this ?
run those commands if you haven't yet 
without the _ in between
keep it one word playertime
you can use this
and save that as playertime.js
ez pz
Yeps, testing now
Are you planning to kill abunch of ppl tommorrow? Its for the papers
Not really support more like a general "does anybody know" question.
Is the a plugin like AreaShop, but you know, maintained and up-to-date? Looking for a "better" replacement.
For reference:
https://www.spigotmc.org/resources/areashop.2991/
I am already aware of someone bringing it up to 1.16 but it still has certain bugs... and I honestly haven't tried it on 1.17+ to know if it works... 😮💨
https://github.com/Curtis73/AreaShop/releases
Thanks, (please @ me if you reply)
Edit: In retrospect this should probably go in #minecraft?
Guys, hmu with a good boss plugin. That can randomly spawn in a certain area and that are easily customizable as there's so many around these days.
MythicMobs?
Yeah I was looking at that
Looked alright
but just saw other ones like EpicBosses etc
it's like the most popular, and maintained
Didn't know what was the best one as not really experimented with them
I shall go with that one then 🙂
Thank you for the suggest, Wolfe 🙂
NP
i tried EpicBosses
it's simpler
but personally MM is just "better"
but more complex too
They have a free and premium version?
yea
premium add placeholder variables support
and some advanced math stuff
like 0.1 modifiers
free is by values of 1-2-3-4
Would you suggest premium or free
depends on how complex you want to go
free can do everything premium can
except for decimal values
and some funky internal variables
eh Ill try the free
found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
in 'string', line 12, column 3:
file: servermenu.yml
^```
Hi Alex can you help me?
you used the TAB key on your keyboard, use spaces exclusively
https://paste.helpch.at/luzareyoro.bash please help, why is the only working one the faction power?
Wolfe glick pls help me!
Is there a way to make certain items stackc in a bank of some sort but not in the players inventory
Hi, help me please, I don’t understand how to do it: "an item was given that opens the menu"
How to do this? help me
You looking for a plugin that allows you to do it
I know with beton quest you can bind a menu to an item
I'm asking for advice, maybe there are tutorials?
It depends on the plugin you use to do it
For what? menu?
You want it so an item when used opens a menu correct
Description:
A person went to the server, for example, he was given a compass, with which he opens the menu, and then selects the mode.
Here's what I specifically want.
Ok so first youll need a plug in that makes menus for that id duggest beton quest as you can bind the menu to a compass and compass will opem menu
Then youd configure menu to each game mode
DeluxeMenus for menu
Already done!
Idk how its done for deluxmenus if you can bind them to an item
I only need to issue an item that will open the menu
The item tho only needs to run a command on use
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
Whenever someone talks in chat, this message appears...
https://paste.helpch.at/qucuquqono.apache
And some how people are flying in game without having permission and idk what's going on
sometimes when i type commands as well like /gms errors pop up in the console
Contact the dev of BungeeBridgeC
Before I had that issue tho, people could still fly at spawn or anywhere without permission
Ill uninstall BungeeBridgeC, i think that is associated with my report plugin
--NEW--
Can someone help me figure out the issue on why anyone can fly without the permissions to do so?
It's not of my concern to allow anyone to fly in a kitpvp server
--OK--
I found out people can only fly at spawn
so I was thinking because i have worldguard fly at spawn allowed
but they still dont ahve permission to fly
so does worldguard fly allow makes everyone be able to fly?
or just people who can fly, able to fly?
I needa that fix
--
So basically my problem is that when i do /rg flag fly allow instead of allowing people who can fly be able to fly, it gives people of all the permission to fly
how do i fix that
Use world guard and set a flag for global and set /fly as a blocked command
I’d suggest using a fly plug-in then as it will force players to have a certain permission to use /fly
essentials forces the fly permission
when i set fly to disable on worldguard, it doesn't allow ppl to fly, but when i set it to allow, it allows everyone to fly even those without permission
Yeah then I’d suggest using a separate fly plugin
What worldgaurd permissions are setup?
Guys why are my Commands assigned to the wrong NPC's, and why aren't they fixed?!
Did you make sure to do /npc select before adding the command?
I did
how to checl
I use commandnpc
this is 1.8.8 worldguard
nanowave want me to sub to your twitch if you help me?
Call me mr. nanowave :/
nanowave I'll donate to you if you friend me on discord and help me :3
Do /rg <flag name> flags
bruh ur a "dev" yet you can't help anyone and don't even know the alias for worlguard
its /rg flag <flag name> for starters
I’m sorry I have the command different on my server, just trying to be helpful. You don’t have to take my input on any of this if you don’t want to 🙂
lol
hard time believing this
also there is another discord server for worldguard so 😉
invite
find it by ur self
--
When creating a mysql databse for your bungee server, do u create the mysql database for each server or for the proxy server?
Don’t have to if you don’t want too 🙂 been messing around with mycommand recently so I’ve been changing a bunch of my commands. Pretty neat plugin.
Hey im looking for something like this but
its not chat based
it goes above the player name above their head
any ideas?
Im running TAB atm though
so y do u want a name tag plugin?
So this is my thinking. Each player has a placeholder %active_title/tag%
Then in the TAB config, I put %active_title% above the name
Then whenever a player doesnt have a tag, simply nothing shows, or whenever they change it, it updates to the new one
Then the gui shows what tags they have unlocked, similar to deluxe tags, and clicking on one, updates their %active_title% to the new title
Anyone have a good hub plugin?
Deluxe hub is pretty good
Does the default deluxetags placeholder not work? Just curious.
how to make several commands to open a menu in deluxemenus
Yup just make sure that deluxechat option is set to false unless your using deluxechat
guys can someone help me im trying to add like some sort of a delay of 5 seconds after the second event
public void test(final ArrayList<Block> blocks,final int num, final Player player) {
for(Block block:blocks) {
int i = blocks.indexOf(block);
if(block.getType() == Material.CHEST) {
new BukkitRunnable() {
@Override
public void run() {
tp(block.getLocation(),player);
player.sendMessage(ChatColor.RED + String.format("You have %s seconds to right click and left click", num));
}
}.runTaskLater(plugin, i*num*20L);
new BukkitRunnable() {
@Override
public void run() {
player.performCommand("missions create lootchest");
player.sendMessage(ChatColor.RED + String.format("You have %s seconds to click on the chest", num));
}
}.runTaskLater(plugin, num*20L+i*num*20L);
}
}
}
Follow this format
open_command:
- <command1>
- <command2>
Remove the # when you add the command
And for adding more just add another line
thanks
?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
Yup
What is an SSL? @untold pilot
like for MySQL stuff
and should it be enabled if using bungeecord mysql
It’s a certificate, you don’t need it enabled as Minecraft servers don’t use that protocol so it’s safe to leave it as false, however for websites, etc it’s recommended.
Hey, I'm trying to make a GUI kit with DeluxeMenus and it's not letting me take the kit, here is my GUI code:
https://paste.helpch.at/ezosavusul.bash
can someone please inspect the code and tell me what's wrong?
does deluxemenus support hex? I cant find anything on the wiki about it
I was guessing it would be <#FFFFFF> or <HEXFFFFFF>, but neither seemed to work
Do you get any errors in console when you try to get the kit?
Yup format is &#aaFF00
as of update 1.13.3 of DeluxeMenus, it should be supported
ah just the & character, ty
Does it do anything when clicked in either console or in game?
Yup
it just changing the NBT tag from 4 to 3
also, we run .13.4 but <...> doesnt work 
that's it.
&# is working fine though, ty
or am I just dumb or smth idk
so, you got any ideas why is it happening? @untold pilot
I’m checking atm, I haven’t found anything though.
idk if it;s a code mistake or smth, I'm just straggling like 2 hours trying to fix it
Well I have 2 things to try though I’m unsure on the results, 1) try moving the close command to the bottom of the commands and 2) are you op’d? If so try de-opping yourself and using the menu.
lets try these options
deluxetags:
Pronoob:
order: 1
tag: '&8[&bExpolorer&8]'
description: '&cAwarded for... well, Joining!
permission: deluxetags.tag.example
Idiot:
order: 2
tag: '&8[&bPlant Lover&8]'
description: '&cAwarded for Planting... Plants!
permission: deluxetags.tag.example
Im so confused as to how to format this lmao
tried a few ways to add new tags but
no luck
Im dumb
i see why
Dont look its embarrasing lmao
Yep, not working
your description
you should put an ' at the end
I'm so fricking confused about that
Hmm okay, does the console not execute the /kits command?
When you click the item?
it doesn't execute any commands, only the GUI command I execute to open the GUI..
Okay, well let me hop onto my test server and try out your config to see if I can replicate the issue
I can send you the whole file if you want (some of the lines are not edited)
I mean, other kits didn't got touched yet
Okay, you can also send it to me through private dm if needed
sure, I'll send you the plugin too
Okay
accept my fq
Done 🙂
Hi
I am looking for plugin/placeholderapi addon that use placeholdersapi to display top players with for example most cobblestone broken
I mean I want to display data from players' statistic and make top10 players
do you know smth?
u can use the leaderheads / ajLeaderboard plugin
Thanks 🙂
I was using ajLeaderBoard but my server was getting crashed with this one..
eh
leaderheads doesnt support 1.18
as i can see
Hey! I am having issues with the plug-in SimpleScore. Every time I go into the scoreboards.txt and change the scoreboard then reload the plug-in, the scoreboard just disappears in game and I can’t get it back. Any help would be appreciated thx!
Is https://www.spigotmc.org/resources/godseye-anticheat-advanced-detection.69595/
able to connect to a bungeecord server hence mysql so it will work on multiple servers and ban people from the entire network?/ notify staff throughout the entire network
on the tags plugin
is there anyway to like
show ALL tags in the gui?
but only let them apply if they have permission
would be better to show player what tags are available imo
What version of autosell is best compatible with 1.8 server
I have a bungeecord server, with subservers. I want to set a server to bungeecord restricted true but deluxemenus does not pick it up and ignores the permission.
can anyone help me. please tagg me if you have a respond.
you can make a deluxemenus gui if you want
this should be a working example menu https://paste.helpch.at/yumuvefiwu.cs
oooh
thats a good idea
And it should prevent buying it twice because they already have the permission
thats dope
thanks!
DeluxeMenu
Is there a way to get an item glowing with no enchant lore?
?dm-glow
How to add a glowing effect to an item:
# First, you enchant the item with any enchantment
enchantments:
- DURABILITY;1 # ENCHANTMENT;level
# Then, you have to hide the enchant name from showing
hide_enchantments: true```
@shell sequoia 
Thanks 🙂
Works perfect! https://streamable.com/us9wq8
that is cool Joshie
very nice
Thanks 😄
rip
xD
takes so long but not at the same time
I have a photoshop font pack for it so
not too big of a deal 😄
probably bash out 30 in an hour lmao
All i have to do is sell the permission for the titles now 🤣
I am doing a help menu atm
Oh nice
not nice
xD
I have an idea of how I am doing it
but don't know how to do it xD
well I know how to do it just not know what to put in it
I had an entire rank up plugin then realised it can all be done through DM
im gonna change the uh
glass in that video
to custom items
like checkmarks etc
as the glass is.. ugly when you run a resource pack
I love packs for stuff like this
sorry ill stop spamming help channel lmaoo
Actually while im here
is there anyway to like
change the order of them based on.. if they are unlocked?
if that makes any sense
Heres an example
like can the locked ones always be at the end?
Awe I didnt think it would be possible
You could use javascript if you wanted to put work into it though
That might hurt my brain xD
Dude imagine
use javascript to get a list of tags, sort them in a list of locked/unlocked/active
Nah it wouldnt
It would?
updating the menu every time someone equips a tag
javascript creates a new engine upon every call
I learned the hard way
trying to make a 45 item gui with 1200 items in the data file
Every time everyone updates the tag lots of stuff updates anyway but yeah
ik what you mean
I mean theres nothing wrong with it how it is imo
😂
Its clear to see whats locked and isnt
I made a with Java that once someone joins the server or respawns it adds a effect
javascript would lag, but dependent on your needs... maybe it's bearable
which is first
I believe you're already using that, no?
priority: 1 shows before priority: 2 if the view requirements are met
true
I will show example
you could remove some of those though
NatureLoverTagActive:
material: PAPER
nbt_int: CustomModelData:10423
slot: 0
priority: 0
view_requirement:
requirements:
hasmoney:
type: string equals
input: '%deluxetags_tag_Naturelover%'
output: '%deluxetags_tag%'
display_name: ''
lore:
- '%deluxetags_description_Naturelover%'
- ''
- '&fStatus: &aOwned &f/ &aActive'
click_commands:
- '[refresh]'
NatureLoverTagHas:
material: PAPER
nbt_int: CustomModelData:10453
slot: 0
priority: 1
hide_attributes: true
view_requirement:
requirements:
nomoney:
type: string equals
input: '%deluxetags_has_tag_Naturelover%'
output: 'yes'
display_name: ''
lore:
- '%deluxetags_description_Naturelover%'
- ''
- '&fStatus: &aOwned &f/ &4Not Active'
click_commands:
- '[player] tags select Naturelover'
- '[refresh]'
NatureLoverTagNotHave:
material: PAPER
nbt_int: CustomModelData:10439
slot: 0
priority: 3
display_name: ''
lore:
- '%deluxetags_description_naturelover%'
- ''
- '&fStatus: &4Not Owned &f/&4Not Active'
- ''
- 'Purchase Tag From /Store'
click_commands:
- '[refresh]'
This is my setup
Per tag
Oh yeah xD
it only shows if the other ones don't
That makes alot of sense
Hey! I am having issues with the plug-in SimpleScore. Every time I go into the scoreboards.txt and change the scoreboard then reload the plug-in, the scoreboard just disappears in game and I can’t get it back. Any help would be appreciated thx!
Hey guys, I'm wondering with DM if I could do an overall cooldown, so example, if someone chooses a command (for my case, I make them choose a rank) I want it where it adds a cooldown for all of them for X amount of time, is this possible?
You can add a cooldown with the use of permissions that have a time limit on them.
I can add a cooldown with the use of a permission, that have a time limit on them, a time limit as in-?
You can use luckperms for example and have it to where the item is locked until that permission expires as in luckperms you can set users timed permissions that can expire from 1 second to how long you need it.
Ah I see, so for the whole command itself / gui, yeah I understand, that'll work, thanks 👍
Yup
Another question, is there a way to make the command show up as an actual command? (example, when you type /ra it'll show up / auto tab, or when you type it, it's not red)
You can use the plugin mycommand, it basically will force the command to register as a in game command and should show up in auto tab for all players
Thank you very much, you've been a great help :D
Yup your welcome 🙂
Can someone help me with this error: https://paste.helpch.at/cizojipibo.pl
I have another question, it says "data" for custommodeldata, is there support for damage values?
Hey, how do I create a DeluxeMenus PlayerKits plugin GUI with cooldown? I tried last time and it just didn't worked...
javascript cooldown
yea but idk how to code...
there's some available on the wiki, check them out
or seek for that in some premade setup
If you use LuckPerms then you can use their timed-permission to make cooldown for kits
wdym by that?
could you explain more please?
When click an button in menu,give player an timed negative permission,and set a requirement for player if they don't have the permission then deny them from click this button
Is there any team plugin that could share MMOCORE EXP?
hi could someone help me with cratereloaded?
this is the wiki
and it says skull:base64
eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODQ0OWI5MzE4ZTMzMTU4ZTY0YTQ2YWIwZGUxMjFjM2Q0MDAwMGUzMzMyYzE1NzQ5MzJiM2M4NDlkOGZhMGRjMiJ9fX0=
thats a base64 code right?
question, is it somehow posible to display the status of the voteparty on screen in-game for the players?, like the current amount of votes and votes needed for the vote party
To get help with that premium plugin you'll need to first link your spigot account:
• See #spigot-linking for more info.
question, is it somehow posible to display the status of the voteparty on screen in-game for the players?, like the current amount of votes and votes needed for the vote party
@vale warren Unknown expansion.
Yes, the plugin has papi placeholders.
how do i set that up? feel like i am over looking it, if so sorry in advance
what does this mean? its for jetsminions
Use https://paste.helpch.at/ for errors, logs and configs. So we don't spam the discord.
:verify
Looks like some value is null somewhere. I recommend reaching out to the developer.
anyone here really experienced with deluxe menus?
im trying to use the priority feature to show certain 'priorities' if a user has certain permissions
this literally solves my issue
Please respect the rules, be patient and don't ping staff members!
On deluxe tags, how do you make it that someone has a default tag what adds on to the starting rank? is it the force permission?
Hey! I am having issues with the plug-in SimpleScore. Every time I go into the scoreboards.txt and change the scoreboard then reload the plug-in, the scoreboard just disappears in game and I can’t get it back. Any help would be appreciated thx!
https://i.imgur.com/u8UJHQb.png Does anyone know why the menu appears like this if in other menu configs it works correctly
how to make it possible to pick up an item from the menu?
deluxemenus? not possible.
Where is it possible?
idk
I came up with, I will make a purchase but for free and immediately close the menu
on deluxe menu, am I able to add two permission checks like this?
permission:
- permission1
- group.name```
oooo, ok, not thought of that, ty 🙂
if I want my anticheat plugin to use LiteBans commands, do I have to put the file into that server plugin folder and connect the database to the proxy mysql?
that will not work.
do you want only one permission to be required or both?
if you want both, just make 2 requirements. well if you want 1 one as well make 2 requirements and use the minimum requirements
Blitz, every time i left click on a block, a big error comes in my console
can u help me with that
ur using latest version of mv core on 1.8.8. which is not supported
Hello can any help me i relly want a dev to help me you need to code spigot plugins
why i cant run deluxemenu
yeh thanks Blitz, I want them to have both permissions so set it up as perm1 and perm2
Are you getting any errors?
Unable to run deluxemenu
hi, deluxemenu work with luckperms?
Does it give you a error in your console? If so paste it here https://paste.helpch.at/
Yup
Example menus are not respecting permissions
Are you currently OP’d? If so deop yourself as op has all permissions
Yup!
Sent
Can you send the link?
I found DeluxeMenus v1.13.4-Release - plugin is disabled but no reason why it was disabled!
Please put your startup log found in /logs/latest.log into a new paste.
hello guys, is it possible to fix that %vault_prefix_color% returns nothing?
--
How come when I try executing lite bans commands, it says I don't have permission even though i'm Opped
Are you using lite bans with bungee?
yes
Okay, is the permissions setup through the bungee network?
There seems to be some invalid syntax in your config! You can paste it into https://yaml.helpch.at/ in order to find out where your issue is!
I found DeluxeMenus v1.13.4-Release - plugin is disabled but no reason why it was disabled!
Please put your startup log found in /logs/latest.log into a new paste.
wym?
This latest.log
Is your permissions plugin attached to the bungee network or is it separate on all servers?
Okay, can you run /litebans version and tell me what it tells you?
Your kit.yml file has a error in it, you’ll need to fix that in order for deluxe menus to work. Use https://yaml.helpch.at/ to find the issue
@untold pilot
Okay so because your permissions plugin isn’t installed through bungee that’s why it’s not working. You’ll need to install your permissions plugin onto bungee or vice versa with litebans.
ok
@untold pilot to install luck perms with bungee, do I put luck perms bungee jar file into my proxy server, and all the other servers too?
--
I put the luckperms bungeecord jar in my proxy server, and then i put my luck perms bukkit jar file in my other servers is that right?
Yep, just make sure that bungeecord is set to true on your spigot servers
ok
how to use custom-heads on item?
For deluxemenus?
yeah
For head database do ‘hdb-<head-id>’ and for player head do head-%player_name%
i use minecraft-heads
That should work with hdb, for the head Id use the value. Should look like this for example: ‘hdb-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjcyMTQ0MzA5ODczNDY0ZjIzOWQ5YWUwZWM0OWQyZTdmOTY3MDU1MmNkYThhN2E4NWE3NjI4MmRkMDllMTRkZCJ9fX0=‘
oh, ok, ty
Yup
To find the value of a certain head scroll down to end of the page and you should see a section called other and then a part that says /value which holds the Id
ok, ty very much ^^
Dos this config look right? https://paste.helpch.at/wecucacetu.php
bc i cant get it to work
Yup!
Do you get a error?
Does the plugin work correctly with the default config?
Even with the default config?
Was it working before?
not normal no
is it necessary to have the headdatabase plugin?
Okay well I believe that the actual plug-in itself has a internal error
You’ll need essentials for it to work. If hdb doesn’t load try using headbase instead
From your side no. That would be the developers side.
I do a bit.
Can you code a pluing for me?
-
plugin need to be called PRIMines
-
its for spigot version 1.16.5
-
and java 16
-
I want it to be like this video: https://www.youtube.com/watch?v=dvDyj5E7kBE
Hi!
Can somebody please tell me which version of deluxmenus is compatible with java version 8 and Minecraft 1.8?
im trying to make a baltop leaderboard
1.8.8
1.12.2
1.16.5
1.17.1
1.18.1
v1.10.5
v1.13.4 - Latest
v1.13.4 - Latest
v1.13.4 - Latest
1.13.4 - Latest
i enabled the baltop placeholders but they still dont work
Enable Baltop in the placeholderapi config
tnx a lot
already tried that
still doesnt work
the baltop placeholders were taken out of the vault expansion. use the essentials expansion which u can find here #placeholder-api message
bless your soul thank you so much
do i install the expansion into the expansion folder of papi?
yes
perfect
I need help
There is no time to wait! Ask your question @sinful relic!
I just made luckperms global and now i can't do /server hub
it says i dont have permission @untold pilot or anyone else pls help
how to set up in plugin.yml a permission node which is coded in that plugin to don't even give it by default to OP
permissions:
example.permission:
description: example desc
default: true
you see this default: true
what to put instead of "true" to make it that even OP don't get that permission by default?
try false
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
Gaby can u help me
When I type /server hub this shows up
https://i.imgur.com/KRpoEST.png
I just made luckperms bungeecord and enabled mysql database on all my servers and this started
pls help
pls it's urgent
u sure you gave yourself the right permission?
so what's the permission
depends on what plugin you use for /<server> commands
i dont have a specific command atm
/server is but /hub isn't
plugin*
yeah. its just bungee's command then
TY it worked 😄
the expansion isnt registering?
so i want to make a baltop leaderboard
i changed the setting in papi's config
and i got the essentials expansion
and now the expansion isnt registering into papi
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.
Good evening, is there any way I can organize the yml files into a folder and open them normally? some way or do they all have to be loose in the same folder?
And how to make a shop for buying an item in the deluxe menu?
quick example
'item1':
material: stone
slot: 0
display_name: '&aStone'
lore:
- '&2Price: 1'
click_requirement:
requirements:
money:
type: has money
amount: 1
click_commands:
- '[console] give %player_name% stone 1'
- '[console] eco take %player_name% 1'
@dusty cedar
make sure you have the player expansion
my english 0/10 )
run those commands
Thunks
i reccomend using shopgui plus plugin, it;s so much better than manually creating your own gui for shop
have you a Russia ?
if you want to spend the money
yes ofc
or, you could try setting up deluxeshop on your server 😉
it's worth the money
definitely is
Hello, does anyone know how I could make a players list in a menu? with heads
I still have this question I didn't find anything else
Hey guys, do anyone knows if there's a 1.8 vesion of DeluxeMenus?
1.8.8
1.12.2
1.16.5
1.17.1
1.18.1
v1.10.5
v1.13.4 - Latest
v1.13.4 - Latest
v1.13.4 - Latest
1.13.4 - Latest
what happens is that I want to make group menus, for example, menu of your "friends", menu of those who belong to your same guild, or party, all this being detected by the placeholders
autosell, blocker, chatreaction, crazycrates, deluxechat, deluxecommands, deluxejoin, deluxemenus, deluxetags, ezblocks, ezprestige, ezrankspro, fastayncworldedit, fawe, frozenjoin, guilds, hyperverse, infoheads, levellingtools, luckperms, minecrates, mvdwplaceholderapi, oneversionremake, placeholderapi, plotsquared, shopguiplus, statz, superoof, vault, voteparty, worldedit, worldguard
I use holographic display animations and rn they are saying '&6&lNew!' instead of being in color.
animation-frames:
- '&6&lNew!'
- '&e&lNew!'
- '&f&lNew!'
^ there is the animation file, is there a reason its not working?
hey
'example':
material: GRASS_BLOCK
slot: 11
priority: 1
update: true
hide_attributes: true
display_name: '&bFreebuild2'
open_command: "/server freebuild2"```
pls help me
deluxemenus*
What seems to be the issue?
Did you format the animation with the animation placeholder for the hologram?
Yes I have used it on a hologram
it saids '&f&lNew' On the hologram, it has no color
speed: 0.2
&f&lNew
&6&lNew
&e&lNew
Try this ^
Just by copy and pasting it into your config
Im not sure why the order would change it?
I tried it either way, didnt fix the issue
animation-frames:
- '&f&lNew!'
- '&6&lNew!'
- '&e&lNew!'
Remove the animation frame thing and have them how I pasted it in chat
.
Copy that entire thing and add it to the config how it’s been typed
ok
so i need help
the chat reaction
isnt uploading
it
to the chat
I have the default config
chicken nuggets
peanut butter
pain
deadly
harmful
am
toss
franchise
strip
gravel
go
orbit```
these are my
custom words
I cant get {DELUXETAGS_TAG} to display the current player tag in essentials chat
[01:33:26 ERROR]: Could not pass event AsyncPlayerChatEvent to DeluxeTags v1.8.2-Release
use lowercase.
{deluxetags_tag}
Yeah so I updated to the latest of deluxetags and papi, and I very much made sure i deleted the Papi extension for deluxetags as indicated
but now the deluxetags_tag placeholder stopped working with towny chat
weird thing is that it seems to work fine with tab
Hi.
https://gyazo.com/f8b1c025be482db96bfa30e7add097a5
This message appears on start up and I don't know how to disable it.
It just takes me here.
Using: deluxe chat, coinflip and menus
Cheers.
**please tag me with response : ) **
Is the deluxechat option set to false in your deluxetags config?
Are you using deluxehub?
papi_chat: true
deluxe_chat: false
No errors in chat or anything?
Same result with lowercase or uppercase
Was it working before?
It was working just fine
I was using this jar before updating to the latest one on spigot i believe
Hey!
i know there is [sound] for deluxe menus but
can it play like that from a custom resource pack?
using a diff namespace than minecraft
/playsound customitems:guiopen ambient WeAreNoobs
Is the command to run the sound
could use the vanilla command with [console]
I think [sound] will require it to be a valid sound in spigot
when creating a litebans mysql, if i put a website mysql into the config so i can use the litebans website panel thingy, will it still connect my server across my network in minecraft?
@ me
How would i make deluxemenus prompt for someone to specify a player name for a command on left click?
@stark silo
your the best, Thanks!
hi
i use deluxemenus
but idk how to put head vault at https://minecraft-heads.com/ in material
pls help me how ? T^T
How to use custom heads in DeluxeMenus:
a) A player name material: head-extended_clip
b) The player's head material: head-%player_name%
c) The base64 code of a head material: basehead-<code>:
- Go to https://minecraft-heads.com and find a head.
- Copy the head Value code (from the page bottom)
d) The minecraft texture url material: texture-<id>
- Only put what's after https://textures.minecraft.net/texture/
e) EpicHeads material: heads-<id>:
- Require https://www.spigotmc.org/resources/13402/
f) HeadDatabase material: hdb-<id>:
- Require https://www.spigotmc.org/resources/14280/
tyy bot
hey hey
i need help, why i cant add repeater to deluxemenus menu, my server is on version 1.12.
pls :<
What's repeater?
There seems to be some invalid syntax in your config! You can paste it into https://yaml.helpch.at/ in order to find out where your issue is!
/dm execute kretoz [console] </broadcast asd <delay=20>>
is it right syntax
cus i get unknown command type /help
Is any plugin alternative to ShopKeepers?
1.8.8
1.12.2
1.13.2
1.14.4
1.15.2
1.16.5
1.17.1
1.18.1
v2.6.1
v2.8.1
v2.10.0 - Latest
v2.10.0 - Latest
v2.10.0 - Latest
v2.10.0 - Latest
v2.10.0 - Latest
v2.10.0 - Latest
When I change area_handler: World in minecrates to** area_handler: PrisonMines**
The plugin stops working and throws a error
https://pastebin.pl/view/31146ad5
Please can somebody help?
To get help with that premium plugin you'll need to first link your spigot account:
• See #spigot-linking for more info.
MineCrates is no longer supported sadly
My guess is that it would only work with an old version of prison mines
ok thanks
autosell, blocker, chatreaction, crazycrates, deluxechat, deluxecommands, deluxejoin, deluxemenus, deluxetags, ezblocks, ezprestige, ezrankspro, fastayncworldedit, fawe, frozenjoin, guilds, hyperverse, infoheads, levellingtools, luckperms, minecrates, mvdwplaceholderapi, oneversionremake, placeholderapi, plotsquared, shopguiplus, statz, superoof, vault, voteparty, worldedit, worldguard
funnycube
i see uve make playerlist expansion
is it working like if i need to execute a command for nearby players or only players in a world
because i need to make a command or some way to execute add meta to all players in a specific world
Please respect the rules, be patient and don't ping staff members!
oh mb
Yes, redstone repeater :<
Yes but why in general plugins? lol
:)
This aint for APIs ig haha
ye, mb
https://pastebin.com/kXLvidHa what's up with this menu? recently updated DM and it's just stopped working with no changes
size not Size, also, there should be at least a message in console
can i reset metas
The plugin just never enables, says that it looked for size and instead found # size which is the comment directly above it..
helppppppppp :<
1.8.8
1.12.2
1.16.5
1.17.1
1.18.1
v1.10.5
v1.13.4 - Latest
v1.13.4 - Latest
v1.13.4 - Latest
1.13.4 - Latest
help me pls :<
i need help, why i cant add repeater to shop in deluxemenus menu, my server is on version 1.12.2
pls help me :<
Wait a minute,isn't the repeater a multi-block structure?
According to what you've explained about it above
huh
:vv
no no
it is a redstone repeater and it is next to the redstone comparator circuit
I can't add it to my shop
Hi. I'm hoping someone has ran into this issue and would be able to help me.
I'm trying to let a player rankup after 1 hour of playtime. I want them to be able to click on an item in the deluxemenus menu but I can't figure it if im doing the requirement wrong or if it's the placeholder that I can't figure out.
The placeholer (%cmi_user_stats_playtime%) returns x days x hours x min x sec
:vv
how to add repeater in store i created in deluxe menus please tell me :<
is the slot correct? is the command correct? are the requirements correct?
the server does not start https://paste.helpch.at/usavorevir.rb
copy your code into a pastebin and send it I'll see what I can do
Yes
'Repeater':
material: REPEATER
slot: 3
display_name: "&e&lRepeater"
lore:
- '&7Các vật phẩm này sẽ bán và không thể chế tạo'
- '&7để tối ưu và giảm lag cho máy chủ'
- ' &f&lBộ lặp đá đỏ'
- ' &bSố lượng&f: &a1'
- ' &bGiá&f: &a1 &6Coin'
- ''
- '&fNhấp chuột trái để mua'
left_click_requirement:
requirements:
point:
type: '>='
input: '%playerpoints_points%'
output: '1'
deny_commands:
deny_commands:
- '[message]&cSố coin của bạn hiện tại không đủ'
left_click_commands:
- '[console] give %player_name% repeater 1'
- '[console] points take %player_name% 1'
- '[message] &aĐã mua thành công'
right_click_commands:
- '[close]'
- '[message]&6[] &aVui lòng nhấp chuột trái'
shift_left_click_requirement:
requirements:
point:
type: '>='
input: '%playerpoints_points%'
output: '1'
deny_commands:
deny_commands:
- '[message]&cSố coin của bạn hiện tại không đủ'
shift_left_click_commands:
- '[console] give %player_name% repeater 1'
- '[console] points take %player_name% 1'
- '[message] &aĐã mua thành công'
shift_right_click_commands:
- '[close]'
- '[message]&6[] &aVui lòng nhấp chuột trái'
i cant upload file .-.
So the item just doesn't show up or?
yes, it doesn't show :<
The output number shouldn't be in '' cases
:v
but the others are ok, but when I change material: REPEATER to material: STONE it works again
oh let me try
can't :<
I'm looking forward to it showing up
help pls
Chatty add-on not showing through different messages
i need help, why i cant add repeater to shop in deluxemenus menu, my server is on version 1.12.2
help me pls :<
What version of deluxe menus are you running?
What version of minecraft are you running?
1.18.1
this happens on server startup I assume?
could you possibly restart the server and send a full startup log 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.
[17:15:41 ERROR]: [STDERR] [org.bukkit.craftbukkit.v1_18_R1.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
that is not really an error. you just have a plugin installed that supports minecraft 1.12 or lower as well.
DeluxeMenus requires you to have PlaceholderAPI installed in order for the plugin to function.
To fix, install PlaceholderAPI and restart the server.
^^^
I cant get {DELUXETAGS_TAG} to display the current player tag in essentials chat
I believe I mentioned this yesterday but have you tried lowercase? so {deluxetags_tag}?
Yes
update PAPI to 2.11.1
ugh. seems like its not just deluxemenus that has this exact same problem. What I believe might be the cause is your custom spigot jar. or whatever you use.
because look at the CustomCrafting error. exact same problem,
the bungee api is missing. or at least part of it
A recommendation would be to test switching to paper. see if it still happens
I thought paper was a very weak core
not really?
its pretty good performance wise. and that's one of the reasons they're the dominant server software these days
I haven't used it in 2 years to be honest.
they have over 50% of the servers that are tracked by bstats at least
but you should at least try. not really move. see if it works there, if it does and you want to go back to whatever custom jar you use (seems like purpur) then contact the developers of the jar after and tell them about the errors.
but this only if the errors don't show on paper
Also you should be careful about custom server software. like those on mcmarket that sell for like 100-200$ or even more sometimes. most of them are either scams or they just break most plugins that work with paper/spigot. Also most of them are literally just paper forks with a few small changes.
1.13.4 :<
help me pls, i so sad :<
hey, i feel stupid asking this, but anyone know why the "World.getHighestBlockAt" method is spamming my console with an out of bounds exception even though the coordinates i put in are a random int between -500 and 500?
(I have a megabyte's worth of text just spamming this error) https://paste.helpch.at/dobedufike.sql
I tried on my own server to just add repeater and it worked
your server is 1.12.2 right?
the repeater name is a bit weird on that version. 1 sec. need to find it
try material: DIODE @clever current
ok. I guess its not that then. hmm. I'm wondering if it's all to do with Chatty.
can you remove Chatty and see if it still happens?
yes
oh
i put announcerplus i know u use it
i have 1 small problem
when join msg appear it comes first then authme msg for loogin
any idea how can i delay it
oh yeah, i love you
#development might be better. also they might need to see the code. so put that in a paste bin
also could u check this, is there a way to reset this meta for all
meta is stored somewhere in the world/player files. I don't know of a way to reset it all.
thank you very, very much, and can you tell me how to make an item have the effect of being enchanted
How to add a glowing effect to an item:
# First, you enchant the item with any enchantment
enchantments:
- DURABILITY;1 # ENCHANTMENT;level
# Then, you have to hide the enchant name from showing
hide_enchantments: true```
is there a delay in join msg to appear last
like this RuBin
oh
thank you very, very much
yeah. I know what you mean but idk if there's a way to delay messages in Announcer Plus
yes. saw it. am looking into the error rn.
it seems to be something with the java actually. not with any plugin or server
I just didn't see the error the first time
the plugin is great and the staffs are awesome too
@timber blade do you have access the the machine you run the server on?
or do you use some sort of minecraft hosting?
oh. so you on ubuntu? or what distro?
ubuntu
or better question. do you have apt? if so run sudo apt install openjdk-17-jdk.