#general-plugins
1 messages ยท Page 454 of 1
But then the issue with chainmail comes up again
it's a tedious process
especially when you started with all 3 tbh
building each slot 1 by 1 and duplicating it would make sure everything is the same
you got itemjoin
Check item join docs
just make that item run a command
and have that command, be the command that opens the menu
ah, then you gotta refe to the docs as Sparxez said
I've never used itemjoin
@summer marten I would say yes
Alright, thanks
sometimes it's easier to start from the ground up
especially with your new-found knowledge
Yep, its a pain but the best option :)
y'know?
Yeah
it'll probably end up pretty good tho ๐ gl
1.8.8
1.12.2
1.13.2
1.14.4
1.15.2
1.16.4
v1.10.5
v1.13.3 - Latest
v1.13.3 - Latest
v1.13.3 - Latest
v1.13.3 - Latest
v1.13.3 - Latest
Its probably 1.9 items
do you have to restart the server for the changes in the gui to take effect?
since it doesnt seem to take the changes i made with a reload
/dm reload
yeah i tried.
i added a gui item as well as made a new menu
i cant open the new menu with the command i set for it and the gui item isnt showing up either..
so idk
it also doesnt load in the menu at all that i made. it says 3 menus reloaded even though a have 4 now.
use ItemJoin plugin
with three blocks
they are
make the item open a deluxemenu gui
/dm open [menu-name] [player]
?
.
?
why does everyone use /dm open? when you can set your own custom open commands
like /servers or whatever the case is
I use /dm open because having open commands would result in cheating
I mean I could use open requirements but its just how I made it work
yeah, citizens, itemjoin, ect
but like for example when I have a server selector
I can allow /servers
as well as compass
I wouldn't mind
Yeah yeah that makes sense
See the way I'm using deluxemenu is shops and you gotta be a certain level to use some shops
thats the only reason I don't use open commands lol
ah well yeah that makes sense also. like I have a punish gui with multiple menus but I only want to open the main one and only by clicks from there but fortunately there is no need for /dm open there
because I can just use [openguimenu]
I mean they're nice. I had one for a long time and I updated it a couple weeks ago and finally use it on my own server and the staff team seems to really like it. makes it way easier. no more commands to remember just /punish1
and it has confirm buttons and all that
please 1 sentence
Petar I have told you..
thanks
Add your item to items.yml, give it a command, make it the deluxemenu open gui command for the gui you wanna open, and then your done
All of this is found on itemjoin's documentation
^^^anyone know how to fix this? pls... maybe @proper oxide ?
ugh first of all add it to config.yml second of all make sure the open command doesn't repeat
how do i give my item a command
i did.
ItemJoin docs petar
that's what ItemJoin does. it has a great wiki to follow
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.
what is item join ducks
here you go ^
docks
=pl itemjoin
Docs = documentation
Its help on config
so i do have to restart for the changes to take effect?
well no only for register commands
but that's not required for the menu to load
here you go wiki https://github.com/RockinChaos/ItemJoin/wiki potato
My idea for a punish gui is you can select 2 options: one option is 'Reason Punishment' which is like you select a template /mute player 3 hours spamming blah and the other is 'Custom Punishment' where you can select how long and the reason in the gui
Idk how practical it is to have both settings in the GUI but I'll try it out
idk. never needed that
just added like 9 options + permanent
and also to undo the punishment
Nice
idk what im doing wrong... im so sorry for being annoying but the main menu still doesnt want to connect to another menu..
left_click_commands:
- '[openguimenu] friends'
- '[close]'
and i do have a gui that is recognized as friends.yml :(
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.
as I said above
yeah i just didnt want to restart my server since i have a decent amount online atm. but i guess i will
A member of staff has requested I move your pastebin.com paste to our paste.helpch.at!
ugh [17:09:46] [Server thread/INFO]: [DeluxeMenus] 4 GUI menus loaded!
they all load
can I see your config.yml? @teal turret
yep
DeluxeMenus 1.13.3-Release main configuration file
A full wiki on how to use this plugin can be found at:
https://github.com/help-chat/DeluxeMenus/wiki
debug: false
check_updates: true
gui_menus:
basics_menu:
file: basics_menu.yml
advanced_menu:
file: advanced_menu.yml
requirements_menu:
file: requirements_menu.yml
friends_menu:
file: friends.yml
oh well use [openguimenu]friends_menu
because friends_menu is the menu name
friends.yml is the file it is in
oh. soooo i should change the file to friends_menu
?
and then use [openguimenu] friends_menu
is that what you mean?
How can I add add a check in deluxemenus where I can check if someone does not a permision?
does the newest deluxemenus support 1.8?
requirements:
perm:
type: has permission
permission: 'perm.here'```
no. for 1.8 you need to use DeluxeMenus 1.10.5
?dm-1.10.5
Since a lot of people ask what functionalities they would lose if they stay on 1.8 and continue using DeluxeMenus 1.10.5 here you go:
You lose:
- The default example menus
- Ability to add and use arguments
- Registering of commands using register_command
- Inverted requirements (i.e.: !has permission)
- Slot ranges (i.e.: slots: 10-30)
- The /dm execute command
- The [givemoney] action
- The [chat] action
- The is near requirement type
- The ability to use click_commands
- The ability to have no open_command
- The ability to use \n in lores
- The ability to use placeholders in has money requirements
- Potion effects and potion colors.
- The ability to display items using their custom model data or nbt info (nbt_int & nbt_string)```
Some specific things you lose:
```yaml
- Meta with all its click requirements, click types and placeholders (only available on version 1.14+)
- RGB colors (only available on version 1.16+)```
So if the only reason you stay on 1.8 is the server performance you may want to reconsider that. Go to #bot-commands and execute: `?optmize`. You'll see that performance can be good on newer server versions as well.
these are all the features you lose @last lynx ^ if you use dmenus 1.10.5 ^
i want to see if it does NOT have it.
If it has the perm i do not want to execute
welll yes
oh wait
took me 3 readings xD
requirements:
perm:
type: '!has permission'
permission: 'perm.here'```
this will execute the code if they don't have the permission
note that '' are required now because you use !
thx
is there an easy way of like syncing guimenu files with multiple servers other then copy/pasting/re-uploading edited files??
No
and Deluxe menu docent run on bungeecord welp time to find a different gui menu
any idea why the message command isnt working?
- '[message] &c/friends remove <name> <message>'
- '[close]'```
Is there a purpose (other than organization) to have gui menus load from within another menu?
when im trying it myself it looks like the <> are messing it up
https://pastebin.com/4DUVVLLC
Error while executing command /deluxemenu reload
What could be the problem?
ah i see. thanks
i dont know what im doing wrong with the config... i put it through a YAML parser but i still cant figure it out..
A member of staff has requested I move your pastebin.com paste to our paste.helpch.at!
Had problem with this too, you have to add color code inside <>.
no ....
its line 29
...
you forgot a ;
' ***
@teal turret https://i.imgur.com/FwcaWyS.png
oh..
same for line 49
oright , I get problems when use <text> (if he use it as sudo/messages for players), give no errors just donยดt work.
ye i just use [] now
I have been receiving attacks from a group of players able to duplicate items by relogging. It also has something to do with a book and quill. I don't know what they're doing, does anyone have any information on this?
https://www.youtube.com/watch?v=R8VV4sU9Nvk I've stopped this by just blocking book and quills.
How can you block book and quills?
I've used a plugin but its not on spigot anymore.
there are probably some others out there
Does anyone know of a killed_player placeholder in any plugin?
you don't need any plugins just PlaceholderAPI and its Statistic expansion
ty
I think im using the enchantment tag wrong...
material: BLAZE_POWDER
slot: 3
priority: 1
update: true
hide_attributes: true
display_name: '&bCurrency Shop'
lore:
- '&7Convert your physical Currency to virtual Currency and vice versa'
- '&c/shop'
enchantments:
- UNBREAKING
hide_enchantments: true
left_click_commands:
- '[player] shop'
- '[close]'```
you need to use the spigot enchantment ids, in your case its DURABILITY
paper, has some protection against this.
I am on paper, anything I need to enable?
Is in paper.yml
page-max: 2560
total-multiplier: 0.98```
the enchant needs to be in the spigot-id form, and pretty sure it needs the value as well, i.e. rather than UNBREAKING it should be DURABILITY;1
ah i see... thanks :3
I have those settings. Do I need to change them to anything?
try lower the settings.
how can you make an item completely invisible unless they have the perm?
its just with view_requirement, examples are in the Kits example menu on the wiki
ah
i know im asking many questions but im not sure if its possible. but if you click and item can you switch the item and lore? sort of like a toggle?
make 2 items, use view requirements and show either one based on a requirement like a permission or something
mhmm... thats an interesting way of doing it. ill definitely try it out
Is it possible to make a commands args only work on players?
what do you mean?
Is it possible for a commands args to only be players
like /punish [player]
no other text
Deluxemenu open command
you can check if its a player in open commands
do you want to check if he's an online player or just a player that has joined the server? @summer marten
check for a player that has joined
Hmm idk if that's possible. let me check a bit
hello so ive been trying to setup FeatherBoard and I keep running into a Character Limit problem
im running on paperspigot 1.13.2
- ew 1.13
- ew 1.13
you can try: yml open_requirement: requirements: is_player: type: 'javascript' input: 'parseInt("%parseother_{{target}}_{player_first_join_date}%") != -1'
@summer marten
Oh ok thanks
@violet citrus you can change the anti flicker system to V1 and you have no line limit
anymore
you can read about that on their spigot page
https://paste.helpch.at/ocuqirific.sql Someone help me
It happens when a player goes through a portal, I linked 2 worlds so it should go back to the original world. Instead it brings them to a Spawn world which isn't supposed to happen.
ugh seems like it can't find the getPortalTravelAgent() which is not a method in spigot 1.16.4
oh does multiworld have 1.16.4 support?
so basically they're using a method that was removed and doesn't work on 1.16.4
the plugin was last updated in 2015 xD
Oof
I tried MultiVerse
But that screws up all the worlds
And makes it impossible to play
you can try HyperVerse but I can't guarantee anything
yeah u gotta find a new plugin
What's the latest version of crazyCrates
how do i do this
o_o
How the heck do you download a jar file from Jenkins
Well I think I got it I hope
Its a jar file so I assume so
It said invalid plugin.yml
Any work arounds?
what's the link?
oh hyperverse?
@floral spear go here https://ci.athion.net/job/Hyperverse/lastBuild/se.hyperver.hyperverse$Nms-1_16_4/
and download the third file
this one: https://i.imgur.com/j4XF5yR.png
wait actually
yeah I think that's it
How could i make it so that players could get teleporter pads that they can use to travel between places? like they can put one on one part of a base and one in another part, and by walking on it it takes you to the opposite teleporter pad? would also be nice if they could have multiple and i can change the max ammount they can have with a permission
https://www.spigotmc.org/resources/telepads-1-8-1-15-reduced-40.74174/ this seems to have all of that
I have the latest version of featherboard dpwnlaoded as well as mvdw
what else do i need
for the unlimited character
For a command arg is it possible to transfer it to another menu that doesn't have a open command?
ugh yeah they transfer automatically when you use [openguimenu] menuname
Still invaild yml
what chat plugin are you using?
deluxechat
@outer arrow,
To get help with that premium plugin you'll need to first link your spigot account:
โข See #spigot-linking for more info.
oh linking
do as the bot suggested ^ but hex is not supported in DeluxeChat yet
lol it's like twice a day people ask this
so i am gonna try gradient
ow okey thanks !
is there a way to make so that players can only use some commands (like /shop) with an npc? using citizenscmd and not denizen if possible
You mean permissions?
ig
What do you mean by โsomeโ
i want most commands to be usable normally, but some commands like /shop to only be usable if you execute it through an npc
Anything?
@floral spear,
Please respect the rules, be patient and don't ping staff members!
Oops
question... is it possible to set the users playerhead as an item in the guis?
?customheads
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) EpicHeads material: heads-<id>:
- Require https://www.spigotmc.org/resources/13402/
e) HeadDatabase material: hdb-<id>:
- Require https://www.spigotmc.org/resources/14280/
^
yeah but i would like it to automatically detect the user and get its head. is that possible?
look at option b
HI everyone i have a problem with one menu on deluxe menu
my menu appears but not the content on it
i mean: https://gyazo.com/e52ec244872d072f17b71766b46c281d
Can i get help?
I used a ymlparser and don't tell me any error, console says 10 menus loaded and i have 10 menus... i don't know what to do
can we get a hastebin with the menu?
you have 2 items for each slot but both have view requirements. so if none of the view requirements are respected then no items will show
so most likely that's the problem
for example do /papi parse me %essentials_has_kit_mystic% and then /papi parse me %essentials_kit_is_available_mystic% and tell me what both return
yeah as I said that's the problem
because it returns exactly the oposite of what the view requirement wants
so it doesn't have a third item to display instead
you need a third item
with priority 3
that just shows when the kit is unlocked but not available
๐ there is an example kits menu out there if you want
on the wiki
=wiki deluxemenus example
DeluxeMenus - HelpChat Wiki
DeluxeMenus is the all in one inventory GUI menu plugin! You can create GUI
menus that open with custom commands that will show stats or perform actionsย ...
Hey, with dm how do I make it so the first argument must be a playername?
menu_title: '&cPunishments'
open_command:
- punish
args:
- "Punished"
args_usage_message: "&cError! You must define a player to be punished!"
open_commands:
- '[sound] BLOCK_BEACON_ACTIVATE'
- '[message] {Punished}'
size: 27
open_requirement:
requirements:
permission:
type: has permission
permission: challenges.punish
deny_commands:
- "[message] &cNo Permission!"
thats what I got so far
idk if im doing it right
how much exactly does VKAutopickup improve performance?
if im using TokenEnchant
does anyone know
Yo
@violet citrus Ask in there support server
You guys know a discord server where there is a #794429922454142986 channel?
@regal wolf show what /papi parse me %jobsr_user_jmaxexp_Miner%
@velvet cloak for?
Minecraft related stuff
yeah terfs
yep
I did that but its not working
๐
I pasted my config aboce
@regal wolf its because of the comma
Minecraft
@nova hatch Pretty sure its wrong
?
same here, but idk how it's wrong lol
wdym mc?
So a discord server that has a #794429922454142986 for minecraft related things.
Yeah, well just a discord server that has things like that
target: 1
time: 1
reason: -1
args_usage_message: "/punish <player> <time> <reason>"```
A different one! Not this one
๐ idk then
@velvet cloak You can request anything I dont understand what you are trying to ask?
please take this into #off-topic aswell
i think he wants to request in like 5 channels/servers
Sorry I dont know!
also ye why r we in #general-plugins
its ok ๐
@velvet cloak #off-topic
So, I'm looking for other people's requests. But there are none I want in the #794429922454142986 channel on this server, so I want another server with something like that where people put requests, for minecraft things.
@regal wolf I think you can do it with a JS placeholder
Sure, it can be plugins, configs, builds etc
yo terfs is there a specific order I need to put the args: size: and all that stuff in?
or does it matter
lol I've never seen someone specifically looking for channels like #794429922454142986
@velvet cloak wrong channel again please go to #off-topic
๐ I also just realized Terfs is a staff
๐
just now..?
yes xD
damn
@nova hatch Just a sec
alright
so many colors
@nova hatch what server version?
1.12.2
@nova hatch
target: 1
time: 1
reason: -1
args_usage_message: "/punish <player> <time> <reason>"```
yea
is there somewhere specific I need to add it though?
like maybe before size:
or what
Any supprt?
How i can put the tag in EssentialsChat? I use {deluxetags_tag} but doesn't work
itsa just saying unknown command when I type any args
@nova hatch ill let someone answer I forgot how to use args been a while since I made that punish menu for jurassic lmao
thx
you need to also register the command
did you do that?
if you're on deluxemenus 1.13+ I mean
am i doing something wrong? since i can still open this without needing permission:
material: END_CRYSTAL
slot: 5
priority: 2
update: true
hide_attributes: true
display_name: '&bPlayer Warps'
lore:
- '&7View Player Warps'
- '&c/pwarps'
open_requirement:
requirements:
pwarp_perm:
type: has permission
permission: deluxemenus.pwarps
deny_commands:
- "[message] &8[&6A&5C&8] &cYou don''t have perms for this! Requires &6[&7Rogue&6] &7Rank"
left_click_commands:
- '[player] pwarps'
- '[close]'```
why do I need to register the command?
because that's how clip made it. arguments don't work without the command being registered. and you can find that out on the wiki
ugh yes.
thank you blitz
ah so above the material:?
wait so i cant have individual items have open permissions?
its the whole menu?
ugh
that's view requirements
open requirements
are requirements to open the menu
view requirements are requirements to see the item
you can't open an item
lmao
well yeah i would still want players to see what options they have. but i also dont want them to have acess to those items without permission
so i dont want to add view requirement since that kinda defeats the purpose..
is there a way around that?
so basically don't click them?
then use click requirements
open requirements
open
you can't open an item
ahhh didnt know there was something like click requirements :P
ye
thanks!
=wiki deluxemenus requirements
Requirements - HelpChat Wiki
Everything about DeluxeMenus requirements! ... Requirements allow you to
restrict certain actions or even an entire menu and only allow certain players to
seeย ...
all there ^
uhh... well i changed it from open to click_requirement but it can still be opened.. sorry.. :(
well of course. you need to specify the click type
because you have left_click_commands
you need to use left_click_requirement:
oh. i thought if i just put click it uses both
yeah because
there is a click_commands: option
and click_requirement works for that
click_commands basically works with all click types so you don't have to add the commands for each click type manually
why does my advanded menu say no permission when I'm op?
ugh no permission where?
when you open it or what?
Paste Services
When asking for help with a config/menu/code issue please use one of these:
(However we do prefer if you used our paste :))
โข HelpChat Paste - Usage
โข Hastebin
so when you try to open it you get the no permission message?
and it says no permission you need "deluxemenusshop whatevr"
do /papi parse Remence %player_has_permission_essentials.kits.example% and tell me what does it say?
"yes"
ugh it should show right then
hmm
what slot is the item it shows in?
11 ?
oh its clip's head.
so 12
try /papi parse Remence %player_has_permission_deluxemenus.shopexample% as well
"yes"
ยฏ_(ใ)_/ยฏ
there is no priority under shopnoperm
am I wrong?
@nova hatch
it should be priority 2
Anyone able to help with prisonranksx? For some reason it's saying internal error when I try to /prestige. I changed the config for all ranks A-Z without an issue.
Console Error: https://pastebin.com/EY87Q6SF
I changed the prestige to normal p1 config, and it's working again -- but I want to change the prestige names to Gods & Goddesses. D; I'm not sure if the names are too long?
UPDATE: okay, I can change the display name, but not the prestige name itself. I guess this is okay. No need for the help !
hello i have a question anyone
im currently using deluxecommands for some json /help
but then i cannot make /help 2 as a command because it tells me "2 is not online"
Anyone able to help see what the problem is with this message config
yes
private_message:
enabled: true
bungeecord: false
private_message_formats:
to_sender:
format: '&6[&cme &6-> &c%recipient_player_name%&6] '
tooltip:
- '%player_name%'
click_command: '/r '
chat_color: '&f'
to_recipient:
format: '&6[&c%player_name% &6-> &cyou&6] '
tooltip:
- '%player_name%'
click_command: '/r '
chat_color: '&f'
this is my message config
Hi dudes, I'm trying to use args with DeluxeMenus.
Like that:
open_command: <command>
size: #
args:
target: 1
time: 1
reason: -1
args_usage_message: "/punish <player> <time> <reason>"
But it actually doing nothing, and sending me Unknown commands, can someone help me please ?
I followed this : https://github.com/HelpChat/DeluxeMenus/wiki/Arguments
But doesnt work. [1.8 paperspigot]
I tried this, but it open with the command /punish and not /punish (player) (reason) | I'm running on 1.8 paperspigot
@velvet cloak,
Please respect the rules, be patient and don't ping staff members!
@vapid bone what is the exact problem then?
@velvet cloak,
Please respect the rules, be patient and don't ping staff members!
That being said, don't ghost tag staffs...
I know, I didn't ghost tag, I tried to anwser his message
@velvet cloak replace the <command> with punish and give it a try
@fickle echo Same as before, I can open the gui when doing /punish but not with /punish (player)(time)(reason)
@nova cliff,
To get help with that premium plugin you'll need to first link your spigot account:
โข See #spigot-linking for more info.
Done, I found how to fix it!
Hello, I don't understand how the guilds plugin claim system works
thanks ๐
I'm having an issue with crazycrates where it is giving me the display item as well as running the command when getting the prize, and ideas? No errors in the logs that I can see
Chat is dead
I am once again asking for your help. I wanna add colored firework stars in my menu. Is there any way?
Hey guys! Does anyone know why this is happening? https://prnt.sc/wk6yuk ('%javascript_rewards-delay_Member_604800%')
is the file name right in the javascirpts?
Try split with , instead of _
Yo for when u input the server does is has to be in all caps?
wdym by this sorry
The javascript_placeholders.yml file
how do I report bugs for Guilds plugin?
where can i find this?
You need to add that placeholder in there @velvet cloak
i dont have a javascript file for that https://prnt.sc/wk7j06
am i missing something?
or do i just need to add the placeholder in
no download required
where did you get the placeholder from?
๐ฆ
i'm guessing i have to make that javascript file for it myself?
it was a premade menu setup
that menu is not deluxemenus?
why this not working
- '&fPlot Owner: &c%plotsquared_currentplot_owner%'
- '&fPlot Access: &c%plotsquared_has_build_rights%'
Did you download palceholderapi?
Is your plot plugin this one? https://www.spigotmc.org/resources/plotsquared-v5.77506/
k
it is but it was pre setup
it didn't include the javascripts?
i'm trying to set it up so that it has delays for giving out keys for crazycrates
it had some javascripts but its missing that certain one i think
Did you add them all?
someone help me ๐ฆ
yeah i added all the ones i was provided
Maybe you didn't download the javascript engine with /papi ecloud download JavaScript?
just did that now and im still getting the error sadly
BlitzZzZzZzZ?
nvm im just gonna delete the reward menu and use a plugin for the same purpose instead
is there a max amount of menus? since one doesnt seem to be loading even though it is formatted correctly
I don't believe so, I don't know much about deluxemenus but I'd imagine the startup log should say something
well yeah its not loading a menu. that i know
even though i ran it through a parser and double checked everything
?startuplog
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.
there is no limit to the menus. just your storage capacity xD
A member of staff has requested I move your pastebin.com paste to our paste.helpch.at!
what? 17 menus?
can I see your config.yml? in a paste
what are the open commands for each menu? make sure you don't have duplicates
can I see the menu? xD
btw its called tfly_menu
Hey
Does anyone know a plugin that can read which forge mods a player uses?
Hypixel does it apparently.
wait. im stupid. sorry for wasting your time. i just noticed i edited items: instead of the variable underneath.
oh ok. dw about it xD it happens
.-.
ty
Hypixel probably has something custom. well I would even say 100% they have something custom but this is what I could find
?
Languages Supported:
Japanese
oh here we go. a more updated and maintained one: https://www.spigotmc.org/resources/โ -25-โ ๏ธ-hackedserver-forge-mods-clients-detector.46485/
ok
im having another issue. for some reason it wont execute this command on left click.
- '[player] tf trails'
- '[close]'```
it wont execute either one of them
wait nvm. ๐คฆโโ๏ธ
Hello
Hi
is it possible to make fireworks work with a deluxemenu
like
you confirm to rankup to level 2 or something with deluxemenus and it closes the menu and activtes fireworks amount you
I mean you can have another plugin launch the fireworks. or I think you can even do it with a vanilla minecraft command. not sure tho
alright thanks
Hey, how do I retrieve values from a sql database and parse it into a placeholder?
Is it possible in deluxechat to use one color in chat instead of all of them, I know you can do this in essentials and was wondering if this is possiblei n deluxechat aswell?
@velvet cloak,
To get help with that premium plugin you'll need to first link your spigot account:
โข See #spigot-linking for more info.
Hello, I have a problem pointing heads with basehead- <value>
Because it shows me a normal steave's head.
Please help. Thanks
@vale sky Will you help me?
@placid vector,
Please respect the rules, be patient and don't ping staff members!
Oh no
Hello help us we have a problem
We want to solve the problem faster
Hello, I have a problem pointing heads with basehead- <value>
Because it shows me a normal steave's head.
Please help. Thanks
Will you help me?
@stone nest
@Admins
what nickname plugin do you guys use? preferrably one where i can save them on mysql
Nicknamer
yeah ive been trying that but it looks to be conflicting with essentials hmm
Can I checkitem for custom heads?
?
I just use essentials for nicks
I mean %checkitem%, how can it detect custom playerheads
Hello how would i get red stained glass
Im in 1.8
And im using deluxemenus
material: STAINED_GLASS_PANE
data: 14
smth like that, i cant remember the exact material for glass pane
160 iirc
true
Hello, I have a problem pointing heads with basehead- <value>
Because it shows me a normal steave's head.
Please help. Thanks
Guys arg-1 like any command avaliable in skript for "on chat:" ?
do you have to use a matching mysql database for plugins like authme on bungee, no right
Can I use %checkitem% to find a custom head?
Hi, how can I format correctly the Luckperms rank in PlaceHolderAPI, with the new hex colors? https://i.gyazo.com/7c1c09e8f8925c00df49871f901836f3.png
Hello, I have a problem pointing heads with basehead- <value>
Because it shows me a normal steave's head.
Please help. Thanks
what plugin?
DeluxeMenus
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) EpicHeads material: heads-<id>:
- Require https://www.spigotmc.org/resources/13402/
e) HeadDatabase material: hdb-<id>:
- Require https://www.spigotmc.org/resources/14280/
try that
Does anyone know how to use a custom head in %checkitem_mat:%?
I need it for a shop
I used exactly this: material: basehead- <code>
And it will show the head's head anyway
Code: = eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5t1JRuYcDcmXWky8CyvW79pq1qxePi72FucuiGNmMFZN3euucDpWBLX4ZNU8hKPuTvEuBpDmukxx1otFamYf5kuiG4BR72ySmYs8DUVE9vhUuK0
material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5t1JRuYcDcmXWky8CyvW79pq1qxePi72FucuiGNmMFZN3euucDpWBLX4ZNU8hKPuTvEuBpDmukxx1otFamYf5kuiG4BR72ySmYs8DUVE9vhUuK0
just like that
no space in the codes name btw
That's exactly how I entered it
Ok
please help
idk
hello?
luck perms donยดt handle this, is up to your plugin you use some need support it.
I'm using DeluxeMenus so
&# is right format for dm if you use newest version and are on 1.16.x
so, if I want to represent the prefix I can't due to the difference between the hex color representations of LuckPerms and DeluxeMenus?
Hi, I'm using PlayerTime and I would like to use it also in bugeecord to know the hours connected in all modes .. but I put it in the plugin folder and I restart and I get an error when loading the plugin ..
:S
if you done this in luckperms, you have to change it in luckperms.
Yes, but if I change it in LuckPerms my prefix won't be represented correctly in chat xD
playertime says bungeecord support with database .. and I get an error when loading it ... wtf
Remove color code in luckperms and set it directly in your chat and dm.
Hello help us we have a problem
We want to solve the problem faster
Hello, I have a problem pointing heads with basehead- <value>
Because it shows me a normal steave's head.
Please help. Thanks (DELUXEMENUS)
I meant your config.
okay
'12':
material: ENDER_PEARL
nbt_int: CustomModelData:1
slot: 11
display_name: '&dCrates Area'
lore:
- '&8Server Warp'
- ''
- '&bDescription:'
- '&7Click here to warp to the'
- '&7crates area.'
- ''
- '&eClick to teleport to the &lCRATES'```
fixed it, needed to use dev build
how would i set it to make placeholders count down at normal speed and not in increments of 10 seconds in the gui?
Hello, guys the MSG of DeluxeChat don't work
@young forge,
To get help with that premium plugin you'll need to first link your spigot account:
โข See #spigot-linking for more info.
I don't buy it, i am developing a server where they have but it..
The server owner will have to link their account then, and then they can say that you're a dev, and then we won't bug you about linking the spigot (You can ask in this channel)
Spigot Account Linking
To get support for a premium plugin owned by Clip or Glare you will need to verify your spigot account using =spigot in the #bot-commands channel. After you have successfully linked your spigot account you should ask your question in the coresponding channel for that plugin. If you have already linked your account and want to update your roles, run this command =spigot check.
also I'm not staff ;-;
yeah right
soo just wait? xd
You can ask ur questions
be more specific
than
Hello, guys the MSG of DeluxeChat don't work
Okay
do you have EssentialsChat?
You won't be able to upload images here directly to avoid spam, so please use https://imgur.com/ to upload images/screenshots.
he ment that the %recipent% doesn't work
yeah
it work in 2 servers
but others the %recipient% is not traslated
and he show You -> %recipent%
'02':
material: coal_block
slot: 0
priority: 2
update: true
hide_attributes: true
display_name: '&fCoal Block'
left_click_commands:
- '[console] give %player_name% coal_block 1'
- '[refresh]'
right_click_commands:
- '[console] give %player_name% coal_block 1'
- '[refresh]'
shift_left_click_commands:
- '[console] give %player_name% coal_block 1'
- '[refresh]'
'2':
material: coal_block
slot: 0
priority: 1
update: true
hide_attributes: true
display_name: '&f Block'
view_requirement:
coalget:
type: has item
material: "coal_block"
amount: 1
``` why this not work ? what's wrong with the requirement
even of You -> Player
should be %player%
Anyway i have to dinner just wait 20m and i come back :D
no, %player% isn't a placeholder
it is tho
Player placeholder not working? If you are using a plugin which supports PlaceholderAPI, and the %player% placeholder doesn't work, then change it to %player_name% and download the player expansion.
Commands:
/papi ecloud download player
/papi reload
it says that it's a placeholder lmao
if the placeholder %player% doesn't work use playyer_name
%player_name% is is a placeholder
specific plugins use %player%
PlaceholderAPI itself doesn't support %player%
and that may be one
I'm 99.999999999% sure it isn't
what is the problem with requirement
plus that's not even in the requirements
im confused
i want the player not see that if they have coal block in inventory
make it COAL_BLOCK
no it sill show the priority 2
try temporarily removing the '02' one just to make sure it works
ok problem is i had two 2 and i was missing
view_requirement:
requirements:
has_requirement:
sorry
any help with this pls? :3
For deluxe menus is there a way to make it so the custom commands to open a menu auto-fill?
You have to register the command
How do I do that?
Do I just put that line in the .yml for the file?
I think so
Okay. Thank you!
well what i mean is that in the gui the placeholders only get updated every 10 seconds. but i would like it to get updated every second
what is "in the gui"
how could i change that?
deluxemenus?
yep :3
I have an issue with how the deluxetags is showing tags that all look duplicated, I've put my config through YAMLlint and it said ok.
DeluxeTags 1.8.1
PlaceHolder 2.10.9
ohh my someone go to #general-plugins-2 ๐ฌ
What chat plugin?
Yes! I have the same issue
And at the GUI all the tags are the same and placeholders rare
I tried to update through the eCloud thing too just now
Sorry I never used deluxetags before ๐ gotta wait until someone else comes
@iron flame did you put any RGB colors in the name tags? I did
I only traduce it
??
lol
So you are just asking for support but don't want any? I am a little confused, we are having the same issues with the plugin and I'm trying to solve it
What what sorry i'm spanish men xd
this, we have the same issue. I was asking to see if your tags that you created, did you use default minecraft color codes or did you use RGB ones?
Normal &
Ah ok
I tried the other versions and the same
hello!
i'm not sure what i'm doing wrong
'Reward12-3':
hide_enchantments: true
material: lime_stained_glass_pane
enchantments:
- SILK_TOUCH:1
the item in menu it's not enchanted
but i added the "enchantments" configuration
you put a colon instead of a semicolon
Im back
Where can i post a screenshoot of the Bug?
question. the data tag of the potion isnt working. why is that?
'5':
material: POTION
data: 14
slot: 13
priority: 1
update: true
hide_attributes: false```
thanks
np
Bru, i deleted all my config and now i have the default i is working, idk
Hmm interesting
i somewhat found the issue but its still not working.. the formatting is a bit unclear so i might be doing it wrong:
material: POTION
potion_effects:
- INVISIBILITY;3;1
slot: 13
priority: 1
update: true
hide_attributes: false```
remove the <>
Yeh now is working for me
wasnt the issue
Is it possible to make a command like /rankupmax for EzRanksPro?
Hmm so my issue seems to be when I am using MultiChat, I have tags and when it's fresh it works, if I update the config and use only the /tags reload the new tags work. Once I restart my server, the tags now show blank until I click one then it shows only that tag across all of them and if I remove my tag then restart the server, it doesn't show anything on the tags until I click one then it shows all tags descriptions as it. I don't know if it's multichat causing issues or placeholder with both or what. Going to dig a little deeper
hi, this menu is getting loaded but i cant open it in game and i cant find for the life of me whats causing it https://paste.helpch.at/anamidevih.http
What's the sweet: true at the bottom? it's tabbing seems weird like that at the bottom
idk its been there from the start
it stopped working since i added the last 6 things iirc
Quite confused
My stats menu just wont open for some players and I have no clue why and this is what it gives
does anyone know of something (maybe not a plugin) that I can launch, then based off of a config launches a server in a specific subdirectory?
basically 'server profiles'
that I can switch between
I'd create it myself, but Idk java well enough for that
so, it seems I missed a space and it kept messing up for me lol
a space at the very end of the document I think
wdym?
Like sending players between servers?
nah, I mean like when I launch the server jar, it sees what folder I've picked (in the config), cd's into that folder and launches that server jar
you'd need some real java knowledge for that ๐
ah :/
since I need to switch server versions a reasonable amount, and I really don't want to have to upload a backup each time or something
if anyone could point me in the right direction that would be appreciated ๐
ooh #development
nvm it started working without me editing it
How do I use certain heads in deluxe menu from the minecraft heads website?
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) EpicHeads material: heads-<id>:
- Require https://www.spigotmc.org/resources/13402/
e) HeadDatabase material: hdb-<id>:
- Require https://www.spigotmc.org/resources/14280/
any help why this may not be working
Anyone able to help me? After adding plugins a few mods stopped working correctly, namely Corail Tombstone. When people die no tombstones spawn for them, they just spill out as normal
https://paste.helpch.at/fececivovo.http at this point im left with this and it still wont open so any help appreciated
Hey guys, i have a flag banner generated in a site, how can i add it to a menu? I dont quite understand
you dont put commands in " your use '
/give @p minecraft:banner 1 0 {BlockEntityTag:{Base:1,Patterns:[{Pattern:hhb,Color:2},{Pattern:mc,Color:11}]}}this is the command to give it game
i dont think thats the problem cause all the other guis i have also use '
something with the items
ye " and ' doesn't matter
doesnt open
What you have in console?
odd.. sorry idk. im pretty new to this as well. :P
when you do /dm reload
> dm reload
[21:47:48 INFO]: DeluxeMenus successfully reloaded!
[21:47:48 INFO]: 2 menus loaded...
and indeed i have 2 menus
try removing the requirement and see if it works without.
can someone help me with the potion effect? since its not working:
material: POTION
potion_effects:
- INVISIBILITY;3;1
slot: 13
priority: 1
update: true
hide_attributes: false```
it works and i think ive found what the problem is
thanks
np. you think you could help me with my issue?
Cover the effect in ' maybe?
any idea why serverlistplus doesn't display the outdated client version message when pinging the server with 1.8?
In DeluxeMenu (DM), could you link skywarsreloaded and essentials?
Like in DM, there can be a section where you can buy for skywars kits and pay for essentials kits, but only one time pay. Then you can use it anytime, with a cooldown.
Is this even possible?
Hi. im a beginners here and im having some difficulty to create and setup the ssh key. Please, somebody can give me help
Is it possible to toggle announcements in MessageAnnouncer
how can I start a minecraft server instance in another folder with that folder being the working directory?
How do I set hardened clay on fortune list in autosell plugin ?
@gritty patio,
To get help with that premium plugin you'll need to first link your spigot account:
โข See #spigot-linking for more info.
Any help with my question ?
can you do what the bot said please? thanks
So I had the auction plugin used by hypixel and when you remove one of the npc's made with citzens and the auction plugin it keeps the hologram above it that says "Auction Master" and i dont know how to get rid of it
you can just kill it. its an entity
no its the hologram above it that wont go away the npc itself is gone
if only i could send a pic
yeah. holograms are just invisible armour stands. if you go into gamemode spectator you'll see its an armour stand. and you can kill it. there's a minecraft command I just can't remember exactly. it might've been just /minecraft:kill and if you do that while looking at the armour stand the recommended arguments should have an UUID
=paste
Please use a paste service to share configs, errors, code and long logs.
โข HelpChat Paste
^
thanks
Sometimes, Hologram won't work that way though
yeah it just killed me
sometimes yeah. but most times
oh you'll have to follow the instructions in #spigot-linking .
first. since that's a premium plugin
Try /minecraft:kill @e [type=minecraft:armor_stand, c=..5]
It says incorrect argument
Oh it's distance instead of c
was it not r as in radius?
Still says incorrect arguement
does it not autocomplete the UUID if you look at it?
it says the whole [type=minecraft:armor_stand, c=..5] part is incorrect
what do you mean
change c to distance
I did
What version are you using?
what version is your server ^
1.16.1
There, should be correct
for radius thien
if that one doesn't work try this one: /minecraft:kill @e[type=ArmorStand,r=3]
also execute these commands while you're near the hologram
Just a fair warning: (for developer's understanding): if this doesn't work for hologram, it means that the armor stand is client-sided
Neither of those worked but my friends have seen it
Weird
/minecraft:kill @e[type=armor_stand,distance=..3] just to make sure ๐
If not: #general-plugins message
@wet river,
To get help with that premium plugin you'll need to first link your spigot account:
โข See #spigot-linking for more info.
That worked thank you
Hey guys i have been wondering if it's possible to create a list of prices that you can use when creating a GUI shop. I find it highly inefficient to type down the price for each duplicated block in a GUI, and makes it a pain to change prices.
deluxetags support bungee, right?
no it does not
Perhaps if your permission plugin supports bungee? i assume deluxetags run off permissions to give tags
yeah you can give tags on bungee but you can't activate them in a server and have them activate in another. well not by default. you could probably make a plugin for this.
You can select area with worldedit and make sure hologram is in area, and just //cut
Config expansion
Hello, i have a server selector menu and i want it to spawn as compass in my inventory
Anyone familiar with the CrateReloaded plugin?
how do i run a command with deluxe menus
hello