#general-plugins

1 messages · Page 632 of 1

vapid wigeon
#

no

vapid wigeon
#

LMAO

#

im so high

glossy tapir
velvet cloak
#

does anyone know how to change schematic to blueprint?

vivid fulcrum
#

I was wondering how can I set a custom texture for a GUI

arctic galleon
#

how to i only reset playtime

remote scaffold
#

I want to show the green concrete if they aren't in the brewer job, shouldn't this work?

view_requirement: '%jobsr_user_isin_Brewer%.equalsIgnoreCase("False")'

formal tulip
#

Registration is currently locked. If you feel it is necessary to create an account, please join our discord and get in touch with us.

vale warren
#

send funnycube#0001 an email and username @formal tulip

formal tulip
#

Okey

leaden lotus
#

When setting an item as a DeluxeMenu material is there a way to remove 'sneak for more info'? Setting displayname and lore does not help me there

lilac maple
#

and it only shows on that item and 1 next to taht

#

in that GUI

#
      '3':
        material: SIGN
        slot: 16
        display_name: '&4&lServer Statistics'
        lore:
        - "&7Informative item"
        - ""
        - "&4Description:"
        - "&c&l● &7General server statistics regarding the job system,"
        - "&c&l● &7such as total employees in all positions and more.."
        - ""
        - "&4Statistics:"
        - "&c&l● &7Total Employees: &c%jobsr_total_workers%"
        - "&c&l● &7Max jobs per player: &c%jobsr_maxjobs%"
leaden fern
#

What is your version?

lilac maple
#

1.10.5

leaden fern
#

And server?

leaden lotus
lilac maple
leaden fern
#

Using  § instead of & should hopefully solve it

leaden fern
lilac maple
#

yay fixed it <3

leaden lotus
#

Almost guessed so but thought maybe there would be a way I am not aware of

leaden fern
#

Sadly there isn't, it's something that's caused by one of your mods, DM can't do anything about it

leaden lotus
#

I do have another issue though that should be easier to solve though. How would I need to modify my view_requirement here to make it work? Wiki unfortunately just said expression that is a bit unclear. Looking through the history here I found something similar and tried using that but it does not work either. I only get the "rtp_down" displayed

'rtp_down':
  priority: 0
  view_requirement: 
    requirements:
      rtp_used:
          type: javascript
          permission: '"%luckperms_has_permission_rtp.used%" == "yes"'
  slot: 43
  ...
'rtp_up':
  priority: 1
  slot: 43
  ...
proper oxide
#

indeed it is not maintained anymore.

proper oxide
# leaden lotus I do have another issue though that should be easier to solve though. How would ...

That's invalid. if you want to use the javascript type, you need to also have expression:. change permission to that. like this: yml view_requirement: requirements: rtp_used: type: javascript expression: '"%luckperms_has_permission_rtp.used%" == "yes"' but as 1ntent1on said, just use the has permission requirement. might be easier

  view_requirement: 
    requirements:
      rtp_used:
          type: has permission
          permission: 'rtp.used%'```
proper oxide
proper oxide
proper oxide
#

that's not a valid placeholder tho. maybe dynamic_amount: '%SEP_inqueuecount_nodebuff%'?

#

Not really. At least not from deluxetags. you'd need to make a different plugin for this that hooks into deluxetags.

leaden lotus
proper oxide
#

so its looking for the wrong permission rtp.used%

leaden lotus
#

even without the %

wise lagoonBOT
#
FAQ Answer:

DeluxeTags showing in essentials chat:
1. Stop the server.
2. Turn off the papi_chat option in the DeluxeTags config. deluxe_chat in older versions.
3. Turn off the format_chat option in the DeluxeTags config.
4. Put {deluxetags_tag} in your EssentialsChat chat format. (In essentials config)
5. For Versions Below 1.8.2: Replace all the placeholders in the DeluxeTags config
%placeholder% to {placeholder} (Ex: %deluxetags_tag% to {deluxetags_tag}).
6. Start the server.

proper oxide
#

follow the steps sent by the bot above.

late socket
#
  'World':
    material: PAPER
    slot: 10
    nbt_int: CustomModelData:1345
    priority: 1
    display_name: ''
    lore: ''
    left_click_commands:
    - '[player] warp resourceworld'```
#

custom modeldata not working in deluxe menus

#

shows correctly in /oraxen inv

proper oxide
late socket
#

1.19 DeluxeMenus-1.13.5

proper oxide
late socket
#

ty worked

dire torrent
wise lagoonBOT
dire torrent
#

but can use in dynamic_amount

#

dynamic_amount: '%SEP_infightcount_nodebuff%'
it doesn't work,too

dire torrent
#

anyone?

proper oxide
#

execute /papi parse me %sep_infightcount_nodebuff%.

#

and send a screenshot of the output

dire torrent
#

Some can, some can't. I feel it is not int and string?

violet steeple
#

Have anyone had the issue where your server just dies? No logs, no warnings, just nothing

#

And there is nothing in the logs

#

only the startup after it died but there are no warnings or anything in that either

proper oxide
#

you can't have 0 items in an item stack

dire torrent
#

no, it's 2,now

#

It seems to be working normally, somehow???

dire torrent
#

thanks

proper oxide
#

how many items do you see in the inventory?

dire torrent
#

2 2

proper oxide
#

oh it works now. I see. yeah the problem was most likely because the return of the placeholder was 0

dire torrent
#

😆 thank you very much

#

But it has been 0 a few days ago, I don't know why

tidal wren
#

Hi, I'm looking for a way with Deluxe Menus to let a command me executed by the player and ignore the permission node.

Current action: [player] lottery buy 1
Can't run command in console. No, I don't want to add the permission node.

Any suggestions? Thanks!

#

Also tried "[console] dm execute %player_name% [player] lottery buy 1" but still run as player and checking permission. I want it to ignore checking permission.

#

Should have been something as [runasoperator]

shy osprey
#

Hello how to add numbers in a variable by clicking on an object ?

proper oxide
#

this is the closest thing and safest (not extremely safe but safer than op) thing you'll get to what you want

proper oxide
shy osprey
#

a variable of placeholder

tidal wren
#

Oh okay, that's what I tried first but it wasn't really a good option.

#

Thanks anyways

shy osprey
proper oxide
#

just because its hidden

tidal wren
#

I understand, never thought about it that way. Citizens have -o which let the player open the GUI with "op" I think. So do you not recommend doing that either?

proper oxide
#

well so far there haven't been any reports of it being broken and for the most part it should be safe but my main concern is server crashing in the same tick as the player getting op or something weird like that and they remaining OP. I know this is very very unlikely but clip made it clear he won't risk it at all.

tidal wren
idle mist
#

Thank you blitz it all works nfor that!

