#general-plugins

1 messages · Page 56 of 1

velvet cloak
#

So I need to make another requirement?

#

well that sucks

vale sky
#

why

velvet cloak
vale sky
#

Huh?

velvet cloak
vale sky
#

again, I highly recommend switching to click_commands and click_requirement

#

it makes your life (and my life) a lot easier

velvet cloak
#

so after I buy that type of item I need like in the menu that item may be a barrier or something

vale sky
#
    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'
vale sky
#

unfortunately right now I don't have time to sit down and go through this

velvet cloak
#

So when I buy that item after I reopen the menu it should be replaced with a barrier or something

#

like the bought item

sterile sonnet
#

did u lost the project? if i can ask

muted gust
#

does anyone know of a pets plugin similar to hypixel skyblock?

velvet cloak
#

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.

fallen hare
#

Hello

#

Anyone knows how to replace a unicode character ஹ using PlaceholderAPI to an icon from a texturepack?

#

Without Oraxen or ItemsAdder

normal idol
#

Anyone know a good chat plugin that doesn't conflict with CMI

fallen hare
#

DeluxeChat

normal idol
#

💔

#

It doesn't support RGB and is discontinued...

fallen hare
#

Ah, well sorry then

#

im only using Towny plugin, or Essentials

#

HexNicks maybe

normal idol
#

HexNicks has it's own chat?

fallen hare
#

nvm its only for nicks

vale warren
#

surprising

velvet cloak
#

Someone gave me an nbt that keeps crashing my game how do I clear my inventory I have my UUID.

spark sage
normal idol
#

Anyone have any idea how to use ChatControlRed. I need help 😂

#

@ me if you do ❤️

fallen hare
#

Hey Is there a way to transform a unicode ingame to a text in console?

velvet cloak
#

Is worldguard upgraded to 1.20.1 yet? Been waiting.

lyric scaffold
#

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

velvet cloak
#

Hey, i have the latest updated of deluxemenus and isn't working on my 1.8.8 spigot server. any ideas on why?

vale sky
#

because the last version of deluxemenus supporting 1.8.8 is 1.10.5

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

vale sky
#

@velvet cloak this

vale sky
#

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

vale sky
#

🤦‍♂️

velvet cloak
#

thanks

unique moon
#

When i reload it doesnt come like it doesnt show up

#

I got to Menus

#

Only 1 is being loaded

#

@vale sky

wise lagoonBOT
velvet cloak
#

Give me the config in dms

#

and ill fix it

hasty lily
#

Is it possible to add a timer for DeluxeMenus? Like a timer before you can purchase again

velvet cloak
wise lagoonBOT
surreal thunder
#

hello i need help whit the deluxemenus i have a command like this [console] give [what place holder?] diamond 1

surreal thunder
#

tnx

#

it work tnx

#

also how do i add a cool down?

uncut ermine
#

20 ticks = 1 second

#

so that should be a 1 second delay

surreal thunder
#

no i mean if you try it again it will have a cooldown

uncut ermine
#

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

uncut ermine
# uncut ermine or you could use this extra plugin to add cooldowns https://www.spigotmc.org/res...

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.
unique moon
#
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

wise lagoonBOT
spiral osprey
#

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?

spiral osprey
#

chatex, essentialschat

#

idk there are many

wraith tangle
#

Hello. DeluxeMenu support option who didn't close when player click on item with event?

velvet cloak
#

I ll pay

#

idk, 5 euros?

#

its not a big deal of code

spiral osprey
#

how to make nlogin send player to the another server when when he logs in

#

or registers

velvet cloak
spiral osprey
velvet cloak
#

this is helpchat s plugins support server

spiral osprey
#

| Minecraft Plugin or Spigot Help

spark sage
#

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

spiral osprey
spark sage
#

probably AuthMeReloaded with AuthMeBungee

velvet cloak
#

why arent colors working on dmenus for version 1.10.5, its just all purple. would send a pic if it would let me

spark sage
#

update your DeluxeMenus version or downgrade your PlaceholderAPI version

velvet cloak
#

well im on 1.8 so

