#general-plugins
1 messages · Page 56 of 1
why
Then how can I make that type has permission?
Huh?
again, I highly recommend switching to click_commands and click_requirement
it makes your life (and my life) a lot easier
so after I buy that type of item I need like in the menu that item may be a barrier or something
right_click_commands:
- '[close]'
- '[console] gems take %player_name% 430'
- '[console] lp user %player_name% permission set eglow.color.pink true'
- '[message] &f &7Ai procurat cu succes o glow-ul &dᴘɪɴᴋ&7!'
right_click_requirement:
requirements:
has_gems:
type: '>='
input: '%coinsengine_balance_raw_gems%'
output: '430'
deny_commands:
- '[close]'
- '[message] &f &7Nu ai destule &aGem-uri &f&7! &7Joaca-te sau da &a/buy &7pentru a obtine mai multe!'
has_permission:
type: '!has permission'
permission: 'eglow.color.pink'
deny_commands:
- '[close]'
- '[message] already purchased'
that gets more complicated with view requirements
unfortunately right now I don't have time to sit down and go through this
there are example menus here that could help you https://wiki.helpch.at/clips-plugins/deluxemenus/example-gui-menus
cant find anything helpful
So when I buy that item after I reopen the menu it should be replaced with a barrier or something
like the bought item
did u lost the project? if i can ask
does anyone know of a pets plugin similar to hypixel skyblock?
I'm having an issue with DeluxeMenus. Whenever I make a new menu (either custom by hand, or copying one of the pre existing ones, changing the command and file name, and adding it to the config), it won't work ingame or show up on /deluxemenu list.
Tried with both /deluxemenu reload and a normal server restart.
Hello
Anyone knows how to replace a unicode character ஹ using PlaceholderAPI to an icon from a texturepack?
Without Oraxen or ItemsAdder
Anyone know a good chat plugin that doesn't conflict with CMI
DeluxeChat
HexNicks has it's own chat?
nvm its only for nicks
surprising
Someone gave me an nbt that keeps crashing my game how do I clear my inventory I have my UUID.
go to your server's main world folder, open the playerdata folder and delete the file with your UUID
Hey Is there a way to transform a unicode ingame to a text in console?
Is worldguard upgraded to 1.20.1 yet? Been waiting.
PVP won't work on my server. I deoped me and my other account. Gave perms to toggle pvp. Made sure /god mode was off. Made sure it was true in server.properties, checked spigot.yml -- checked the region flags. Checked multiverse & world guard... They're all good, but can't figure out why it's not letting me pvp
Hey, i have the latest updated of deluxemenus and isn't working on my 1.8.8 spigot server. any ideas on why?
because the last version of deluxemenus supporting 1.8.8 is 1.10.5
1.8.8
1.12.2
1.16.5
1.17.1
1.18.2
v1.10.5
v1.13.5 - Latest
v1.13.5 - Latest
v1.13.5 - Latest
1.13.5 - Latest
@velvet cloak 
your player data is stored in the world folder world/playerdata/<yourUUID>.dat
you can delete the file entirely to reset it, or if you want to clear your inventory you can get a tool like NBTExplorer and edit it
man... I really am blind
🤦♂️
thanks
When i reload it doesnt come like it doesnt show up
I got to Menus
Only 1 is being loaded
@vale sky
Please respect the rules, be patient and don't ping staff members!
Like I said cj
Give me the config in dms
and ill fix it
Is it possible to add a timer for DeluxeMenus? Like a timer before you can purchase again
you have time now?
Please respect the rules, be patient and don't ping staff members!
hello i need help whit the deluxemenus i have a command like this [console] give [what place holder?] diamond 1
%player_name% i think
[console] give %player_name% diamond 1 <delay=20>
20 ticks = 1 second
so that should be a 1 second delay
no i mean if you try it again it will have a cooldown
im not sure if there is a way to do this but you could do
- '[console] give %player_name% DIAMOND 1'
- '[close]' ```
and close the menu so you have to re-open the menu
or you could use this extra plugin to add cooldowns https://www.spigotmc.org/resources/⚡-master-cooldowns-placeholder-cooldowns-1-8-1-19-⚡.72145/
How to create cooldowns using MasterCooldowns:
Start by creating a requirement (view/click/open)
cooldown:
type: string equals
input: '%mcd_isinactive_COOLDOWN-ID%'
output: Yes
deny_commands:
- '[message] &cTry again in %mcd_left_formatted_COOLDOWN-ID%, you are on cooldown!'```
Add the cooldown (e.g. on click)
```[console] mcd add %player_name% COOLDOWN-ID duration```
This is not the only way to create cooldowns for DM, you can also use stuff like temp permissions.
open_command: gemshop
size: 10
'wave1':
material: tripwire_hook
slot: 10
display_name: '&6&lPrestige &e&lVoucher'
lore:
- '&aᴄʟɪᴄᴋ to buy &6&lPrestige &e&lVoucher'
left_click_commands:
- '[close]'
- '[console] gems remove %player_name% 500'
- '[console] vouchers give %player_name% prestige'
- '[message] &a:)'
right_click_commands:
- '[close]'
- '[console] gems remove %player_name% 500'
- '[console] vouchers give %player_name% prestige'
- '[message] &a:)'
right_click_requirement:
requirements:
has_gems:
type: '>='
input: '%xprison_gems_1%'
output: '500'
deny_commands:
- '[close]'
- '[message] &c:('
left_click_requirement:
requirements:
has_gems:
type: '>='
input: '%xprison_gems_1%'
output: '500'
deny_commands:
- '[close]'
- '[message] &c:(' ```
@vale sky
Please respect the rules, be patient and don't ping staff members!
hey guys I saw /town age system on the one server it is like towny addon I think does anyone know what is its name?
Hello. DeluxeMenu support option who didn't close when player click on item with event?
anyone want to help?
I ll pay
idk, 5 euros?
its not a big deal of code
how to make nlogin send player to the another server when when he logs in
or registers
this is not nlogin support server
isn't this plugins help server? ._.
no? 💀
this is helpchat s plugins support server
| Minecraft Plugin or Spigot Help
nLogin is a Minecraft plugin so he can still get help about it here (why do you think this channel is called general-plugins)
though I have no experience with the plugin and the wiki doesn't mention such feature so I can't help much, and in this case, it would indeed be prefereable to go ask the author directly
thx
I mean not exactly nlogin like is there any plugin that will check that
probably AuthMeReloaded with AuthMeBungee
why arent colors working on dmenus for version 1.10.5, its just all purple. would send a pic if it would let me
update your DeluxeMenus version or downgrade your PlaceholderAPI version
?papi-nocolor
Colors not showing up with placeholders?
Some plugins rely/relied on PAPI to color placeholders.
This feature was removed in v2.11.2 of PlaceholderAPI.
If you still need to use those plugins you can download PAPI v2.11.1 here.
thanks aha
how do i make a shop true qui?
how do i make somting like that for voult money?
Hey, I am using DeluxeMenu Plugin in my minecraft server. Is it possible to add custom head's to a GUI ?
yes!
Hello I would like to know how to do when in the requirements that it is a number of mobs to kill ?
left_click_requirement:
requirements:
1:
type: has item
material: IRON_ORE
amount: 64
** 2:
type: has money
placeholder: %statistic_entity_killed_by_zombie%**
you can do this by adding javascript as requirements
type: javascript
expression: '%statistic_entity_killed_by_zombie% >= 100'
So ?
2:
type: javascript
expression: '%statistic_entity_killed_by_zombie% >= 100'
yea
it will check if player have killed more than 100 entity then will be able use left click commands
thanks 🙂
material: fish
slot: 11
display_name: '&7fish'
lore:
- '&a●&7 Get a fish pet!'
- ''
- '&2*&7 Cost: 7.5K '
left_click_commands:
- '[close]'
- '[console] eco take %player_name% 7500'
- '[console] smallpets admin giveunlockitem %player_name% fish'
right_click_commands:
- '[close]'
requirements:
1:
type: has money
placeholder: %vault_eco_balance%
amount: 7500```
the QUI is not loading
please help
?materials
@surreal thunder I don't think fish is a material
also you are missing left_click_requirement: right above requirements:
see syntax
?dm-requirements
view_requirement:
requirements:
requirement_name:
type: TYPE
I would highly recommend not using the javascript type to save your resources
type: '>='
input: '%statistic_entity_killed_by_zombie%'
output: '100'
use the comparator type instead
there are thousands of people in this server that can assist you, not just me
Please stop pinging me...
I can use this ?
thanks best support 🙂
very rare that javascript is needed nowadays
np
it's just a little more resource intensive to evaluate a js expression
thanks again 🙂
quick question
Does anybody know how to add a background for the deluxe menu
For example glass pane
Background blocks
filler-item:
priority: 100
display_name: ' '
material: GRAY_STAINED_GLASS_PANE
slots:
- 0-53```
@old saffron 
thanks
anyone help me?
no idea
Sorry but where do i type it?
menu_title: '&b&lCombat'
open_command: Combat
size: 24
filler-item:
priority: 100
display_name: ' '
material: GRAY_STAINED_GLASS_PANE
slots:
- 0-53
open_requirement:
requirements:
permission:
type: has permission
permission: deluxemenus.rank
deny_commands:
- '[message] &cYou don''t have permission to do that!'
items:
Ive got it here
is that correct?
oh okay
just like all your other items
thanks
- '[message] &cYou don''t have permission to do that!'
items:
filler-item:
priority: 100
display_name: ' '
material: GRAY_STAINED_GLASS_PANE
slots:
- 0-53
'Iron helmet':
uh
it is its a raw marrary
dont work
you messed up the indentation
okay
what mc version?
Thank you it workred
1.19.2
??
try making a thread in #1007620980627230730 to keep your issue contained so people can see al the info they need @velvet cloak
won't get lost in chat here
its an easy thing lol
FISH is not a material in 1.19.2
I just need some view requirement yk
how would you know if you've never done it?
makes no sense
like after I buy something it will be a barrier
probeblee ess messing arouwed whit my give command
im such a noob
again, put all of this in a thread so people can help you easier
?????
declaration: package: org.bukkit, enum: Material
here are the materials for 1.19
why cant i post scheen shots
?imgur
You won't be able to upload images here directly to avoid spam, so please use https://imgur.com/upload to upload images/screenshots.
You can also use a screenshot service like gyazo or jinx and post those links here.
I did that already
I can see the timestamp when you did that...
let me explain
a pluging most add it -_-
ye i get that
material: Raw_Cod
slot: 11
display_name: '&7fish'
lore:
- '&a●&7 Get a fish pet!'
- ''
- '&2*&7 Cost: 7.5K '
left_click_commands:
- '[close]'
- '[console] eco take %player_name% 7500'
- '[console] smallpets admin giveunlockitem %player_name% fish'
left_click_requirement:
requirements:
1:
type: has money
placeholder: %vault_eco_balance%
amount: 7500
right_click_commands:
- '[close]'
right_click_requirement:
requirements:
1:
type: has money
placeholder: %vault_eco_balance%
amount: 7500```
steel wond load in
please use a paste website
delete it if you can
a what?
what list
made it cod not working
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.
(Right now, our paste service is offline)
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
still sending the log, right?
ah, yaml syntax error
I used http://yaml-online-parser.appspot.com/ to check after the console told me
placeholder: %vault_eco_balance%
needs to be
placeholder: '%vault_eco_balance%'
tnx
ok it now works bhut it just is not looking if i have it its first removing and giving and not looking how much money i have i had 0 now -7.5k
oh ya
you don't need placeholder there at all actually
just type and amount
but it should be working
no its not it
i now have -7.5
and i klick again
and it gave me more
how do i fix this?
hmm, try removing the placeholder entirely
see if that fixes it
'1':
type: has money
amount: 7500
OHHH
I see what's happening
you did this https://i.imgur.com/gqktToV.jpeg
so what you were doing was makign sure you had your own balance
which... is always true
lol
o
add deny_commands
huh?
'1':
type: has money
amount: 7500
deny_commands:
- '[message] no money'
https://wiki.helpch.at/clips-plugins/deluxemenus/options-and-configurations/requirements#syntax
is there a way to say how much you need more?
idk how where to look?
tnx
the 2: controls the decimals you'll see (3898.38)
anyone on #1130155911122518068
hello, I have a problem I want to do that when the player clicks on the item it checks if he has all the requested items but when I try with a custom item (with itemsadder) it does not want and sends me the deny command
material: itemsadder-boxpixstudio:check
slot: 41
display_name: '&7• &aOui &7•'
lore:
click_requirement:
minimum_requirements: 3
stop_at_succes: true
deny_commands:
- "[message] &e&lSky&6&lElfea &7» &cTu dois avoir tout les item demander dans ton inventaire !"
requirements:
requirement_1:
type: has item
material: diamond_block
amout: 1
requirement_2:
type: has item
material: emerald_block
amout: 1
requirement_3:
check_item:
type: 'sting equals'
input: "%check_items_itemsadder-saintpatricksset:saintpatrick_set_helmet"
output: 1
click_commands:
- "[message] &e&lSky&6&lElfea &7» &afélicitation tu vient de rankup au rank de gaia !"```
is there a limit for creating guis in deluxemenus?
open_command: f
size: 54
open_requirement:
requirements:
permission:
type: has permission
permission: deluxemenus.s
deny_commands:
- '[message] &cYou don''t have permission to do that!'
items:
'1':
material: CHEST
slots:
- 1
display_name: "&6&lFahrzeuge"
lore:
- "&7Öffne den Auto Shop"
click_commands:
- '[player] carshop'
I have the problem that the menu is not displayed ingame that is the config to it
`menu_title: 'fahrzeuge'
open_command: f
size: 54
open_requirement:
requirements:
permission:
type: has permission
permission: deluxemenus.s
deny_commands:
- '[message] &cYou don''t have permission to do that!'
items:
'1':
material: CHEST
slots:
- 1
display_name: "&6&lFahrzeuge"
lore:
- "&7Öffne den Auto Shop"
click_commands:
- '[player] carshop'`
no.
I can see that all you've really changed is removed 2 spaces. those 2 spaces don't really matter.
can you do /dm reload and check the console? you might find some warnings/errors in there telling you what's going on
idk 🤷♂️
have you tested the checkitem placeholder to see that it works correctly? I see that you're also missing the final % for that placeholder.
#1130155911122518068 someone?
even with the % it always gives me the message of deny
if you reload it and all gui you can see how many gui loaded
Spamming every channel won't get you help any faster and might even get you muted. I am looking into it right now.
Have you tested the placeholder using /papi parse?
I don't think %check_items is correct
I think it might be %checkitem_
No I don't know, what should I do with the /papi parse
input: "%checkitems_itemsadder-saintpatricksset:saintpatrick_set_helmet%" I just changed and it always sends me the message of deny
you execute ingame /papi parse me %checkitems_itemsadder-saintpatricksset:saintpatrick_set_helmet% and see what it says.
Also. Does the CheckItem expansion even support itemsadder? Where did you get this from?
Yes I have reloaded everything and under DM list the gui is not to be found I have also seen that I still have 14 guis and this should be the 15
No I have no error unfortunately
I sent the code to an acquaintance who helps me a bit to understand the plugin but he didn't know how to help me so I came here to try to understand better, I only know the plugin since the day before yesterday & I don't know placeholder expressions very well.
what's your server version?
Paper 1.20
can you please restart your server and send a full startup log here?
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.
Well I've checked the documentation for CheckItem and it doesn't seem that it supports ItemsAdder.
@vale sky can you confirm or deny this?
ok thanks anyway for the help have a nice day
I see that you're using an older version of DeluxeMenus. Can you try the latest version from spigot?
Also, are you sure you've registered your menu in config.yml?
hey
requirements:
item1:
type: has item
material: NETHERITE_HELMET
amount: 1```
can i check after enchantments?
No. You can check for material, data/damage, custom model data, name and lore
I want to remove the name of this element but doing so returns the name vanilla, is there a way to remove it in vanilla or with a resource pack?
going to use it in production 🗿
Is it possible to have a two word command on deluxemenu ? Ex. /upgrade test
do you mean the open gui command?
yeahp. Found some messages from the history and found out that register_command breaks it. So it must be false. It's now working. Thank you 🙂
open_command: example command
how an I use hex in deluxecommands message?
Ok
Please respect the rules, be patient and don't ping staff members!
You can use it like this: &#aaFF00
i did
Can I see your code? maybe I can help
discord: permission: mesaj.toate no_permission_message: '&cNu ai permisiune.' message: - '{"text": "&7"}' - '{"text": " &#F5D800&lᴅᴇᴠɪɴ-ᴏ ᴜɴ ᴍᴇᴍʙʀᴜ ꜱᴛᴀꜰꜰ!"}' - '{"text": "&7"}' - '{"text": "&#F5D800&l→ }' - '{"text": "&7"}'
@digital lion
that's not how that works.
that's a different plugin. deluxemenus vs deluxecommands
oops. Mybad. Thought they uses the same library.
nope. they're all built inside each plugin. but you can just use hex in deluxecommands the same way you'd use in /tellraw
it uses the same json format
so just find a /tellraw command generator online
like this one: https://www.minecraftjson.com/
thx
is it possible to add an equation with multiple placeholders in deluxemenus?
I have done it with the menu Blitz
https://hastebin.skyra.pw/atezoqejad.nestedtext
I need help with this
when I add it it shows nothing
I want to make it so when the placeholder %edprivatemines_mine_status% is Opened it shows the Opened Item, and if its Closed it shows the closed item
In MMCI's MOTD how it says play.MMCI.net. | How do i do that? Like make the text small
@inner remnant
Please respect the rules, be patient and don't ping staff members!
Not direct support, but you can build the itemsadder item with the modifiers available.
@oblique stratus I can assist some time in the future if needed, right now I am on mobile.
plas help me
There is also a tutorial
...
I literally just said I can not help because I am on mobile. Don’t ping staff #rules
i need help
There is no time to wait! Ask your question @crystal crystal!
» Give the helpers some details
» Ask suitable questions
» Be polite
» Wait
i dont need physical help i need to know hwo
@oblique stratus there is also this tutorial for nbt information with checkitem
is their a tutorial or something?
CheckItem NBT Tutorial
Check out [this tutorial](#1071634786310967296 message) for information on how to check and remove items
with specific nbt data from a player via the CheckItem Expansion
is there any plugin that can spawn custom minable ores in vanilla world? so you can like find them naturally generated
I don't quite understand how to add nbt to item in Menu, can someone help me
hey anyone here?
=(((
How can I add cooldowns after each click?
For example, player will buy an item and he has to wait 2 seconds to buy the item again
You can use mastercooldowns
google it ^
thanks
Hello, we switched from a 1.19 survival server to a 1.8.9 factions server, and our menues are a bit weird after the switch.
Our kits are displayed as if you don't have permissions for them, when they do have it.
I only copied the food kit as an example, but the same issue goes for all of the kits
I figured out the click_commands: needs to be specified with left or right to work, but otherwise I'm not sure what's wrong
hi
guys, have any plugin to reduce entity tick lag
slot: 41
amount: 2```please help for some reason does not appear in the menu egg summoning viser @vernal violet
why view requirement doesn't work?
https://paste.helpch.at/fiwowocuge.vbnet
Hi, I'm trying to paste in a spawn that has a ton of blocks that fall with gravity. How do I go around this?
I would like the blocks to stay where they are and not fall
how to check after: lore?
Please respect the rules, be patient and don't ping staff members!
slot: 41
amount: 2```please help for some reason does not appear in the menu egg summoning viser @vernal violet
please help
wither doesnt have an egg
💀
1.16.5
and how do other servers have a viser egg in the menu?
their servers are updated
they either are
- on 1.19+
- using a resources pack
- simply using another spawn egg that they renamed Wither spawn egg
they have the kernel version 1.16.5 there is a viser egg store menu
just to make sure though, are you looking for Wither or Wither Skeleton spawn eggs?
you can take an ordinary egg and change it to a viser egg, but how to give it to a player when buying?
I don't think so
bump
from a quick look the view requirements are checking if the player's level is bigger then 20 rather then smaller then 20
which means when your level 20 or higher its displaying the item for it being to low
hello i have a question. i have created a gui with deluxemenu where you can buy things for money i just noticed that you also get the items if you don't have money. can you somehow make it so that if you don't have enough money the give command is also not executed?
click_commands:
- '[console] givecar %player_name% BLACK'
- '[takemoney] 5000'
click_requirement:
requirements:
hasmoney:
type: has money
amount: 5000
https://spark.lucko.me/4p0ki3dIYh got 163% of the server thread from DeluxeMenus..
💀 i got 299% now
some MyCommand placeholder is fetching data from MySQL each time it's parsed
alright thanks this is insane 😂
oh wow, that really helps me understand this
nice
well, it means that there's a MyCommand placeholder that's doing something bad
%mycommand_userdata_...%
I have mycommand stored in a mysql database
the userdata data
not sure how MyCommand works, and doesn't seem to be open-source
seems to not be caching it, and instead accessing it directly every time
yeah
you should probably go ask the dev to add some way to cache userdata and update the cache in a separate thread instead of doing it on each call
there's an Issues page, though idk if the dev is active on there
I'm guessing he is since he's still posting updates
you can also try to ask in the comments
yeah but wasn't sure if it was official or not
the man does not respond to the issues 💀
might have to not use mysql for the playerdata
maybe ask in #1124931522416365689 or #1124931521585881098 for someone to make another PAPI expansion that caches data and makes requests on a separate thread
well the only reason I did so was to sync data between servers
yea
what kind of data do you store btw? is it just text?
hmm, I am not a genius but i feel there's a way to make the one server use the same file
Yea
if you use LuckPerms, you could try to use its meta system
/lp user <player> meta set <metaName> <value>
and retrieve it with %luckperms_meta_<metaName>%
Doesn't luckperms meta system if used heavily cause lag since it's constantly being updated or something
unlikely
kk
Well I had that issue in the past 💀 Probably because I did some dumb things with javascript
JS does have its downsides regarding performances
DeluxeTags but made using DeluxeMenus and Placeholders from MyCommand
and I put the MyCommand placeholder in chat behind the player's name
yeah then LP for the win
okee doke
I've done that in the past, worked nicely
thank you very much
v nice option
alright 1/5 crash issues down
somebody, one day, will make a player/global variable expansion with database support 🙂
i believe
I mean mycommand is that
I would but still suck at using MySQL in Java xD and LP has meta so I'm good
Except it doesnt work 💀
yea

you did temp!
but if this is the push you need 😉

oh my gosh, I was mentioned on the mycommand page
Dang Spark "Tick #something lasted 18987.7 ms"
my beautiful parseother expansion 😮
you are recreating DeluxeTags using other plugins? why not just find a tags plugin instead?
I had a good reason but forgot why
(i know im late to the converstion)
ohh
I remember
cause I wanted to make money tags
if you have a million dollars
you could get the millionare tag
I tried making meta for delxetags permission nodes
just for having 1M o purchasable for 1M?
just for having
The meta being from luck's extra meta plugin, and the meta being a javascript, which caused insane lag
unlock when having it
if he uses it
so I made it in deluxemenus, if you have 1 mil, the tag is shown, and you can click it
well in another plugin ExecutableEvents I checked when the player joins the server, if they have the tag but less than 1 mil, they lose the tag
oh well
Hello, I don;t know if this is the right channel or not. I bought the plugin "vote party" and it works great, but for some reason it gives the vote party rewards twice. Wondering how to fix this
nvm, i figured out it's because console and the plugin both gave the rewards
Hi, i wanna know how to make GUI like those: (i know that is made with custom mods but i want to made something similare with plugins, even if i should create myself a plugin.)
the screen are here :
those are pretty nice
use itemsadders I'm thinking
huh prolly not
thats quite complex
any way with deluxe menus to spawn custom items with proper names and formatting? Im trying this command currently: '[console] give %player_name% warped_fungus_on_a_stick{display:{Name:{"text":"Scotland","color":"aqua","bold":true,"italic":false}},CustomModelData:1} 1'
It seems the quotations inside the command prevent it from working however
Am now using meta, but I'm also using MyCommand for a server wide currency. What should I switch to?
If you find out how let me know as well please :D
somewhat fixed it
it seems to just ignore the "" now
still didnt give the name but it did send the command through
'[console] minecraft:give %player_name% warped_fungus_on_a_stick{display:{Name:{"text":"Scotland","color":"aqua","bold":true,"italic":false}},CustomModelData:1} 1'
'[console] minecraft:give %player_name% warped_fungus_on_a_stick{display:{Name:{"text":"Scotland","color":"aqua","bold":true,"italic":false}},CustomModelData:1} 1'
run the command in game
invalid name or uuid
/give @p warped_fungus_on_a_stick{display:{Name:'{"text":"Scotland","color":"aqua","bold":true}'},CustomModelData:1} 1
/give @s warped_fungus_on_a_stick{display:{Name:'{"text":"Alba","color":"aqua","bold":true,"italic":false}'},CustomModelData:1} 1
Is there a way to make clickable components outside a double chest frame ?
do i need the plugin for it to work?
No that's not a plugin
Well did this work
try the minecraft:give
Only ever heard of WildChests doing it
tried this, works in game but not through deluxemenus
you can ping me when u respond me ^^
'[console] minecraft:give @s warped_fungus_on_a_stick{display:{Name:'{"text":"Alba","color":"aqua","bold":true,"italic":false}'},CustomModelData:1} 1'
Any error in console
but how did they make ?
your gonna need double ' in there
where?
'[console] minecraft:give @s warped_fungus_on_a_stick{display:{Name:''{"text":"Alba","color":"aqua","bold":true,"italic":false}''},CustomModelData:1} 1'
each ' within closed ' needs to become double
No clue, do some research
ok, some progress
the menu opens again
That fixed it
thank you
Bump
For Meta how do you have spaces
hello guys
I want to know how to show mod items in the menu?
material: FUELIUM_BUCKET
It doesn't work for me to write like this
Heya for some reason with deluxe menus '[console] give %player_name% DIRT 1' is returning in console Unknown item 'minecraft:'
...hypermist DIRT 1<--[HERE]
modid_FUELIUM_BUCKET I believe
But it still doesn't work
items:
'VEHICLE_FUELIUM_BUCKET':
material: VEHICLE_FUELIUM_BUCKET'
slot: 4
lore:
the mod id is vehicle?
yes, /minecraft:give 1 vehicle:fuelium_bucket
items:
'VEHICLE_FUELIUM_BUCKET':
material: 'VEHICLE:FUELIUM_BUCKET'
slot: 4
Still not work
try vehicle_fuelium_bucket?
👍
@vale sky
A member of staff has requested I move your message to a paste,
Most likely because it contains a config/error/code snippet.
this menu file doesnt load when i do deluxemenus reload command
cj8999 sorry for being late
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.
@unique moon 
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 menu @hushed minnow 
My PVP isn't working. I checked all my settings for my server, plug-ins, region flags, etc.. god mode is off. survival mode. Idk what else to check.
u want me to send the log file?
very weird response in console...
yeah, i have no clue what it isnt working
try minecraft:give instead of give
cj what should i do?
same problem @vale sky
how do i send the log its a file archieved
lowercase dirt?
ill try
latest.log should not be in an archive
it's a raw text file
yeah vanilla
thanks <3
this is not the entire log
thats all shows in the latest log
stop the server maybe
then open it...
how big is the log file?
that should not be everything
this is my latest log file https://paste.helpch.at/axipapucey.makefile
should look like that
weird missing a lot
can you start the server, then stop it, then send log?
you can also try retrieving a log from the archive, but make sure it is one where the issue is occuring
The plugin (or program) you are trying to use was compiled using a newer Java version than the one you using.
To find what version you need, start from 52 which is Java 8 and for example, 60 is Java 16. (8 + 8 = 16 => 52 + 8 = 60)
Do you have your menu defined in the config.yml?
1. Go to config.yml and make an entry for your menu
gui_menus:
first:
file: first_menu.yml
second:
file: second_menu.yml
2. Reload the plugin twice with /dm reload
3. You will see a new folder called gui_menus and your menu should be there
4. Open that menu and edit it to set it up or use the community-made menu maker
5. You are done! Open the menu in-game with /dm open first
debug: HIGHEST check_updates: true gui_menus: basics_menu: file: basics_menu.yml requirements_menu: file: requirements_menu.yml
why are you sharing your config like this
how did you even copy it like that O.o
Use a paste service to share configs/logs
?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
they already was done but both doesnt come like i did the same text entry in both its the problem with the text some error
Use codeblocks for formatting code or configuration files:
```<language name>
<your code here>
```
For example:
```yaml
test:
- “hi”
- “there”
```
Produces:
test:
- “hi”
- “there”```
either way, this does not have your menu defined in it
follow these instructions to add it
yo
basics.yml have the gemshop text....
A member of staff has requested I move your message to a paste,
Most likely because it contains a config/error/code snippet.
im trying to make it so that players that have the feed permission view a different thing than players that dont in the same slot
@vale sky
and this looks like it should work but players without the perm still see it
basics.yml or basics_menu.yml?
basics menu. yml
yo wtf we both working on a gemshop
home
/
container
/
plugins
/
DeluxeMenus
/
gui_menus
/
basics_menu.yml
what mc version?
1.12.3
?materials
so
a
a
bro listen the plugin was working fine like before when i do ./gemshop the file does load but now it doesnt
bro
cacn you tell me what im doing wrong
ok sorry
..
I can see the message...
can you enable debug: true in the config
now the gui doesnt load and when i do deluxemenus reload the file aint loading
debug is highest now
you have size: 10
debug is a true/false value
idk why you have it set to highest
or high
valid sizes are multiples of 9
also, your item is slot: 10
so you probably want size 18, 27, 36, 45, or 54
My PVP isn't working. I checked all my settings for my server, plug-ins, region flags, etc.. god mode is off. survival mode. Idk what else to check. Does anyone else know why it's not working?
might be worth making a thread in #1007620980627230730
@velvet cloak change input: to permission:
..
ok ty
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
also you can add [refresh] to your click commands to refresh the menu items
it works i appreciate it bro sorry for being impatient
so they can see the proper item when they buy it
open_command: gemshop
size: 18
items:
'wave1':
material: tripwire_hook
slot: 10
display_name: '&6&lPrestige &e&lVoucher'
lore:
- '&aᴄʟɪᴄᴋ to buy &6&lPrestige &e&lVoucher'
left_click_commands:
- '[close]'
- '[console] gems remove %player_name% 500'
- '[console] vouchers give %player_name% prestige'
- '[message] &a:)'
right_click_commands:
- '[close]'
- '[console] gems remove %player_name% 500'
- '[console] vouchers give %player_name% prestige'
- '[message] &a:)'
right_click_requirement:
requirements:
has_gems:
type: '>='
input: '%xprison_gems_1%'
output: '500'
deny_commands:
- '[close]'
- '[message] &c:('
left_click_requirement:
requirements:
has_gems:
type: '>='
input: '%xprison_gems_1%'
output: '500'
deny_commands:
- '[close]'
- '[message] &c:(' ```
Hello, how can I make my menu charge money first and then execute the command, and if it doesn't have the money it is cancelled.
is the extra indentation at the top really there @unique moon ?
because that is an issue
Can someone help me please?
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!
The plugin (or program) you are trying to use was compiled using a newer Java version than the one you using.
To find what version you need, start from 52 which is Java 8 and for example, 60 is Java 16. (8 + 8 = 16 => 52 + 8 = 60)
You can be patient @wary garden
okey
you haven't even given me time to link you anything
fr man
there are examples here https://wiki.helpch.at/clips-plugins/deluxemenus/example-gui-menus#store
you talkng to me? ..
no @unique moon
okk
@wary garden the vault example is what you want
@unique moon
by the way im 100% sure that the problem is with the menu file its problem in the text cuz it had an 2nd item and yaml shown error so i removed the 2nd menu and it yaml erorr gone
Please answer the question @unique moon
look at this
there is an indentation before menu_title
that is wrong
if that is in your menu file, remove it
menu_titile is at top
I know
but is there a space before it?
indentation = space
menu_title:
open_command:
or
menu_title:
open_command:
nope there is no space
okay, please try to use the paste website to avoid issues like this
so what should i do now this error sux
so now your items are mis-indented
can you send a paste of your menu file please
I will take a look at it and fix any errors
it's hard for me to fix when you send it here and it isn't 100% accurate
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
thanks
yes i will fix
I added two spaces before 'wave1' ~~https://paste.helpch.at/uxuzumefoj.lua~~
okk
also, I still advise combining your click commands/requirements if this works
makes it nice and easy for you to work with ~~https://paste.helpch.at/yelewinugu.yml~~
oh wait
I just saw, the size is 10
@unique moon
its workign now it was the prob with wave1 thx!
👍
a few issues came and went throughout the process, but we got there in the end lol
glad it's workin
plenty of people are pretty good, but we're all volunteer so it's come and go help
I just happen to be around 
hmm ive noticed a confusing thing %checkitem_amount_remove,nbtstrings:mygen=dirt,mat=DIRT% if it matches anything in the inv it will remove / sell them
since i have the drop that returns 1 in my inventory anything in slot 1 of my inv will sell before the 2nd thing
idk if its me being a stupid and not configuring something
or maybe its because im using vanilla /clear /give 
im not sure
'%checkitem_nbtstrings:mygen=dirt,amt:64%' is what i originally had\
since /clear dirt = remove anything thats dirt its yeetingg it into the abyss
and im not sure how to get around htis
hello there is a problem when i open a kit its a lootbox kit and when i open the kit and recieve the kit the server gets crashed
@vale sky
Please respect the rules, be patient and don't ping staff members!
It's strange that I cannot view paste in paste.helpch.at
Sorry to bother, but may you use bytebin.lucko.me?
Bruh
It says
This not a crash or dont report it to the Paper
This is not a bug or crash
That way something stucked your server
May you mind send it for me at bytebin?
Dear DeluxeMenus Developer,
I have encountered an issue while running your plugin on my server. The log reports that DeluxeMenus is unable to establish an NMS hook. This is possibly due to a compatibility issue with the version of the server I am using.
Here is the warning message from the log:
[10:31:32] [Server thread/WARN]: [DeluxeMenus] Could not setup a NMS hook for your server version!
I have attempted to address this issue by updating your plugin to the latest available version, but the issue persists. I would appreciate any guidance or assistance you could provide to help resolve this problem.
Thank you for your attention to this matter.
What's your server version?
1.20.1
Ah sorry but this version is not stable in DM's support
Will the author update?
Latest dev build is pinned
^
i use dm 1.14.0 dev 160
Wait is this really 1.20?
Hi sir can u check my problem
You'd need to talk to the developers of LegendLootboxes, they have a Discord linked on their spigot page
So I can use this build and it should work on 1.20, right?
Ok
Is there an alternative to holographic displays? The latest version only supports up to 1.19.3 and breaks if you use 1.20 which I am
I use DecentHolograms and it's been great! Native PAPI support too
DecentHolograms, #1 holo plugin
Definitely
Def can say DecentHolos is good
does anyone know a good vouchers plugin which is free like i want to make kit vouchers for pvp
there's also Fancy Holograms which uses the new Display Entities
Thanks guys
Thank you, I'll give it a try
My version is 12.2
yo u up
whenever im on regular mc on my server, regular leather armor shows up as a textureblok
on lunar client it doesnt
Four bro
and when im on the regular mc client, it shows up fine on other servers but mine
wdym
i know of a voucher plugin but im not sure what ur asking
When we redeem the voucher
like u want a voucher that gives a kit?
just use a regular voucher plugin and make the contents a kit
Voucher plugin
here ill show u the 1 i use
Bro
?
u want to make a voucher kit?
Yes
idk if u tried that its the top result when u look up 1.12 voucher plugin
i need help if anyone is there
Wait so we can go to the voucher gui and the the Sword or anything we want to the kit gui?
idk what ur asking if ur asking about that voucher plugin i sent i have no idea how its used
i know nothing about it
but its 1.12
bro so i got a diamond boots on my inventory and when i redeem a voucher i want to get this diamond boots which is on my inventry so how do i do that
how do i execute like a player command through a plugin config. I want it so that when a user clicks a button it does /server lobby for them instead of throught the console if you get what i mean
Thanks and I will take a look into it
The plugin legendlootboxes stucked the whole server when trying to generate structures and loot boxes
This may be a performance problem, so it's better to submit a issue to this author
Is there a way to make clickable UI bigger than a double chest ?
Hey all,
We are getting the following error when starting our server:
18.07 03:35:55 [Server] [ERROR] Could not load 'plugins/FeatherBoard_1.jar' in folder 'plugins'
18.07 03:35:55 [Server] [INFO] org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: be/maximvdw/featherboard/FeatherBoard has been compiled by a more recent version of the Java Runtime (class file version 59.0), this version of the Java Runtime only recognizes class file versions up to 52.0
Version: 1.8.8
Latest version of FeatherBoard.
What version should we use from FeatherBoard?
The plugin (or program) you are trying to use was compiled using a newer Java version than the one you using.
To find what version you need, start from 52 which is Java 8 and for example, 60 is Java 16. (8 + 8 = 16 => 52 + 8 = 60)
The author is offline since 4 years already
anyone got any good suggestions for like a prisons currency plugin? like tokens or orbs or smth
I use EdPrison core
It have the full setup of prison mines, pickaxe, and more
So just stop using it
I dont find any other voucher plugin for my version
12.2
Try for PEconomy if you want a multiple one
damn it looks pretty good but atm i got no money as i stupidly spent it all on server hosts and other plugins lmao. Do you know any free ones?
Do u know any plugin i mean boosters plugin for prison
Exp or job experience booster right?
Nope
Cureency boosters
Cureencu
Currency*
lmfao
I got Essentials Eco, Ultraprison core tokens, gems
Also i tried this one but its like if we want something it should be a command like lp user give player rank and im actually creating a kit voucher and it have random plugin enchants and how do i find the command for it
Huh? Sorry but please describe again?
I can't understand well
Thays the problem idk to explain it clearly :/
Like
It asks command not Item
U understood?
We have to make it from plugin's file
Like type and add
Voucher's bonus only support commands?
Yes
That way your kit plugin should support given by command
Hm what plugin are you using?
Im using normal diamond armour but with some plugin enchants
So what i want to know is the command of armour
Like the boot, leg, chest, helm
And sword
anyone got any good suggestions for like a free prisons currency plugin? like tokens or orbs or smth
Try to save this item a kit, then use the kit give command
Do you mean multi-currency or item based currency?
I dont understand
A armour have 4 piece
And a sword..
All this together in a kit
When we redeem we recieve all this
It should be a voucher
That we can put in inv
Trade or sell
A kit voucher
i'm not too sure, just like a currency that can be configed to be mined from blocks and then spent on upgrades in a gui
I dont think for free its gonna be good
That way just use normal Vault economy?
Can i get my reply sir?..
I'm trying, sorry for inconvenience
yeah ik, i already spent my budget on other plugins forgetting about these things
I am also creating an prison with ultra prison core
The core setup is done
Now working on kit vouchers
Its a P2W server
So got 6 ranks
Each rank with each kits
You want give these items to players and Voucher plugins only support commands as rewards
right?
Um what "kit" i say is a plugin like WkKit / PlayerKit,etc.
The lootbox plugin had supported ITEM
Player Kit is a GUI
When we click on it we instantly recieve it as Pieces
Not as Voucher...
Yes I know, I mean you could use command /kit give <kit> <player>, put it in Voucher plugin's reward config
Here's a list of all the badges you can get on your /profile
- Admin
- Trusted
- Support
- Helpful
- Developer
- Artist
- Builder
- Server Owner
- Starred the PAPI /github repo
- Being a cool Nitro booster!
- Being a PAPI contributor
- Subscribed to #clips-pings
- Subscribed to #cubes-pings
- Toggled to receive #giveaways-2020 pings
- Provided a Giveaway
- Joined HelpChat in 2016
- Have over 10,000 XP
@brittle folio
Thanks
hello hello I am looking for a plugin that allows you to create a gui menu that is linked to the /boutique command and it is only with the voting points that you could buy ranks or other in this menu I don't know if you see, I'm preferably looking for a free plugin
i have a doubt
Yes?
Please stop randomly pinging me!
This is like the fourth or fifth time you've done it
this is closer to being correct, although I would also add the mat:DIRT
%checkitem_mat:dirt,nbtstrings:mygen=dirt,amt:64%
You can also use checkitem to remove things fyi
if enabled
%checkitem_remove_mat:dirt,nbtstrings:mygen=dirt,amt:64% - will remove 64 dirt with the specified nbt value
if you do want to stick to vanilla commands I believe it would be minecraft:clear %player_name% dirt 1
Not to be confused with the essentials clear command, which has a different syntax
if you have essentials, you can specify which command you want by adding minecraft: to run the vanilla one, or essentials: to run the essentials one (Which already overrides the vanilla one)
Hello, I am brand new to plugin configuration / server dev in every way. Not really a coder other than basic bash/python server admin stuff. I have a config for a deluxemenu that is not loading and im not sure why its failing. Any help is great, thanks!
https://paste.helpch.at/cokuqiferi.vbnet
for more context, it breaks specifically when i try to add custom data to the give command.
Are u the dev of the Cj plugin
Isnt it a voucher plugin
that's because you're using " inside of a string which is surrounded by " "
to fix this, you have to add a \ before each " inside of the string
so for example "Hello "%player_name%"" would become "Hello \"%player_name%\""
gotcha, let me try that out
you may encouter the same issue when using ' ' to surround strings, but instead of using , you'll just need to double the '
so for example it should be like this https://paste.helpch.at/majuciruva.vbnet
looking good
alright, let me push the change and see if it works
alright the menu loaded, but the give command failed. Gonna tinker a bit. Thanks for the help!
are you using Essentials?
if yes, it's probably overriding the vanilla /give command
use minecraft:give in DeluxeMenus to make it use the vanilla cmds
yeah, I did end up adding that, but the give command had some stuff missing for vanilla. for example the tipped_arrow needed to be minecraft:tipped_arrow. But added "minecraft:" did fix my issue as well
No… my name is cj89898 everywhere
Not all cjs are the same person
I can confirm. Even his gouvernment name is cj89898. I checked. 🫀
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/extendedclip/deluxemenus/DeluxeMenus has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot.jar:git-Spigot-79a30d7-f4830a1]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:327) ~[spigot.jar:git-Spigot-79a30d7-f4830a1]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [spigot.jar:git-Spigot-79a30d7-f4830a1]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:305) [spigot.jar:git-Spigot-79a30d7-f4830a1]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot.jar:git-Spigot-79a30d7-f4830a1]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-79a30d7-f4830a1]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_381]
Caused by: java.lang.UnsupportedClassVersionError: com/extendedclip/deluxemenus/DeluxeMenus has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_381]
... 6 more```
The plugin (or program) you are trying to use was compiled using a newer Java version than the one you using.
To find what version you need, start from 52 which is Java 8 and for example, 60 is Java 16. (8 + 8 = 16 => 52 + 8 = 60)
Hello can someone help me I am trying to install the latest version of the plugin on my server 1.12.2 it does not work
use java 11
how can i hide the material in deluxemenu
whaaat o.O ?
possibly a hide_attribute tag may do what you need
for example on this pickaxe
'SkillsIcon':
material: DIAMOND_PICKAXE
slot: 15
hide_attributes: true
display_name: "Skills"
Can we make a shop with deluxe menus?
F3 + H
yes
minecraft:clear*
Please respect the rules, be patient and don't ping staff members!
that probably goes right after the material
minecraft:diamond_sword{ench:[{id:16,lvl:5}]} 1
There is no such item with name minecraft:diamond_sword{ench:[{id:16,lvl:5}]} Here is the message it gives me
?
Please respect the rules, be patient and don't ping staff members!
Looking for a plugin/an example of player text input using DMenu. please reach out if you know of one.
i thinnk im stupid but im making a plugin and i want people to be able to toggle the thing cuz rn u gotta run the command before each bow shot
again i think im stupi
https://paste.helpch.at/cowovoqiba.java
So what's the end goal, you type the command once and the shot after makes you view arrow perspective
until you turn it off
yes but rn i have to rerun command before each time i shoot
i delete that right
yeah
your so beautiful
I would also look into Player#setSpectatorTarget instead of teleporting the player repeatedly
k
so onShoot -> player.setGameMode(Gamemode.SPECTATOR) -> setSpectatorTarget(arrow) and onHit -> setSpectatorTarget(null) -> player.setGamemode(GameMode.SURVIVAL); or something
just realised this should of been in development
oh well
mb
should i also remove the part below that is arrow.removeMetadata("ballcam_shooter", this);
okay one thing when its following i cant like move to look around is there any way to fiddle with that
also its lagging a bit but im guessing thats just me using minehut for hosting
also also i get this in console after each shot https://paste.helpch.at/izepunugoj.csharp
like it takes a sec for the thing to start following
Hi... I would like to add a Island Top 10 Leaderboard for my Skyblock server. The Money, Kills & Time played are working. Can someone help me with the /island top leaderboard?
Hey, I'm using EZprestige and I'm getting an issue. It's formatting my chat incorrectly and showing my prestige is 999?
Here's my prestige config 🙂
https://paste.helpch.at/imuyufuseb.yaml