Would you know why one single player cant switch to any other tag besides DeluxeTags tho ? (the example one) he's the only one, even if people have the same perms and rank as him

proper oxide
#

can you tell me the name of another tag that they can't access

idle mist
#

Like they see all the tags in their gui but if they change it it says it changed but they revert to example, but its for all and weve checked perms

proper oxide
#

that's strange. I've never seen this before

idle mist
#

this was back on 1.8.1 from yesterday tho, ill give another message if its still weird after updating!

minor plover
#

[DeluxeMenus] Could not setup a NMS hook for your server version! ??

minor plover
#

1.19 and the versions plugins is 1.19

proper oxide
minor plover
#

yes

proper oxide
#

try reinstalling. just in case.

minor plover
#

ok i go tested this

#

yes fank you is good

proper oxide
#

👍

minor plover
#

I have another problem when I open a menu that used to work normally and now I can take what's in the menu and put it in my inventory so its a bit annoying if you have any solutions

proper oxide
#

sounds like an issue that can be provoked by another plugin you have. I'd recommend you remove your plugins 2 by 2 or so until it stops happening to find which plugin is causing this

minor plover
#

ok

formal tulip
#

Is there perhaps something to continue to show the balance from the shop

static tangle
#

Blitz that fixed the issue. Thx m8.

proper oxide
#

no problem

elfin aspen
#

can someone remind me for deluxemenus

#

item1:

  • priority: 0

item2:

  • priority: 1

which one has greater priority?

#

item2?

nocturne quartz
#

what are some good shop plugins

proper oxide
#

ShopGui+ is decent

nocturne quartz
#

would you say its better than economyshop gui premium or do you not have experience witht that

onyx hill
#

NoFlyZone Support 1.19?

proper oxide
#

maybe? the plugin is not updated/tested by us anymore. so you'll have to test it

onyx hill
#

Ok

#

It works

graceful crater
#

Hi! I was just wondering if anyone have any video i can use as refence if i want to make a custom gui with images
( ps. im really new at everything so please bear with me )

#

uhmm... im confused

wise lagoonBOT
#

🔨 A user has been banished from the island for using wrongly distributed software, the island has spoken.

empty pendant
#

Hello! uh material: head-sus for example doesn't show player head-

#

it's just a steve

glossy glade
#

click_requirement:
requirements:
item:
type: has item
material: IRON_HOE
lore:
- 'test'
name_ignorecase: true

enchantments:

- efficiency;5

      amount: 1
#

help. spell check

left kraken
#

what could I be doing wrong?

inner remnant
#

-heads

#

?dm-heads

wise lagoonBOT
#
FAQ Answer:

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) HeadDatabase material: hdb-<id>:
- Require https://www.spigotmc.org/resources/14280/

left kraken
#

is that for me?

inner remnant
#

no

left kraken
#

oh ok

wise lagoonBOT
#
FAQ Answer:

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

empty pendant
#

because it works with skinsrestorer

inner remnant
#

use only taken usernames

glossy glade
#

checking for an enchanted item. help. sample

empty pendant
#