#

any recommendation for papi?

#

placeholderapi *

spark sage
#

?papi-nocolor

wise lagoonBOT
#
FAQ Answer:

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.

velvet cloak
#

thanks aha

surreal thunder
#

how do i make a shop true qui?

surreal thunder
long belfry
#

Hey, I am using DeluxeMenu Plugin in my minecraft server. Is it possible to add custom head's to a GUI ?

sweet helm
#

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%**
terse flame
#

type: javascript
expression: '%statistic_entity_killed_by_zombie% >= 100'

sweet helm
terse flame
surreal thunder
#
    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

vale sky
#

?materials

wise lagoonBOT
vale sky
#

@surreal thunder I don't think fish is a material

#

also you are missing left_click_requirement: right above requirements:

#

see syntax

#

?dm-requirements

wise lagoonBOT
#
FAQ Answer:
view_requirement:
  requirements:
    requirement_name:
      type: TYPE

More info on the Wiki

vale sky
#
type: '>='
input: '%statistic_entity_killed_by_zombie%'
output: '100'
#

use the comparator type instead

vale sky
vale sky
sweet helm
#

thanks best support 🙂

vale sky
#

very rare that javascript is needed nowadays

#

np

#

it's just a little more resource intensive to evaluate a js expression

sweet helm
#

thanks again 🙂

old saffron
#

quick question

#

Does anybody know how to add a background for the deluxe menu

#

For example glass pane

#

Background blocks

wise lagoonBOT
#
FAQ Answer:
  filler-item:
    priority: 100
    display_name: ' '
    material: GRAY_STAINED_GLASS_PANE
    slots:
    - 0-53```
vale sky
#

@old saffron this

old saffron
#

thanks

old saffron
#

no idea

old saffron
#
  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?

vale sky
#

no

#

it's an item

old saffron
#

oh okay

vale sky
#

just like all your other items

old saffron
#

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

surreal thunder
old saffron
#

dont work

vale sky
old saffron
#

okay

vale sky
old saffron
#

Thank you it workred

surreal thunder
velvet cloak
vale sky
#

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

velvet cloak
#

its an easy thing lol

vale sky
velvet cloak
#

I just need some view requirement yk

vale sky
#

makes no sense

velvet cloak
#

like after I buy something it will be a barrier

surreal thunder
#

probeblee ess messing arouwed whit my give command

velvet cloak
vale sky
#

again, put all of this in a thread so people can help you easier

vale sky
#

here are the materials for 1.19

surreal thunder
#

why cant i post scheen shots

vale sky
#

?imgur

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.

velvet cloak
vale sky
#

I can see the timestamp when you did that...

surreal thunder
vale sky
#

let me explain

surreal thunder
#

a pluging most add it -_-

vale sky
#

whatever you're seeing in-game

#

does not mean it's a material in the spigot list

surreal thunder
#

ye i get that

vale sky
#

please refer to the list I sent you

#

for the accurate material to use

surreal thunder
#
    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

vale sky
#

delete it if you can

surreal thunder
vale sky
#

raw_cod is also not a material

#

are you even looking at the list

surreal thunder
#

what list

surreal thunder
#

made it cod not working

vale sky
#

can you send the entire menu in a pastebin

#

and your startuplog in a pastebin

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.

vale sky
#

(Right now, our paste service is offline)

old saffron
#

oh it is

#

?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

surreal thunder
vale sky
#

still sending the log, right?

surreal thunder
#

need log one sac

vale sky
#

ah, yaml syntax error

#

placeholder: %vault_eco_balance%
needs to be
placeholder: '%vault_eco_balance%'

surreal thunder
#

tnx

vale sky
surreal thunder
#

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

vale sky
#

oh ya

#

you don't need placeholder there at all actually

#

just type and amount

#

but it should be working

surreal thunder
#

no its not it

#

i now have -7.5

#

and i klick again

#

and it gave me more

#

how do i fix this?

vale sky
#

hmm, try removing the placeholder entirely

#

see if that fixes it

#
'1':
  type: has money
  amount: 7500
#

OHHH

#

I see what's happening

surreal thunder
#

it now works

#

how do i add a error ms like you are missing [money]?

vale sky
#

so what you were doing was makign sure you had your own balance

#

which... is always true

#

lol

surreal thunder
#

o

vale sky
#

add deny_commands

surreal thunder
#

huh?

vale sky
surreal thunder
#

is there a way to say how much you need more?

vale sky
#

using a math placeholder you can

surreal thunder
#

idk how where to look?

vale sky
#

%math_2:_7500-{vault_eco_balance}% simple expression

surreal thunder
#

tnx

vale sky
#

the 2: controls the decimals you'll see (3898.38)

surreal thunder
#

do i need to doawnload a pluging?

#

it works tnx

velvet cloak
oblique stratus
#

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 !"```
shut remnant
#

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