(that's my friend account he has mc premium etc)

inner remnant
inner remnant
empty pendant
inner remnant
#

@proper oxide any idea? heads not rendering

empty pendant
inner remnant
#

just makin sure you arent addin `

remote scaffold
#

Hi, I have tried it now and now the green concrete isn't showing up in the menu

    priority: 2
    view_requirement:
      requirements:
        injob:
          type: string equals
          input: '%jobsr_user_isin_Brewer%'
          output: 'False'

and this is for the other if it is true

    priority: 1
    view_requirement:
      requirements:
        injob:
          type: string equals
          input: '%jobsr_user_isin_Brewer%'
          output: 'True'

no error in console

left kraken
#

and your past had =, I set it to !=, same issue

empty pendant
inner remnant
inner remnant
remote scaffold
left kraken
inner remnant
#

op = bypass

left kraken
#

ah ok

inner remnant
#

np

left kraken
#

[DeluxeMenus]: Error in requirement javascript syntax - %player_item_in_hand% = AIR

#

giving me these errors when trying to open it

#

ah

#

==

#

nope

#

same issue

#

!= also has the same error

rich star
#

== "AIR"

left kraken
#

kk thanks

#

[DeluxeMenus]: Error in requirement javascript syntax - %player_item_in_hand% != "AIR"

rich star
#

oh and wrap the placeholder in ""

left kraken
#

there we go

#

yup

quartz panther
#

Hello can some1 help me? if i have a custom head in my hand that i would like to put inside my custom menu, how do i add that head to the menu? ^^

vapid wigeon
#

if id dont have a 64 code for a head

#

how can i add it to a menu

proper oxide
#

ugh. you don't know anything about the head? name, base64, texture link?

vapid wigeon
#

ive never really messed with them i just know how to do 'basehead-'

#

i cant figure out how to add it as a material using

proper oxide
#

you might be able to get the base64 value by holding the head in hand and executing /data get entity YOURNAME-HERE SelectedItem

vapid wigeon
#

im on webbrowser lookin

proper oxide
vapid wigeon
#

thanks

vapid wigeon
#

btw anyway to make a certain thing purchasble only once?

#

like a quantity

#

trying do it for a rank, i made it so they cant buy the same rank but they can buy the rank lower again, so trying to fix that

tough jolt
#

Does deluxemenus allow you to hide the dyed text in an item? I've tried
hide_attributes: true hide_effects: true hide_enchantments: true

proper oxide
velvet cloak
marble lodge
#

any1 know if holo displays is 1.19 yet?

tough jolt
#

@proper oxide Ah thank you. I'm trying to get it to work am I doing anything wrong?
items: default: material: LEATHER_HELMET rgb: 255,255,255 item_flags: - 'HIDE_DYED'

wise lagoonBOT
vale warren
#

Plugin version?

tough jolt
#

DeluxeMenus 1.13.4-Release

vale warren
#

It is HIDE_DYE

tough jolt
#

Ah

proper oxide
#

also why 1.13.4?

#

at least use 1.13.5 if not the latest build ( #1-20 )

wise lagoonBOT
#
Quick Tip:

To get help with that premium plugin you'll need to first link your spigot account:
• See #spigot-linking for more info.

remote goblet
#

they are def hard to find, I'm still just trying to find one that shows someones stats by hovering their name in chat

wise lagoonBOT
remote goblet
#

oop my bad

proper oxide
#

Carbon or ChatChat

remote goblet
#

Chat chat is out?

astral nexus
#

hello, the custom nbt item does not work, i use 1.19 and the latest dev version (deluxemenus)

rustic stratus
#

@stone nest, hey. Can you DM me, please? I I want to report a vulnerability in PlaceholderAPI.

stone nest
#

my pm’s are open

summer marten
#

Hey there, would anyone know how I can have a meta that is a different integer per item in hand?

remote scaffold
#

Is there any possible way to update the menu item or is not possible?

#

like if I were to click the green concrete it turns into red concrete

untold pilot
remote scaffold
#

can you give me an example?

unkempt spruce
lean whale
untold pilot
unkempt spruce
#

?paste

wise lagoonBOT
#
FAQ Answer:

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

lean whale
#

Alr

remote scaffold
remote scaffold
unkempt spruce
#

i dont remember the syntax at all

#

but its pretty simple

remote scaffold
#

oh i meant in the plugin

#

am i in the wrong channel

unkempt spruce
#

right channel wrong msg

sinful relic
#

How come litebans keeps saying I don't have permission to execute a command even though I've given myself the permission. The litebans is on my proxy ONLY and is connected to a mysql database. Anyone help?

untold pilot
sinful relic
#

yes

untold pilot
#

Do /lpb and add the permissions to yourself that way

sinful relic
#

??????

#

That's not solving anything

#

And where is your credentials (I ask bc u gave useless advice and all of your advice never worked for me and u tried to give me cracked jars)

warm dawn
#

lpb user <username> permission set *

#

in console

sinful relic
#

I think the problem is beyond giving myself the permission

#

I came here because that didn't work

warm dawn
#

Is there any way to know how many days a player is having 'x' rank?

#

Luckperms

untold pilot
#

@sinful relic try creating a owner group and doing /lpb editor and then adding the permissions to that group. Then from there assign the group to yourself.

#

Lmk if that works

sinful relic
#

I already have an owner group

#

If you guys researched into litebans you will realize this problem is not about if I have a damn permission or not becauise I DO

untold pilot
sinful relic
#

it's about how litebans handles permissions

#

they have articles about it and how you setup your bungee/velocity

#

Don't give me basic advice, I have my rank here above all of you because I know the basic advice

#

I gave it and more

#

Please know the plugin before trying to help bc ur just wasting my time with these pings

untold pilot
#

Umm well I’m just trying to help lol. I have the litebans plug-in as well and having two groups via luckperms bungee and the normal luckperms plug-in via that server seems to work good for me🙂

untold pilot
#

Haven’t had any permissions errors

untold pilot
untold pilot
real gate
nocturne quartz
#

can anyone compare esgui prem vs shopgui+, like what do you think is better and why

violet snow
#

Hello! I wanted to create a gui with DeluxeMenus and I asked myself something. Since in my server I want that putting the vip costs with the money whit XConomy, I wanted to ask if it was possible to put this function that you could buy.
Thanks in advance.

inner remnant
violet snow
#

What is requirements?

inner remnant
#

like click/view_requirements

violet snow
#

requirements_menu.yml?

inner remnant
#

those have examples you can use

#
expression: '%vault_eco_balance% >= 100'``` example using vault
violet snow
#

Ok

#

Ok I did it with the file requirements_menu.yml

#

Tanks for the support

inner remnant
#

Np

velvet cloak
#

Yo, does anybody know a good plugin that kinda restricts creative mode? 1.17 please 🤝

velvet cloak
#

1.16

#

im using 1.17

#

I had some errors with this thats why

#

maybe some type of plugins that adds armor when in /gmc?

inner remnant
#

@velvet cloak read the title of that plugin says 1.17+

velvet cloak
#

well it is going to update to v3 (1.17)

#

but now it isnt

velvet cloak
#

not responding

dire torrent
#

anyone?

#

I put a Rose_red on the material but it doesn't show

#

material: ROSE_RED

velvet cloak
#

um

#

so

#

the material is wrong?

dire torrent
#

yes, it's display

velvet cloak
#

so

#

go in-game

dire torrent
#

doesn't show anything

velvet cloak
#

hold the item u want

#

wait

#

any errors in console?

dire torrent
#

no anything

#

Only RedRose is not displayed, other materials are normal

velvet cloak
#

whole file

dire torrent
velvet cloak
#

how many slots does your menu have?

dire torrent
#

54

#

version:1.13.3 release

velvet cloak
#

hm

#

1sec

#

what item do u want

#

in game name

dire torrent
#

this.

#

Is it because he is a dye problem?

#

need data?

velvet cloak
#

wait

#

'Test':
material: RED_DYE
update: true
slot: 50
display_name: '&fTest'
lore:

#

use this

dire torrent
#

no

velvet cloak
#

it doesnt work??

#

'Test':
material: RED_DYE
update: true
slot: 50
display_name: '&fTest'
lore:
- '&aFREE DIAMOND! [1/day]'
- ''
- '&7Click to get 1 free &bdiamond&7!'

dire torrent
#

material: RED_DYE no

velvet cloak
#

what does it say

dire torrent
#

nothing

#

The same yml, other materials work

velvet cloak
#

hmm

#

use /itemdb

dire torrent
#

unknown command

velvet cloak
#

are u using essentials?

dire torrent
#

no

#

I feel that I need material and data to cooperate

velvet cloak
#

what material and data??

dire torrent
#

For example, pufferfish, he is material: cook_fish, and data: 3

leaden fern
#

You need that only if you are at older version (below 1.13 iirc)

dire torrent
#

what should i do then?

velvet cloak
#

remove data

dire torrent
#

doesn't show....

velvet cloak
#

or red_dye

naive fern
#

I want to allow the player to left-click the menu by binding whether the permission is available, but after I click on the judgment requesting the permission to use here, he cannot detect that the permission cannot be used in it? left_click_requirement:
requirements:
fishing2:
type: 'has permission'
permission: 'yueka.30'
fishing3:
type: 'has permission'
permission: 'yueka.24'
deny_commands:
- '[console] titlemsg %player_name% &b『&cInsufficient balance&b』'
- '[close]'
view_requirement:
requirements:
fishing1:
type: 'has permission'
permission: 'yueka.30'

我想通过绑定权限是否有而让玩家可以左键菜单,但是我在点击要求这里使用权限的判断后他无法检测出来是在这里面无法使用权限持有的吗? left_click_requirement:

  •  requirements:*
    
  •    fishing2:*
    
  •      type: 'has permission'*
    
  •      permission: 'yueka.30'*
    
  •    fishing3:*
    
  •      type: 'has permission'*
    
  •      permission: 'yueka.24'*
    
  •  deny_commands:*
    
  •  - '[console] titlemsg %player_name% &b『&c余额不足&b』'*
    
  •  - '[close]'*
    
  • view_requirement:*
  •  requirements:*
    
  •    fishing1:*
    
  •      type: 'has permission'*
    
  •      permission: 'yueka.30'*
    
#

type: javascript
expression: 'EXPRESSION'

#

Is the correct detection permission yueka.30 == true? Or can anyone else tell me

正确的检测权限是 yueka.30 == true?还是其他有人能告知一下吗

misty yarrow
#

is ActionAnnouncer good for use on 1.19 servers?

rich star
#

well, it should work

dire torrent
#

@rich star

wise lagoonBOT
#
FAQ Answer:

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.

proper oxide
#

@dire torrent

naive fern
#

How should javascript correctly detect whether lp=true in the click condition?

在点击条件里javascript 正确的检测lp是否=true应该怎么写?

proper oxide
naive fern
misty yarrow
violet snow
#

How i can create a new gui file to Deluxemenus

proper oxide
#

it will automatically create it

naive fern
# proper oxide ```yaml type: javascript expression: '"%luckperms_has_permission_PERMISS...

fishing3:
type: javascript
expression: '"%luckperms_has_permission_yueka.24%" == "yes" 'This condition can be used but he can't detect that when this permission is not held, he seems to hold it by default?

fishing3:

  •      type: javascript*
    
  •      expression: '"%luckperms_has_permission_yueka.24%" == "yes" '这个条件可以使用了但是他无法检测到当这个权限不持有的时候他默认好像都是持有的?*
    
nocturne quartz
#

one of my plugins is locking my villager jobs (automatically has trade level when given job) does anyone know what plugin does that

proper oxide
naive fern
#

sorry i forgot i was op

抱歉我忘记我是op了

proper oxide
mortal totem
#

Hey anyone know why villagers aren't sleeping, il send plugins if needed

#

and why members aren't getting hourly claimblocks with griefprevention

remote goblet
#

can't get %playertime_time% to work 😦

proper oxide
#

rgb:

proper oxide
#

do you have the playertime plugin installed?

eager hamlet
#
[Server thread/ERROR]: Could not load 'plugins/DeluxeMenus-1.13.5-Release.jar' in folder 'plugins'
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(JavaPluginLoaderMixin.java:149) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:394) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:301) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServerMixin.java:381) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
    at net.minecraft.server.dedicated.DedicatedServer.handler$bbe000$arclight$loadPlugins(DedicatedServerMixin.java:637) ~[?:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServerMixin.java:160) ~[?:?]
    at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServerMixin.java:1861) ~[?:?]
    at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServerMixin.java:232) ~[?:?]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_292]
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_292]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_292]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_292]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoaderMixin.java:644) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_292]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoaderMixin.java:104) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoaderMixin.java:99) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_292]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_292]
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_292]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoaderMixin.java:67) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoaderMixin.java:145) ~[arclight:arclight-1.16.5-1.0.23-daa3c8bb]
    ... 8 more