velvet cloak
#

`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'`

proper oxide
proper oxide
proper oxide
velvet cloak
oblique stratus
surreal thunder
proper oxide
proper oxide
#

I don't think %check_items is correct

#

I think it might be %checkitem_

oblique stratus
oblique stratus
proper oxide
#

Also. Does the CheckItem expansion even support itemsadder? Where did you get this from?

shut remnant
surreal thunder
#

1 gui have a error that why it not loading

#

i tink a staff can help whit this

shut remnant
#

No I have no error unfortunately

oblique stratus
proper oxide
shut remnant
#

Paper 1.20

proper oxide
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
proper oxide
oblique stratus
proper oxide
#

Also, are you sure you've registered your menu in config.yml?

stiff karma
#

hey

#
      requirements:
        item1:
          type: has item
          material: NETHERITE_HELMET
          amount: 1```
#

can i check after enchantments?

proper oxide
floral roost
#

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?

shy badge
#

going to use it in production 🗿

velvet cloak
#

how an I sue hex in deluxecommands message?

#

use*

digital lion
#

Is it possible to have a two word command on deluxemenu ? Ex. /upgrade test

velvet cloak
digital lion
velvet cloak
#

how an I use hex in deluxecommands message?

wise lagoonBOT
# shut remnant Ok
Hey!

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

velvet cloak
digital lion
velvet cloak
#

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

proper oxide
#

that's not how that works.

proper oxide
digital lion
#

oops. Mybad. Thought they uses the same library.

proper oxide
#

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

last lily
#

is it possible to add an equation with multiple placeholders in deluxemenus?

shut remnant
#

I have done it with the menu Blitz

inland crystal
#

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

crystal crystal
#

In MMCI's MOTD how it says play.MMCI.net. | How do i do that? Like make the text small

#

@inner remnant

wise lagoonBOT
vale sky
#

@oblique stratus I can assist some time in the future if needed, right now I am on mobile.

vale sky
#

There is also a tutorial

vale sky
crystal crystal
#

i need help

wise lagoonBOT
#

There is no time to wait! Ask your question @crystal crystal!

#
FAQ Answer:
» Give the helpers some details
» Ask suitable questions
» Be polite
» Wait

Source

crystal crystal
vale sky
#

@oblique stratus there is also this tutorial for nbt information with checkitem

crystal crystal
#

is their a tutorial or something?

wise lagoonBOT
#
FAQ Answer:

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

valid atlas
#

is there any plugin that can spawn custom minable ores in vanilla world? so you can like find them naturally generated

queen oar
#

I don't quite understand how to add nbt to item in Menu, can someone help me

#

hey anyone here?

#

=(((

opaque scroll
#

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

inner remnant
#

google it ^

opaque scroll
#

thanks

floral sparrow
#

hello i am new to this server

#

i want to showcase my website

alpine dome
#

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

https://paste.helpch.at/kojolefoqe.yaml

#

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

acoustic steeple
#

hi

velvet cloak
#

whats the hay bale material name for deluxemenus?

#

nvm

short wing
#

guys, have any plugin to reduce entity tick lag

static mortar
#
    slot: 41
    amount: 2```please help for some reason does not appear in the menu egg summoning viser @vernal violet
latent mango
short veldt
#

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