anyone know what the issue here is?

wise lagoonBOT
graceful crater
#

Im having trouble with setting up deluxetag with essentialschat

wise lagoonBOT
#
FAQ Answer:

DeluxeTags showing in essentials chat:
1. Stop the server.
2. Turn off the papi_chat option in the DeluxeTags config. deluxe_chat in older versions.
3. Turn off the format_chat option in the DeluxeTags config.
4. Put {deluxetags_tag} in your EssentialsChat chat format. (In essentials config)
5. For Versions Below 1.8.2: Replace all the placeholders in the DeluxeTags config
%placeholder% to {placeholder} (Ex: %deluxetags_tag% to {deluxetags_tag}).
6. Start the server.

graceful crater
#

i've done those already

warm dawn
ebon geode
#

Having issues with DeluxeMenus.

This is my settings.yml



size: 27


menu_title: '&8&lSettings'

  'toggletokenmsg':
    material: STONE
    data: 0
    slot: 5
    display_name: "&6Toggle Token Messages"
    click_commands:
      - "[player] tokenmessage"
    lore:
      - " "
      - "&fWhen you earn Tokens, a message in chat appears."
      - "&fIt can get annoying when you have a high level"
      - "&ftokenator pickaxe"
      - " "
      - "&a&lClick to Toggle"
  'togglegemmsg':
    material: STONE
    data: 0
    slot: 6
    display_name: "&aToggle Gem Messages"
    click_commands:
      - "[player] gemmessage"
    lore:
      - " "
      - "&fWhen you earn Gems, a message in chat appears."
      - "&fIt can get annoying when you have a high level"
      - "&fgem finder pickaxe"
      - " "
      - "&a&lClick to Toggle"
  'toggleprivatemsgsound':
    material: STONE
    data: 0
    slot: 7
    display_name: "&2Toggle Message Sounds"
    click_commands:
      - "[player] togglesounds"
    lore:
      - " "
      - "&fToggle the sounds played when you receive a"
      - "&fin-game message."
      - " "
      - "&a&lClick to Toggle"
  'togglepms':
    material: STONE
    data: 0
    slot: 8
    display_name: "&cToggle Private Messages"
    click_commands:
      - "[player] togglepms"
    lore:
      - " "
      - "&fToggle the ability for users to message you"
      - "&fin-game."
      - " "
      - "&a&lClick to Toggle"


sweet: true

Im getting these errors in console https://mcpaste.io/dedbe4413b968acc

proper oxide
#

yes. rgb: 255,255,85

proper oxide
ebon geode
warm dawn
graceful crater
wise lagoonBOT
#
FAQ Answer:

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.

graceful crater
proper oxide
#

ah. there we go. you haven't followed all the steps @graceful crater

wise lagoonBOT
#
FAQ Answer:

DeluxeTags showing in essentials chat:
1. Stop the server.
2. Turn off the papi_chat option in the DeluxeTags config. deluxe_chat in older versions.
3. Turn off the format_chat option in the DeluxeTags config.
4. Put {deluxetags_tag} in your EssentialsChat chat format. (In essentials config)
5. For Versions Below 1.8.2: Replace all the placeholders in the DeluxeTags config
%placeholder% to {placeholder} (Ex: %deluxetags_tag% to {deluxetags_tag}).
6. Start the server.

#
FAQ Answer:

DeluxeTags showing in essentials chat:
1. Stop the server.
2. Turn off the papi_chat option in the DeluxeTags config. deluxe_chat in older versions.
3. Turn off the format_chat option in the DeluxeTags config.
4. Put {deluxetags_tag} in your EssentialsChat chat format. (In essentials config)
5. For Versions Below 1.8.2: Replace all the placeholders in the DeluxeTags config
%placeholder% to {placeholder} (Ex: %deluxetags_tag% to {deluxetags_tag}).
6. Start the server.

proper oxide
#

see the option 2

#

step 2*

graceful crater
#

that fixed it

#

thanks!

proper oxide
#

no problem

#

show your menu please

#

also what version of deluxemenus are you using?

#

where's the commas?

#

just copy paste what I gave you

remote goblet
bitter raptor
#

DeluxeMenus doesn't open most menus. It loads them and shows them through /dm list but won't open them. It can open only 3 menus out of 9

proper oxide
#

if you add a random stone in the corner without a view requirement it will probably open and you'll see just the stone inside