wise lagoonBOT
static mortar
#
    slot: 41
    amount: 2```please help for some reason does not appear in the menu egg summoning viser @vernal violet
#

please help

velvet cloak
#

wither doesnt have an egg

spark sage
#

depending on your MC version it does

#

?materials

wise lagoonBOT
spark sage
#

it was added in 1.19.something

#

what's your MC version? @static mortar

static mortar
static mortar
#

version

velvet cloak
#

in that version

static mortar
velvet cloak
spark sage
#

they either are

  • on 1.19+
  • using a resources pack
  • simply using another spawn egg that they renamed Wither spawn egg
static mortar
spark sage
#

just to make sure though, are you looking for Wither or Wither Skeleton spawn eggs?

static mortar
spark sage
#

/give

#

or get a plugin that has a custom give command for spawn eggs

worthy zealot
#

can i change the anvil gui text within deluxemenus?

spark sage
#

I don't think so

charred saffron
# latent mango 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

shut remnant
#

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'
shut remnant
#

Oh

#

Ok

#

Thanks

vale sky
#
click_requirement:
  requirements:
    hasmoney:
      type: has money
      amount: 5000
left kraken
#

💀 i got 299% now

spark sage
#

some MyCommand placeholder is fetching data from MySQL each time it's parsed

left kraken
#

alright thanks this is insane 😂

vale sky
#

nice

spark sage
#

well, it means that there's a MyCommand placeholder that's doing something bad

left kraken
#

%mycommand_userdata_...%

#

I have mycommand stored in a mysql database

#

the userdata data

spark sage
#

not sure how MyCommand works, and doesn't seem to be open-source

vale sky
#

seems to not be caching it, and instead accessing it directly every time

spark sage
#

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

left kraken
#

They dont have a discord at all

#

all they have is the bukkit page

spark sage
#

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

vale sky
#

and spigot page too fyi

#

but bukkit has all the documentation ofc

spark sage
#

yeah but wasn't sure if it was official or not

vale sky
#

ya, same, but they have a paypal linked

#

hopefully lol

#

been up for a long time i know

left kraken
#

the man does not respond to the issues 💀

spark sage
#

rip

#

not sure what else you can do

vale sky
#

might have to not use mysql for the playerdata

spark sage
left kraken
#

well the only reason I did so was to sync data between servers

vale sky
#

right

#

is it on the same host?

left kraken
#

yea

spark sage
#

what kind of data do you store btw? is it just text?

vale sky
#

hmm, I am not a genius but i feel there's a way to make the one server use the same file

spark sage
#

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>%

left kraken
#

Doesn't luckperms meta system if used heavily cause lag since it's constantly being updated or something

spark sage
#

unlikely

left kraken
#

kk

spark sage
#

never heard of such issue

#

LP is like one of the most optimized plugins I know xD

left kraken
#

Well I had that issue in the past 💀 Probably because I did some dumb things with javascript

vale sky
#

also, what are you doign with the playerdata?

#

in deluxemenus

spark sage
#

JS does have its downsides regarding performances

left kraken
#

DeluxeTags but made using DeluxeMenus and Placeholders from MyCommand

#

and I put the MyCommand placeholder in chat behind the player's name

spark sage
#

yeah then LP for the win

left kraken
#

okee doke

spark sage
#

I've done that in the past, worked nicely

left kraken
#

thank you very much

vale sky
#

v nice option

left kraken
#

alright 1/5 crash issues down

vale sky
#

somebody, one day, will make a player/global variable expansion with database support 🙂

#

i believe

left kraken
#

I mean mycommand is that

spark sage
#

I would but still suck at using MySQL in Java xD and LP has meta so I'm good

left kraken
#

Except it doesnt work 💀

vale sky
#

well mycommand is a lot more than just that

#

lol

left kraken
#

yea

vale sky
#

but if this is the push you need 😉

gusty shard
vale sky
#

oh my gosh, I was mentioned on the mycommand page

left kraken
#

Dang Spark "Tick #something lasted 18987.7 ms"

vale sky
#

my beautiful parseother expansion 😮

left kraken
#

35k percent

#

yoo i found the issue

#

ExecutableItems

gusty shard
left kraken
#

I had a good reason but forgot why

gusty shard
#

(i know im late to the converstion)

left kraken
#

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

gusty shard
#

just for having 1M o purchasable for 1M?

left kraken
#

just for having

gusty shard
#

"tag" forced for the player

#

or just unlock it when having it?

left kraken
left kraken
gusty shard
#

if he uses it

left kraken
#

so I made it in deluxemenus, if you have 1 mil, the tag is shown, and you can click it

gusty shard
#

and have 999,999

#

he loses access?

left kraken
#

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

gusty shard
#

oh well

sage echo
#

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

left kraken
#

those are pretty nice

#

use itemsadders I'm thinking

#

huh prolly not

#

thats quite complex

velvet cloak
#

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

left kraken
#

minecraft:give command

#

use mcstacker

left kraken
left kraken
velvet cloak
#

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'

left kraken
#

'[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

velvet cloak
#

invalid name or uuid

left kraken
#

well dont do %player_name%

#

put your actual name

velvet cloak
#

still just doesnt give the actual item name

#

strange

left kraken
#

/give @p warped_fungus_on_a_stick{display:{Name:'{"text":"Scotland","color":"aqua","bold":true}'},CustomModelData:1} 1

velvet cloak
#

/give @s warped_fungus_on_a_stick{display:{Name:'{"text":"Alba","color":"aqua","bold":true,"italic":false}'},CustomModelData:1} 1

prisma dragon
#

Is there a way to make clickable components outside a double chest frame ?

velvet cloak
left kraken
#

No that's not a plugin

left kraken
#

try the minecraft:give

left kraken
velvet cloak
prisma dragon
velvet cloak
#

'[console] minecraft:give @s warped_fungus_on_a_stick{display:{Name:'{"text":"Alba","color":"aqua","bold":true,"italic":false}'},CustomModelData:1} 1'

left kraken
prisma dragon
#

but how did they make ?

left kraken
velvet cloak
#

where?

left kraken
#

'[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

left kraken
velvet cloak
#

the menu opens again

#

That fixed it

#

thank you

left kraken
#

For Meta how do you have spaces

cerulean jungle
#

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

hushed minnow
#

Heya for some reason with deluxe menus '[console] give %player_name% DIRT 1' is returning in console Unknown item 'minecraft:'
...hypermist DIRT 1<--[HERE]

cerulean jungle
vale sky
#

the mod id is vehicle?

cerulean jungle
vale sky
#

hmm ye i see

#

what about material: 'VEHICLE:FUELIUM_BUCKET'

cerulean jungle
vale sky
#

try vehicle_fuelium_bucket?

cerulean jungle
#

worked

#

thanks

#

😀

vale sky
#

👍

unique moon
#

@vale sky

wise lagoonBOT
#
📋 Your paste: hohxhxh
https://paste.helpch.at/jabayoguga

A member of staff has requested I move your message to a paste,
Most likely because it contains a config/error/code snippet.

unique moon
#

this menu file doesnt load when i do deluxemenus reload command

hushed minnow
#

Mine doesnt wanna give me my dirt xD

#

keeps throwing an error

unique moon
#

cj8999 sorry for being late

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.

vale sky
#

@unique moon this

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

vale sky
#

send menu @hushed minnow this

hushed minnow
lyric scaffold
#

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.

unique moon
#

u want me to send the log file?

vale sky
hushed minnow
#

yeah, i have no clue what it isnt working

vale sky
#

try minecraft:give instead of give

unique moon
#

cj what should i do?

hushed minnow
#

same problem @vale sky

vale sky
#

send the log

unique moon
#

how do i send the log its a file archieved

vale sky
hushed minnow
#

ill try

vale sky
#

it's a raw text file

hushed minnow
#

yeah that was the issue Xd

#

it did not like captialized DIRT

vale sky
#

ah

#

vanilla commands

#

icic

hushed minnow
#

yeah vanilla

vale sky
#

weird

#

🤷‍♂️ glad it works

unique moon
hushed minnow
#

thanks <3

vale sky
unique moon
vale sky
#

stop the server maybe

#

then open it...

#

how big is the log file?

#

that should not be everything

#

should look like that

unique moon
vale sky
#

weird missing a lot

unique moon
vale sky
#

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

wise lagoonBOT
# unique moon https://paste.helpch.at/lipihofoci.makefile
Possible Solution Found:

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)

vale sky
wise lagoonBOT
#
FAQ Answer:

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

unique moon
#

debug: HIGHEST check_updates: true gui_menus: basics_menu: file: basics_menu.yml requirements_menu: file: requirements_menu.yml

vale sky
#

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

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

unique moon
#

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

vale sky
#

or, codeblocks work for shorter pastes

#

?codeblocks

wise lagoonBOT
#
FAQ Answer:

Use codeblocks for formatting code or configuration files:
```<language name>
<your code here>
```

For example:
```yaml
test:

  • “hi”
  • “there”
    ```

Produces:

test:
- “hi”
- “there”```
vale sky
vale sky
velvet cloak
#

yo

unique moon
wise lagoonBOT
#
📋 Your paste: fourtheiv
https://paste.helpch.at/quyeweyuca

A member of staff has requested I move your message to a paste,
Most likely because it contains a config/error/code snippet.

velvet cloak
#

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

unique moon
#

@vale sky

velvet cloak
#

and this looks like it should work but players without the perm still see it

vale sky
unique moon
#

basics menu. yml

velvet cloak
#

yo wtf we both working on a gemshop

unique moon
#

home
/
container
/
plugins
/
DeluxeMenus
/
gui_menus
/
basics_menu.yml

vale sky
unique moon
#

1.12.3

vale sky
#

?materials

wise lagoonBOT
velvet cloak
#

so

velvet cloak
unique moon
#

bro listen the plugin was working fine like before when i do ./gemshop the file does load but now it doesnt

vale sky
#

bro

velvet cloak
#

cacn you tell me what im doing wrong

vale sky
#

stop spamming

#

be patient

velvet cloak
#

ok sorry

vale sky
vale sky
unique moon
#

now the gui doesnt load and when i do deluxemenus reload the file aint loading

vale sky
#

send a new log when you enabled debug

#

ohh

#

wait i see the issue!

unique moon
#

debug is highest now

vale sky
#

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

unique moon
#