heady flare
#

Wrong channel prob

bitter raptor
#

alr, I will try to add that glass pane that no one sees anyway

bitter raptor
proper oxide
bitter raptor
proper oxide
bitter raptor
#

1.19 is the server version

#

1.13.5 is the deluxemenus version

proper oxide
bitter raptor
#

thanks, it works now

velvet cloak
#

Its not a plugin but need help help with the execute command. Found this on google /execute as @a[nbt={Inventory:[{id:"minecraft:<item ID>",tag:{display:{Name:"{\"text\":\"<item name>\"}"}}}]}] I want the item with customtag: events to get deleted if its not in the event world. How do I set the command to check for custom tag instead of the display name

nocturne quartz
#

I know that clear lagg is bad as well as anything related to it so ive always avoided using it as much as possible

#

but

#

what about boats and minecarts, do they create lag in the server if someone spam places them?

#

does minecraft have a way of despawning them like it does with items

vapid wigeon
#

Hello I was wondering if someone could explain how I can make a certain rank only purchasable once from the menu.

#

Because currently a player can buy rank1 then rank2, then buy rank1 again

vapid wigeon
#

got it to work nvm 🙂

sharp stump
grand torrent
#

How do I make a gradient JSON message with DeluxeCommands?

dire torrent
vale sky
#

is that the entire item?

#

if so I don't see a slot defined

grand torrent
#

Does DeluxeCommands not support rgb / gradients?

dire torrent
#

yes a whole item..

#

material: ROSE_RED doesn't show

wise lagoonBOT
#
Valid Config!

ReZuni, I checked your config and, it's valid!

+ Correctly Formatted```
velvet cloak
#

hey guys is that a correct chat to ask for help with deluxemenus ?

#

since plugin doesn't recognize a menu file for some reason

#

so I'd like to ask maybe something wrong in this menu file that I can't see

wise lagoonBOT
#
Valid Config!

ltrhrd, I checked your config and, it's valid!

+ Correctly Formatted```
velvet cloak
#

damn cool bot

velvet cloak
#

okay I've figured it out had to add it in config

rare patrol
#

Hello, i am using deluxemenus and itemsadder i was wondering if there is any way to use custom items from itemsadder in the menus

#

I have seen there is a way to use NBT Tags / CustomModelData on the wiki but there isn't enough information on the wiki for me to understand how to use this feature. Does anybody have an example of it used?

warm token
#

why can I only add a certain amount of items on the deluxemenus gui. i start adding stuff and it just doesnt appear

rare patrol
#

May i see your file?

velvet cloak
#

what are placeholders for deluxe menus ?

#

so like if I wanted to run a command as a console to give something to someone

#

%player_name% from examples doesn't work

rare patrol
#

Here you can see where you can an cannot use placeholders

#

Don't take my word for it but i don't think you can use placeholders in commands

#

You can use vanilla target selectors

#

What command are you trying to execute?

#

Connected and Winner are on the same slot

#

Maybe that's the issue

vale sky
#

you can use them

#

@velvet cloak just make sure you have the player expansion

velvet cloak
#

thank you

rare patrol
#

How can i place a custom item model in a menu?

topaz storm
#

Is there a way to display the different types of "light" blocks in DeluxeMenus?

  '1':
    material: light
    data: 0```


Doesn't work, just displays the default one (Light 15)
patent dagger
#

If i want to make a requirement where the player has to be at least a certain level to see something, how would i do that

i know its something along the lines of '%placeholder% > 1'

rare patrol
#

Experience level or permission level?

patent dagger
#

It would be through a levels plugin

#

not exp

patent dagger
#

under material

#

but change the numbers obvsiously

rare patrol
#

This should help you

#

What plugin are you using?

#

The CustomModelData doesn't work

#

Nothing happends

naive fern
#

Can I get the menu to get the specified path? If I want to get the path in pokemon/sprite/time/, the same is true for the path?

我可以让菜单获取指定的路径吗?假如我想获取pokemon/sprite/time/里面的路径写法也同理路径?

pseudo hearth
#

Does anyone happen to know how to add an enchant to an item in a gui?

#

I'm just confused on where the put it

mossy ingot
#

I want to give the player a title, I used the command /tags set <player> <tags> and it did not add it successfully, but it means that the player does not have any title

dry spruce
#

hey peeps, so im running on 1.19 and the newest deluxemenus dev update for 1.19 but the broadcast event doesnt register an colorcodes whether its regular legacy ones, minimessage or hexcolors. Is there any known reason for this?

native tangle
#

Hi cuties

#

Can someone see what the issue is with my deluxemenu?

wise lagoonBOT
# native tangle https://paste.helpch.at/lacetocala.sql
Detected Incomplete Paste:

I found DeluxeMenus v1.13.6-DEV-null - plugin is disabled but no reason why it was disabled!
Please put your startup log found in /logs/latest.log into a new paste.

native tangle
#

damn alright

wise lagoonBOT
wise lagoonBOT
# native tangle https://paste.helpch.at/hawuregiqu.md
Detected Incomplete Paste:

I found DeluxeMenus v1.13.6-DEV-null - plugin is disabled but no reason why it was disabled!
Please put your startup log found in /logs/latest.log into a new paste.

native tangle
#

what

#

that is my latest log

daring sail
#

Hi, can you give me example for using [broadcastsound]? Because I don't understand why it doesn't work

nocturne quartz
#

I know that clear lagg is bad as well as anything related to it so ive always avoided using it as much as possible but
minecraft doesnt clear boats and minecarts by default right? do they create lag in the server if someone spam places them?

wise lagoonBOT
#
Hey!

Please respect the rules, be patient and don't ping staff members!

turbid sorrel
#

hey guys i have a question i want to make it if you have a permission you cant use dm is there a option to do it and so yes how

leaden fern
#

There should be specific perms for each menu, just set it to false for that player

velvet cloak
#

hello, why cant I use the deluxe menu's placeholder?

icy roost
#

does the autosell plugin support 1.8?

wise lagoonBOT
icy roost
#

i just need to know before i purchase >.>

wise lagoonBOT
#
Autosell - Version List
Spigot:

1.8.8
1.12.2
1.13.2
1.14.4
1.15.2
1.16.5
1.17.1
1:18.1

Version:

v1.8.6-1.8-compat
v1.8.6
v1.9.3 - Latest
v1.9.3 - Latest
v1.9.3 - Latest
v1.10.0 - Dev Builds
v1.10.0 - Dev Builds
v1.10.0 - Dev Builds

icy roost
#

oh. ty xD

velvet cloak
#

hello 🙂 i have a question for DeluxeMenu, is possible to create gui with target commande ? like /profile <user> and show her profile ?

mortal totem
#

Hey can i get some help on making a "distance travelled scoreboard"

rare patrol
#

Do you already have a plugin installed that enables the scoreboard?

sharp stump
#

So I'm currently making a rank buy menu and so far it's working but there is an issue with people being able to buy the previous rank... How can I make it so they can't (I am using deluxe menus)

mortal totem
#

uhh im pretty sure just put the placeholder in anyway, if he has a clan it will show if not it shouldn't show. Thats what i think myself, i havent used that plugin before though

proper oxide
#

you could use the checkitem expansion.

gusty hull
proper oxide
gusty hull
#

link

mortal totem
#

ahh ok

proper oxide
#

wait I meant the ChangeOutput expansion

gusty hull
proper oxide
#

its a PlaceholderAPI expansion that lets you show different outputs based on conditions

#

if your clan placeholder is empty, show nothing, otherwise show clan placeholder + | for example

gusty hull
#

niceee

#

omg you are the best

#

ok for chat format i'm using a my custom plugin

#

can you just send a example

proper oxide
#

%changeoutput_equals_input:{clans_clan_tag}_matcher:_ifmatch:_else:{clans_clan_tag} |%

#

here you go. try this one @gusty hull

gusty hull
proper oxide
#

no problem

proper oxide
clever flame
#

how do i fix this,

org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
        at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:178) ~[paper-api-1.19-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:154) ~[paper-api-1.19-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.craftbukkit.v1_19_R1.CraftServer.loadPlugins(CraftServer.java:421) ~[paper-1.19.jar:git-Paper-66]
        at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:278) ~[paper-1.19.jar:git-Paper-66]
        at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1121) ~[paper-1.19.jar:git-Paper-66]
        at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:302) ~[paper-1.19.jar:git-Paper-66]
        at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
        ... 7 more```