lemme try...

#

0 menus loaded...

lyric scaffold
#

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?

vale sky
#

@velvet cloak change input: to permission:

unique moon
velvet cloak
#

ok ty

vale sky
#

send log @unique moon

#

after you set debug: true

#

also send updated menu please

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

vale sky
velvet cloak
#

it works i appreciate it bro sorry for being impatient

vale sky
#

so they can see the proper item when they buy it

unique moon
#
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:(' ```
wary garden
#

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.

vale sky
#

is the extra indentation at the top really there @unique moon ?

#

because that is an issue

vale sky
#

brother

#

2 messages went by

unique moon
wise lagoonBOT
wise lagoonBOT
# unique moon https://paste.helpch.at/ijegenerac.makefile
Possible Solution Found:

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)

vale sky
#

You can be patient @wary garden

wary garden
#

okey

vale sky
#

you haven't even given me time to link you anything

#

fr man

unique moon
#

you talkng to me? ..

vale sky
#

no @unique moon

unique moon
#

okk

vale sky
unique moon
# vale sky <@847752545032208384>

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

vale sky
#

Please answer the question @unique moon

vale sky
#

there is an indentation before menu_title

#

that is wrong

#

if that is in your menu file, remove it

unique moon
#

menu_titile is at top

vale sky
#

I know

#

but is there a space before it?

#

indentation = space

#
menu_title:
open_command:

or

    menu_title:
open_command:
unique moon
#

nope there is no space

vale sky
#

okay, please try to use the paste website to avoid issues like this

unique moon
#

so what should i do now this error sux

vale sky
#

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

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

unique moon
vale sky
#

yes i will fix

unique moon
#

okk

vale sky
#

also, I still advise combining your click commands/requirements if this works

#

oh wait

#

I just saw, the size is 10

#

@unique moon

unique moon
#

its workign now it was the prob with wave1 thx!

vale sky
#

👍

#

a few issues came and went throughout the process, but we got there in the end lol

#

glad it's workin

unique moon
#

ur the only helper i like in this server idk ur so good at this stuffs

vale sky
#

plenty of people are pretty good, but we're all volunteer so it's come and go help

#

I just happen to be around fingerguns

hushed minnow
#

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 hmmCoffee

#

im not sure

hushed minnow
#

'%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

unique moon
#

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

wise lagoonBOT
brittle folio
unique moon
#

Bruh

unique moon
#

This not a crash or dont report it to the Paper

#

This is not a bug or crash

brittle folio
#

May you mind send it for me at bytebin?

acoustic zenith
#

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.

acoustic zenith
#

1.20.1

brittle folio
#

Ah sorry but this version is not stable in DM's support

acoustic zenith
#

Will the author update?

brittle folio
#

Maybe?

#

If you don't mind, you could have a try for TrMenu

shadow iron
#

Latest dev build is pinned

hybrid mantle
#

^

acoustic zenith
#

i use dm 1.14.0 dev 160

brittle folio
#

Wait is this really 1.20?

unique moon
hybrid mantle
lucid night
zenith ridge
#

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

hybrid mantle
brittle folio
#

Definitely

hushed minnow
#

Def can say DecentHolos is good

unique moon
spark sage
zenith ridge
#

Thanks guys

zenith ridge
velvet cloak
#

whenever im on regular mc on my server, regular leather armor shows up as a textureblok

#

on lunar client it doesnt

unique moon
#

Four bro

velvet cloak
#

and when im on the regular mc client, it shows up fine on other servers but mine

unique moon
#

Do u know any kit voucher plugin

#

Like make a armour set a voucher

velvet cloak
#

wdym

unique moon
#

A whole set of pvp armour

#

In a voucher

velvet cloak
#

i know of a voucher plugin but im not sure what ur asking

unique moon
#

When we redeem the voucher

velvet cloak
#

like u want a voucher that gives a kit?

unique moon
#

Ye

#

I want a plugin

velvet cloak
#

just use a regular voucher plugin and make the contents a kit

unique moon
#

Voucher plugin

velvet cloak
#

here ill show u the 1 i use

unique moon
#

A regular voucher plugin asks commands

#

Not an Item

velvet cloak
#

u want it to run commands when used?

#

instead of item based stuff

#

?

unique moon
#

Bro

velvet cloak
unique moon
#

I want to make kit voucheds

#

Vouchera

velvet cloak
#

u want to make a voucher kit?

unique moon
#

Yes

velvet cloak
#

if u want the voucher plugin this is it

unique moon
#

It is 1.16

#

My version 1.12

velvet cloak
#

idk if u tried that its the top result when u look up 1.12 voucher plugin

#

i need help if anyone is there

unique moon
velvet cloak
#

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

unique moon
#

:/

#

Ill check it

unique moon
zenith ridge
#

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

brittle folio
#

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

prisma dragon
#

Is there a way to make clickable UI bigger than a double chest ?

queen idol
#

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?

wise lagoonBOT
unique moon
zenith ridge
#

anyone got any good suggestions for like a prisons currency plugin? like tokens or orbs or smth

unique moon
#

It have the full setup of prison mines, pickaxe, and more

brittle folio
unique moon
#

12.2

brittle folio
zenith ridge
unique moon
brittle folio
unique moon
#

Cureency boosters

#

Cureencu

#

Currency*

zenith ridge
#

lmfao

unique moon
#

I got Essentials Eco, Ultraprison core tokens, gems

brittle folio
#

If not, then I cannot find one

unique moon
brittle folio
#

I can't understand well

unique moon
#

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

brittle folio
#

Voucher's bonus only support commands?

unique moon
#

Yes

brittle folio
#

That way your kit plugin should support given by command

#

Hm what plugin are you using?

unique moon
#

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