proper oxide
#

its an API. Its meant to be integrated into plugins

clever flame
#

if i just take it out will wildchests work fine?

proper oxide
#

the plugin should have the api built in

clever flame
#

okay thank you

proper oxide
#

PlaceholderAPI has a placeholder called %statistic_cm_traveled% or something like that

#

you can use to create the leaderboards from

velvet cloak
#

And why does my requirements just dont work?

#

It doesnt throw an error, it just.. ignores clicking?

proper oxide
#

actually show the entire item

velvet cloak
# proper oxide actually show the entire item
    material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTZmMGM2YTZmNTUyNWQwODc2NzczNzY4ZTJhN2Y2YmQ0MzYwOGQ4YjE1ZjBlODc4MGY2NGQ1MTJmMjAifX19
    slot: 19
    display_name: "&e&lMenőzés"
    lore:
      - "&7Tárgyakkal, rangokkal, jogokkal" 
      - "&7való &emás játékosok idegesítése&7."
  click_requirement:
    requirements: '102 >= 100'
    deny_commands:
        - "[chat] uok?"
    click_commands:
        - '[meta] add heat INTEGER 20'
        - '[meta] remove heat INTEGER 20<delay=50>'
        - '[message] %deluxemenus_meta_heat_INTEGER_0%'
        - '[message] %deluxemenus_meta_heat_INTEGER_0%<delay=60>'```
#

oh wait I figured something out

proper oxide
#

ugh. well that requirement is completely off

proper oxide
# velvet cloak ```yml material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZX...
    material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTZmMGM2YTZmNTUyNWQwODc2NzczNzY4ZTJhN2Y2YmQ0MzYwOGQ4YjE1ZjBlODc4MGY2NGQ1MTJmMjAifX19
    slot: 19
    display_name: "&e&lMenőzés"
    lore:
      - "&7Tárgyakkal, rangokkal, jogokkal" 
      - "&7való &emás játékosok idegesítése&7."
    click_requirement:
      requirements: 
        something:
          type: '>='
          input: '102'
          output: '100'
          deny_commands:
            - "[chat] uok?"
    click_commands:
        - '[meta] add heat INTEGER 20'
        - '[meta] remove heat INTEGER 20<delay=50>'
        - '[message] %deluxemenus_meta_heat_INTEGER_0%'
        - '[message] %deluxemenus_meta_heat_INTEGER_0%<delay=60>'```
hexed nymph
#

why the metas are not parsed

#

i updated to the latest and every meta i use

#

is not parsed

hexed nymph
#

updated papi and dm to latest version

#

server version 1.19

#

and metas are not working at all

proper oxide
#

@hexed nymph update dm to #1-20 version

quartz panther
#

Hello im wondering is it possible to add a custom model into the menu?
i have the item in my hand but how do i add that to the menu?
i know how to add simple stuff like stone or something more normal, can any1 help me? ^^

sharp stump
wise lagoonBOT
#
Hey!

Please respect the rules, be patient and don't ping staff members!

hexed nymph
#

i used that version

empty pendant
wise lagoonBOT
proper oxide
dire violet
#

how can I add The New Economy for placeholders?

sharp stump
opaque mortar
#

How to fix dupe with auto clicker in DeluxeMenu?

proper oxide
opaque mortar
proper oxide
#

update deluxemenus. that's how you fix it

nocturne quartz
#

I know that clear lagg is bad as well as anything related to it so ive always avoided using it as much as possible but
minecraft doesnt clear boats and minecarts by default right? do they create lag in the server if someone spam places them?

sharp stump
nocturne quartz
warm dawn
#

Boats
Minecrats
Armorstands
And that item frame what it's called i forgot 💀

sharp stump
#

There may be a plugins that can remove them after a certain amount of time or paper, spigot, bucket may have something in the config that can help against it

nocturne quartz
#

i might get clear lagg specifically for boats carts and armor stands

warm dawn
#

I will give you one setup i have for this specific thing

#

Once i am on my pc

#

Probably tommorow, it's midnight here.

nocturne quartz
#

aoght👍

warm dawn
#

That setup blocks redstone clocks, despawn unused boats, minecarts and limit amount of armor stands in a chunk.

nocturne quartz
#

nice

velvet cloak
#

Hi, is there any way to bind a key to open a menu?

proper oxide
velvet cloak
#

oh

mortal totem
#

Hey can i get easy help quick, how do i create a join message for NEW players and players who have already joined??

frosty pulsar
#

Good night. Is it possible to execute a command on behalf of "op player" if the player himself is a regular (by default)? This exists in "citizens" (npc command add -op <command>) or in chestcommands.

I'm talking about DeluxeMenus

velvet cloak
#

can i use deluxe menus on 1.8?

midnight verge
#

Ok so, i've seen several smp updating to 1.19 without deleting the world.
Now my question is, how does those servers have the 1.19 biomes in chunks already created/modified by users?

sacred kelp
#

so you won't see a 1.19 cave with the warden and stuff below like the 1.18 spawn

midnight verge
#

Do you know what's Novylen?

sacred kelp
#

no

#

and plus, upgrading the chunk to 1.19 would bring issues because if you placed a 1.19 cave but someone had like an underground base...

midnight verge
#

Tought to

#

It's a minecraft server from 2009 that's still active in 1.18 version and at the spawn you can find 1.18 biomes, the world never got deleted.

midnight verge
#

Yup

sacred kelp
#

since remember that new chunks will be updated

sacred kelp
#

what biomes?

midnight verge
#

I was talking in general

#

Like the mountain update

sacred kelp
#

Oh

#

I mean if you put enough effort then you can manually update it I guess

midnight verge
#

Same thing a guy from the server said to me

#

"Thons of backups..."

#

anyways, thank you!

sacred kelp
velvet cloak
#

hello, how can i set at commandPanels custom heads from custom heads page

ionic tide
#

BLITZ FrozenJoin: If a player has multiple custom join message perms, can they be randomized which one appears when they join?
And will it be updated to 1.19 at some stage?

tender phoenix
#

So im having an issue where im trying to use the [openguimenu] and im running into where it works fora few menus and it doesn't for some. What is [openguimenu] actually looking for? is it the <filename>.yml? or is it looking for it iin the external menus config..

lavish epoch
#

iirc it's looking for the menu you that you specify in the config for each menu and the file associated with it.

tender phoenix
#

ok

violet steeple
#

Does anyone know a plugin that auto replants crops and puts the harvested crops directly in to the inventory without a hoe or tool? It must work on 1.19

exotic yacht
#

howdy, I got the DeluxeTags plugin correct? and Im wondering how you make the tags in like a nametag form so players only have to right click it to claim the tag

trail dragon
#

hi-
how do i use deluxemenus requirements?
i put view requirements to only allow my sponsors and elder to use a specific item
but it doesnt appear for them, why?

#
    material: BEDROCK
    slot: 20
    display_name: '&#e6c387Cosmetics'
    left_click_commands:
      - '[player]cosmetics'
    right_click_commands:
      - '[player]cosmetics'
    view_requirement:
      minimum_requirements: 1
      requirements:
        vip:
          type: 'has permission'
          permission: group.vip
          optional: true
        elder:
          type: 'has permission'
          permission: group.elder
          optional: true```
#

or is it a must to use a deluxemenus. for permission?

unkempt spruce
untold pilot
unkempt spruce
#

also what is optional: for

untold pilot
untold pilot
untold pilot
unkempt spruce
#

wtf is that

untold pilot
#

No idea

mighty mason
#

sus

amber spear
#

For the guild plugin, is there a way for admins to edit the guilds of reg players? Keep in mind I haven’t purchased yet so I can’t test it

wise lagoonBOT
nocturne quartz
#

It seems to take the users in my server a very long time to load the server resource pack (about 20 seconds) anyone know how i could make this quicker?

vale warren
#

Make sure you use a host for it, like dropbox

#

And it also depends on the size of the texture pack, player's PC, internet speed

#

If you use 3d models or json files in general, minimize them by removing spaces

fluid matrix
#

Hey! im using the newest dev version of deluxemenu and paper 1.19. For some reason when i use /dm reload its not reloading the config / menus. I always need to restart the whole Server. Any idea?

rich star
#

this is literally the standard vault plugin that everyone uses

#

what

#

what is this "this vault"

sage osprey
#

You can execute commands from console?

#

That should count as an op player.

proper oxide
proper oxide
sage osprey
#

mm

#

Sounds like an excellent way of getting your server hacked.

proper oxide
# trail dragon ```'menu_cosmetics': material: BEDROCK slot: 20 display_name: '&#e6c...

you might want to add stop_at_success: true as well.```yml
'menu_cosmetics':
material: BEDROCK
slot: 20
display_name: '&#e6c387Cosmetics'
left_click_commands:
- '[player]cosmetics'
right_click_commands:
- '[player]cosmetics'
view_requirement:
minimum_requirements: 1
stop_at_success: true
requirements:
vip:
type: 'has permission'
permission: group.vip
optional: true
elder:
type: 'has permission'
permission: group.elder
optional: true

austere frost
#

Heyo, is this the latest dev build for DeluxeMenus? Looking for a 1.19 build if there is any available.

atomic osprey
#

Hi all. I can't find the reason for this error. I will be grateful for help.

Caused by: while parsing a block mapping
 in 'string', line 18, column 3:
      'player':
      ^
expected <block end>, but found '<scalar>'
 in 'string', line 115, column 4:
      'book':
       ^

proper oxide
proper oxide
wise lagoonBOT
#
FAQ Answer:

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

ionic tide
#

BLITZ FrozenJoin: If a player has multiple custom join message perms, can they be randomized which one appears when they join?
And will it be updated to 1.19 at some stage?

proper oxide
wise lagoonBOT
#
📋 Paste Converted!
https://paste.helpch.at/yeyaxirebi

A member of staff has requested I move your pastebin.com paste to our paste.helpch.at!

ionic tide
#

thankyou!

proper oxide
#

you might want to fix that as well

austere frost
proper oxide
#

👍

vague lily
#

what happened to chatinjector? it seems to have disappeared

proper oxide
#

both the 1.8-1.13 version and the 1.13+ versions. just not updated

sage osprey
#

Just curious- does the deluxemenu [broadcast] thing support colors?

#

Cuz em- it doesnt look like it

proper oxide
#

what version of deluxemenus are you using?

sage osprey
#

Emm lemme check

#

Deluxemenus-1.13.4-release

proper oxide
#

try updating maybe?

#

at least 1.13.5 but even better, #1-20 version

sage osprey
#

Doesnt alot change in the 1.19 version tho

proper oxide
#

hmm?

#

a lot gets added

#

but we have backwards support

sage osprey
#

Ahh okay- our servers run on 1.16.5 so

proper oxide
#

yeah its fine. the #1-20 version still supports 1.12.2-1.19

sage osprey
#

Ill try the 1.19 one

#

but em- 1.13.5 release doesnt work either.

proper oxide
#

alright

#

the colors?

#

or the plugin?

sage osprey
#

Colors

#

oh wait maybe its cuz im using & instead of that other weird thing

#

§ <<

#

this

proper oxide
#

nah. deluxemenus should parse colors with &

sage osprey
#

Doesnt work on the latest one

#

[Server thread/INFO]: &c&lALERT » &fCongratulations to Windowsx64 for buying a rank!
It just shows exactly how it does in console.

#

aka. full white

proper oxide
#

I guess that's a bug I have to figure out. you can use the section symbol for now I guess

sage osprey
#

oki-

potent pike
#
[13:40:13 INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[13:40:13 INFO]: [PlaceholderAPI] Fetching available expansion information...
[13:40:13 ERROR]: [PlaceholderAPI] Failed to load class files of expansion.
java.util.concurrent.CompletionException: java.lang.NullPointerException: Cannot read field "plugin" because "loader" is null
        at me.clip.placeholderapi.expansion.manager.LocalExpansionManager.lambda$findExpansionInFile$7(LocalExpansionManager.java:428) ~[?:?]
        at me.clip.placeholderapi.expansion.manager.LocalExpansionManager$$Lambda$6549/0x00000000d0351720.get(Unknown Source) ~[?:?]
        at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
        at java.lang.Thread.run(Thread.java:884) ~[?:?]
Caused by: java.lang.NullPointerException: Cannot read field "plugin" because "loader" is null
        at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:206) ~[forge:?]
        at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:129) ~[forge:?]
        at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:111) ~[forge:?]
        at java.lang.ClassLoader.loadClassHelper(ClassLoader.java:1202) ~[?:?]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:1129) ~[?:?]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:1112) ~[?:?]
        at me.clip.placeholderapi.util.FileUtil.findClass(FileUtil.java:62) ~[?:?]
        at me.clip.placeholderapi.expansion.manager.LocalExpansionManager.lambda$findExpansionInFile$7(LocalExpansionManager.java:405) ~[?:?]
        ... 3 more```