zenith ridge
#

anyone got any good suggestions for like a free prisons currency plugin? like tokens or orbs or smth

brittle folio
brittle folio
unique moon
#

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

zenith ridge
unique moon
brittle folio
unique moon
brittle folio
zenith ridge
unique moon
#

The core setup is done

#

Now working on kit vouchers

#

Its a P2W server

#

So got 6 ranks

#

Each rank with each kits

brittle folio
#

right?

unique moon
#

Yes

#

It doesnt support ITEM

#

Only Commands

brittle folio
#

Um what "kit" i say is a plugin like WkKit / PlayerKit,etc.

unique moon
#

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...

brittle folio
#

Yes I know, I mean you could use command /kit give <kit> <player>, put it in Voucher plugin's reward config

unique moon
#

Ohh

#

Good won

#

One*

#

Never thought of it

#

Thx ❤️

brittle folio
#

You're welcome XD

#

Hm I wonder what is "PAPI Star"

wise lagoonBOT
#
Profile Badges

Here's a list of all the badges you can get on your /profile

Ranks:

Admin - Admin
Trusted - Trusted
Support - Support
Helpful - Helpful

Role Requests:

Developer - Developer
Artist - Artist
Builder - Builder
ServerOwner - Server Owner

Others:

Star - Starred the PAPI /github repo
Boost - Being a cool Nitro booster!
Papi - Being a PAPI contributor
ClipPings - Subscribed to #clips-pings
CubesPings - Subscribed to #cubes-pings
Giveaway - Toggled to receive #giveaways-2020 pings
GiveawayHost - Provided a Giveaway
OG - Joined HelpChat in 2016
10kXP - Have over 10,000 XP

vale warren
#

@brittle folio

brittle folio
#

Thanks

floral flare
#

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

unique moon
brittle folio
vale sky
#

This is like the fourth or fifth time you've done it

vale sky
#

%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

vale sky
#

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)

timber hedge
#

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.

unique moon
#

Isnt it a voucher plugin

spark sage
#

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%\""

timber hedge
#

gotcha, let me try that out

spark sage
#

you may encouter the same issue when using ' ' to surround strings, but instead of using , you'll just need to double the '

timber hedge
spark sage
#

looking good

timber hedge
#

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!

spark sage
#

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

timber hedge
#

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

vale sky
#

Not all cjs are the same person

proper oxide
woeful trellis
#
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```
wise lagoonBOT
woeful trellis
#

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

rich star
#

use java 11

short wing
#

how can i hide the material in deluxemenu

woeful stone
timber hedge
#

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"

twilit drift
#

Can we make a shop with deluxe menus?

limpid verge
limpid verge
vale warren
#

minecraft:clear*

wise lagoonBOT
#
Hey!

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

vale warren
#

that probably goes right after the material

#

minecraft:diamond_sword{ench:[{id:16,lvl:5}]} 1

woeful trellis
#

There is no such item with name minecraft:diamond_sword{ench:[{id:16,lvl:5}]} Here is the message it gives me

woeful trellis
wise lagoonBOT
# woeful trellis ?
Hey!

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

timber hedge
#

Looking for a plugin/an example of player text input using DMenu. please reach out if you know of one.

wooden notch
#

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

limpid verge
#

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

wooden notch
#

yes but rn i have to rerun command before each time i shoot

limpid verge
#

Line 134

#

Everytime you hit something with the arrow it disables the toggle

wooden notch
#

i delete that right

limpid verge
#

yeah

wooden notch
#

your so beautiful

limpid verge
#

I would also look into Player#setSpectatorTarget instead of teleporting the player repeatedly

wooden notch
#

k

limpid verge
#

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

wooden notch
#

mb

wooden notch
limpid verge
#

if you feel like it

#

doesn't really effect much

wooden notch
#

also its lagging a bit but im guessing thats just me using minehut for hosting

#

like it takes a sec for the thing to start following

obtuse gust
#

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?

glacial hound
#

Hey, I'm using EZprestige and I'm getting an issue. It's formatting my chat incorrectly and showing my prestige is 999?