#

what to do

brittle folio
#

Btw what version of server're u using?

potent pike
#

um i think no

#

1.16.5

brittle folio
#

Which version of PlaceholderAPI?

#

I support not to use the latest but try some older version like 2.11.0

proper oxide
potent pike
#

2.11.2

potent pike
proper oxide
#

one of those servers that allow mods and plugins

brittle folio
potent pike
#

im using Mohist

#

:)

brittle folio
proper oxide
#

there we go

#

that's where the problem lies

brittle folio
#

Stop using that core and try the Arclight

potent pike
#

That is core problem?

brittle folio
#

Mohist had changed some its basic code and may have some problem when working with plugins

proper oxide
#

mohist is very well known to break stuff

potent pike
proper oxide
#

and do some other shady stuff

potent pike
#

ok.

#

then i should download Arclight?

brittle folio
# potent pike ok.

But I still want you to try out for Arclight,which is not as buggy as Mohist.

proper oxide
#

I usually don't recommend hybrid servers at all

#

they're all very iffy

brittle folio
potent pike
#

i downloaded Mohist bcs my hosting web panel supports it

leaden fern
brittle folio
#

Although it have a wide version support, it still have some problems that we will always discuss to...

brittle folio
opal schooner
proper oxide
whole moat
#

hi

#

is this the place to test plugins and stuff?

brittle folio
opal schooner
wise lagoonBOT
wise lagoonBOT
sinful relic
#

the ip matches with my hub

#

it's a bungeecord server

#

using cloudflare

vale warren
#

you should redirect your domain to the ip of the bungee server

karmic haven
#

Hello,

I'm looking for a plugin that would allow me to automate Faction events, for example factions have to collect 8.000 potatoes in a week and the first 3 are rewarded.

Does it already exist?

mortal totem
#

how do souls work for advanced enchantments

velvet cloak
#

Hello, does anybody know a plugin for TheEnd? like respawn, custom structures and more (1.17+)

tall canopy
proper oxide
#

set inventory_type to HOPPER

tall canopy
#

yes i see

#

so thanks

obtuse solar
#

Hello, I have server groups. Each server group has its own prefix. (plugin LuckyPerms)

players were given groups for a specific server.

but in the HUB server I want to display all the groups according to these modes

example:

Survival server - rank7 prefix "Creative"

Mini Games Server - Rank3 prefix "Super rank"

Lobby server:
placeholder: minigames rank - Super rank (prefix rank 3 minigames)
survival rank - Creative (prefix rank 7 survival)

How can I do that?

obtuse solar
unkempt spruce
obtuse solar
# unkempt spruce im assuming theres a bungeecord plugin for this

I have velocity
servers connected

I have a server
hub
survival
minigames

3 servers

7 groups of luckyperms

each of the server groups has its own individual prefix

Survival:
Default: user
rank1-7: Creative, etc

MiniGames
default: player
rank1-7: Super rank...

I want to make a display on the hub server that in Survival mode the player has the prefix "Creative" which is at rank 7
in MiniGames mode the player has the prefix "Super rank" which is at rank 3

At the same time, this player has rank 3 and rank 7 (according to the servers issued)

keen raptor
#

Anyone have experiences with inventories per world management?
Currently just using GamemodeInventories because all I needed was Survival/Creative inventories separate. But now we need per world inventories.
Looking at the MyWorlds plugin or Multiverse-Inventories. Any tips?

green moon
#

how do you hide tool/weapons damage in deluxemenu?

proper oxide
#

hide_attributes: true

green moon
#

thanks

velvet cloak
#

deluxemenus throws err when i try to put a custom head as a material

#

someone can help me?

proper oxide
#

send the error

velvet cloak
#

magically its done but it depends on the head!

#

like someones work and other no

pseudo valve
#

is there a way to make deluxe menus sell an item by clicking on it in your inv while in the menu

velvet cloak
#

what version of deluxe menus its recommended for 1.8?

#

because when it throws err it goes off the plugin

#

like no working till restart server

wise lagoonBOT
#
Deluxemenus - Version List
Spigot:

1.8.8
1.12.2
1.16.5
1.17.1
1.18.2

Version:

v1.10.5
v1.13.5 - Latest
v1.13.5 - Latest
v1.13.5 - Latest
1.13.5 - Latest

leaden fern
smoky dew
#

is there a way to add a compass into the hotbar of the player to bring up the gui?

patent dagger
#

(For deluxemenus) Is there anyway to put a cooldown in the menu? Like if a player can only click something every certain amount of time

#

kinda like a cooldown

wise lagoonBOT
#
Wiki Result:

Example GUI menus - HelpChat Wiki
... a Kits menu that displays 3 different items for each kit, when the kit is available to claim, when it's on cooldown and when it's unavailable (Locked).

vale sky
patent dagger
#

how would it know

#

that the player is on cooldown

vale sky
#

check the example on the github

patent dagger
#

oh thanks

#

im a bit slow

rotund echo
#

Hello, I would like to know if there is a way to change the claim to make it unlimited? (Guild Plugin)

lavish epoch
#

Not currently, no.

kindred violet
#

Can someone show me how to use the type: string contains in deluxemenu so a range can see an item

#

@inner remnant

wise lagoonBOT
kindred violet
#

please

vale warren
#

asking on multiple channels at once won't get you anywhere

pseudo valve
#

is there a way to make deluxe menus sell an item by clicking on it in your inv while in the menu

green moon
#

How do you add deluxemenu custom commands as valid commands in chat instead of always being red when you type it out even when it works?

rich star
#

add register_command: true to the menu options

plucky sluice
#

are we able to make deluxetag tags gradient