#general-plugins
1 messages · Page 508 of 1
yo quick question if I want the head to be the viewers head how do I do??
open_command: .
size: 9
menu_title: '&b&u&lGeneral Menu'
items:
'HEAD':
material: head-{target}
data: 0
slot: 4
display_name:
lore:
- "&aTest1"
- "&cTest2"
- "&eTest3"
update: true
How do you put potion effects on menu items? deluxemenus?
'invi':
material: POTION
potion_effects:
- INVISIBILITY;8;1
slot: 30
priority: 1
update: true
hide_attributes: false
lore:
right_click_requirement:
requirements:
anything_here:
type: string equals
input: '%checkitem_mat:IRON_INGOT%'
output: 'yes'
deny_commands:
i have iron ingot in my inv but i steel get a deny messages that i don't have it
A list of rewards that will ALWAYS be given to a player during a party
guaranteed_rewards:
enabled: true
commands:
- crates givekey %player% vote 2
This doesn't work, doesn't execute the command when the vote party started, what's wrong?
I tried %player_name% also and didn't work either
if this is VoteParty, #spigot-linking
A few papi placeholders dont seam to work anymore, the VotingPlugin Monthly and daily vote placeholders always say 0 when I use them. But inside of the VotingPlugin default GUI they work, trying to put them in DM doesnt seam to work
can you check the data manually by opening the player data file or whatever the plugin uses?
maybe it was a problem and it got reset to 0
@rich star
Please respect the rules, be patient and don't ping staff members!
a
srry
What exactly do I have to copy?
material: basehead-<value>
<value> is it the texture data or the texture signature?
?dm-heads
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 both 🤷♂️
[17:20:46 ERROR]: Error occurred while disabling DeluxeMenus v1.13.3-Release (Is it up to date?)
seemingly so
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.
DeluxeMenus requires you to have PlaceholderAPI installed in order for the plugin to function.
To fix, install PlaceholderAPI and restart the server.
- '[json] {"text":"Welcome to Minecraft Tools"}'
Is it correct?
Why doesn't it show anything?
yo with deluxe menu can we add cooldown
=pl MasterCooldowns
Hello, quick question how do I put a left click requirement using check item? example is this
%checkitem_remove_mat:gold_block,amt:5,namecontains:&aTEST,lorecontains:&aTEST%
You could probably use has-item https://wiki.helpch.at/clips-plugins/deluxemenus/options-and-configurations/requirements#has-item
Ah yes, i found a way to fix it
Thank you
Oh hey btw what if theres like multiple lore on an item?
how do i fix it
This is the lore line of the item
&d&m----------------------------------------
&7Can be found on the first level of the dungeon
&d&m----------------------------------------
https://imgur.com/a/kYJBrlK this is the item
Use loreequals:<text> for the lore and use | to separate the lines
oh so isntead of lorecontains: ill use loreequals:<text>?
btw how did you do that xd
loreequals checks if the lore is an exact match, lorecontains only checks if a part of the lore matches what you add to <text>
uhm can you like make an example
xd
%checkitem_remove_mat:gold_block,amt:1,namecontains:&aTEST,lorecontains:&7Can be found on the first level of the dungeon%
with this and
&d&m----------------------------------------
&7Can be found on the first level of the dungeon
&d&m----------------------------------------
%checkitem_remove_mat:gold_block,amt:1,namecontains:&aTEST,loreequals:&d&m----------------------------------------|&7Can be found on the first level of the dungeon|&d&m----------------------------------------%
The | separates the lines
What's the issue
okay wait holy shit
some things are fixed
it was def a papi issue wtf..
Outdated expansions, deleting & then /papi ecloud download <args>
does nothing
sir
@long notch it's more of an issue that those plugins are red. Meaning they did not enable properly. You need to read the console and see why those plugins don't enable on startup
ive done that 500 times fam
a couple were outdated, i updated those
aight now its just down to 4
Then find the errors for those 4 and fix the errors. Then once they are enabled properly. Papi will work for them
Redownload worldguard and worldedit from enginehub and try again
Hi anyone Please help me
pls help me
With?
Just explain what you need help with
oh sorry i forgot to tell lol
whenever someone types /help it litteraly shows all plugins and their commands
which means plugins get leaked
i wanna disable it but the problem is
i also wanna do a command with Deluxemenus
like /help should open a gui menu
how do i do that?
like it should not show the Plugin Commands it should just show the GUI
https://wiki.helpch.at/clips-plugins/deluxemenus/options-and-configurations/gui#register-command Use this
@lost chasmCan u please also tell me how do i make animated Scoreboard
With a plugin that lets you make them?
I did tell you. Get a plugin that lets you make them.
oh
@lost chasm oh ok also please tell me like how do i make a system like
Whenever Players Join The Server They Are In A Seperate World For Login/Register, when they Login/Register They Get Tped Automatically to the hub
Do u know?
Idk, with a plugin that handles the player joins?
uh
Hello, I was hoping someone can tell me I am not losing my mind. Doesn't Deluxe Menus have an IF/THEN option? I could have swore it did, but I cannot find it in the wiki.
Depends what you're wanting to check for
can u give me a link
Just google it, there are heaps of join plugins out there.
e
If the value of a placeholder is a certain value then return a certain item. Which in my case if the value of the placeholder is online then return green dye. I know it can do this, I just can’t find it in the wiki and I know I’ve seen it before.
https://wiki.helpch.at/clips-plugins/deluxemenus/options-and-configurations/requirements#string-equals use that for placeholders
Can this be nested under the material node?
.
https://github.com/HelpChat/DeluxeMenus/blob/master/gui_menus/serverselector.yml This might give an example of how to do it
You need to use multiple items basically, and set priorities for them
Ah perfect, that is close to what I was about to try so looks like I am not to far off, but the logic is a little off for what I am trying to do. 😂
material:
type: string equals
input: "%mvdw_isonline@localhost:25571%"
output: "GREEN_DYE"
Close, but copy it a little more exact, 1 item is green dye, another is red dye, use the view requirements, and set them in the same slot, and give them a priority
Well, I think I am close, but nothing is showing at all in that slot.
'hub01':
material: GREEN_DYE
slot: 11
priority: 1
update: true
view_requirement:
requirements:
hub01_online:
type: string equals ignorecase
input: '%mvdw_isonline@localhost:25571%'
output: '&conline'
display_name: '&e&lHub 1'
lore:
- '&7Players: %server_online_Hub01%/150'
- '&7Status: %mvdw_isonline@localhost:25571%'
- ''
- '&b➥ Click to connect!'
left_click_commands:
- '[close]'
- '[message] &b&lHold on tight! &7Sending you to: &e&lHub 1'
- '[connect] HUB01'
hub01_offline:
material: GRAY_DYE
slot: 11
priority: 2
update: true
Please use a paste service to share configs, errors, code and long logs.
• HelpChat Paste
Sure thing, here it is and thank you for your assistance on this.
Your offline, material, needs to be a completely separate item.
But with the same slot
https://github.com/HelpChat/DeluxeMenus/blob/master/gui_menus/serverselector.yml Take another look at this, see how vanilla-server and vanilla-offline, are two different items, but are on the same slot, an the vanilla-server has a higher priority.
Well now we are getting there. I made it's own slot and the gray dye shows now, but it should be green. Not the result I am looking for, but that is progress.
Yeah I have been studying that actually
Do /papi parse me <the placeholder> Does it return the correct output?
i have now had 2 plugins for announcing die on me, where it resets the yml file and i have to retype every message again.
Working well, but then after like few restarts it just dies on me
can anyone recommend me one, not insane or messageannouncer plaese
Creating a plugin that hooks into autosell, if I want to make it when player breaks a block so the sold block value by autosell gets doubled
Does anybody know >.<
if (AutoSellAPI.isInAutoSellMode(player)){
}```
https://www.spigotmc.org/resources/autosell-automatically-sell-your-items-while-breaking-blocks.65565/
outdated but check his github
or just try and and see if it works with 1.16
Thats a skript
Might still be some info in it
I want to use AutoSellAPI how can that exactly help me?
Not even the same plugin
just trying to help mate, i dont know how to code...
some help is better then none
I am puzzled, this should work based on the example and the requirements. It is identical to the example. The offline shows, but online doesn't. I even tried the output with and without formatting.
'hub01':
material: LIME_DYE
slot: 11
priority: 1
update: true
view_requirement:
requirements:
hub01_online:
type: string equals ignorecase
input: '%mvdw_isonline@localhost:25571%'
output: '&aonline'
display_name: '&e&lHub 1'
lore:
- '&7Players: %server_online_Hub01%/150'
- '&7Status: %mvdw_isonline@localhost:25571%'
- ''
- '&b➥ Click to connect!'
left_click_commands:
- '[close]'
- '[message] &b&lHold on tight! &7Sending you to: &e&lHub 1'
- '[connect] HUB01'
'hub01_offline':
material: GRAY_DYE
slot: 11
priority: 2
update: true
display_name: '&e&lHub 1'
lore:
- '&7Status: &c&lOFFLINE'
- ''
HA! Well if I invert the type to "!string equals ignorecase" then it works perfect. Odd
Well I am curious if the output is including any formatting that is added to the value of the placeholder.
I am playing around with and without the formatting, but it doesn't seem to matter
Is it needed tho, as you can just set it up as it ?
'1': material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODQ0OWI5MzE4ZTMzMTU4ZTY0YTQ2YWIwZGUxMjFjM2Q0MDAwMGUzMzMyYzE1NzQ5MzJiM2M4NDlkOGZhMGRjMiJ9fX0= slot: 19 display_name: '&6&lSurvival' update: true lore: - '' - '&eServer is currently: %pinger_online_0.0.0.0:29962%' - '' - '&e▶ General server description:' - '' - ' &fSurvival mode is the game mode of Minecraft ' - ' &fin which players must collect resources, ' - ' &fbuild structures, battle mobs, manage hunger, ' - ' &fand explore the land in an effort to survive. ' - ' &fThis server has new and improved functions! ' - '' - '&e▶ Current Features And more:' - '' - '&6■ &fBig World' - '&6■ &fClaim System' - '&6■ &fPvP - Pve' - '&6■ &fDaily Rewards' - '&6■ &fAuctionHouse' - '&6■ &fBalanced Economy' - '&6■ &fStats' - '&6■ &fCrates' - '&6■ &fCustom Enchants' - '&6■ &fToken Systems' - '&6■ &fUnlockable Worlds' - '' - '&e▶ Players online: &f%pinger_players_0.0.0.0:29962%' - '' - '&a» Click to Connect «' left_click_commands: - '[connect] survival' right_click_commands: - '[connect] survival'
It's not needed, but I am setting up showing two different items depending on if a lobby server is online or offline.
Yeah, just use priority depending on permissions ?
That is what I am doing, setting up the view requirements for if it is online
view_requirement:
requirements:
vanila_online:
type: string equals ignorecase
input: '%pinger_online_127.0.0.1:25565%'
output: '&aOnline'
like that ?
Yeah I am modeling it from that example, look at my code above.
Have your tried the ping function, as that seems to be what they use too ?
i dont know what that mvdw is
it's not the placeholder, the one I use works fine and actually pinger is outdate and broken.
Yeah, but it's not working like you think.
Dunno, i just have it showing when server is online and offline. And then i have the Server is currently: %pinger_online_0.0.0.0:29962% in more lore aswell
Problem isn't the placeholder, it works fine. It just for some reason doesn't think the output matches. I tried it with the %pinger_online_ too and still the same result. It is strange.
I have tried this....
type: string equals ignorecase input: '%pinger_online_@localhost:25571%' output: '&aonline'
Now if I invert the type where it looks for anything but the output like this it it works. So that is awkward.
type: "!string equals ignorecase" input: '%pinger_online_@localhost:25571%' output: '&aonline'
you have tried parsing the placeholder correct? /papi parse me %pinger_online_@localhost:25571%
what is placeholder for ping? and what expansion
%player_ping% from the Player expansion
Yeah placeholder parses correctly. I changed the type totype: string contains instead of type: string equals ignorecase and it works fine now.
Ic. I have a theory and that is that output doesn't parse colors so you might need to use § instead of &
this is just a theory so not 100% sure
but if the other one works
Well your theory probably isn't to far off considering I thought about it too. It certainly wasn't working with the conventional formatting and I tried it both with and without the formatting.
The strange thing is the example shows it with output: '&aOnline' which may or may-not be accurate now. Oh well, it works with the other type.
The only thing I can think of is since it was ignorecase and the value of the placeholder is caps, it should ignore that, but it may not have liked the formatting before it it I.E. &a&l
ignorecase doesn't ignore bold btw. so if your text was bold you do need to check for that
Yep, it was
I did add it, but still didn't like it. Worked if I inverted the type though. HA!
yeah so probably wasn't matching then. not sure what
Exactly!
I tried every possible combo and no marbles. Oh well, I got it working though with the other type.
can you just try string equals ignorecase Offline offline
so no placeholder or anything
or can you just live using string contains instead?
Yeah let me test that
Works when I just throw some static text in. I even mixed it up and tried it this way.
type: string equals ignorecase input: 'Online' output: 'ONLINE'
So tells me it didn't like the formatting from the placeholder value and it wasn't as simple as I thought.
yeah then probably the placeholder has some hidden characters or something like that
Exactly! That is what I am thinking too
Yep!
Because it is still looking for the value of Online otherwise it will fallback to the other one.
Which is strange because I used the same output formatting for it as well.
can i use arg in placeholder %checkitem_{first}% ?
you should be able too yes.
i use %checkitem_amount_mat:{first}% with /shop COBBLESTONE its return me with yes
oh wait
nvm
xd
hey i need help with delux menus
when i reload the plugin my menu doesnt show up
anyone ?
Also how do I use arguments
anyone know anything about allow-block-break (custom block break) how do you set it since im tryna make my wheat farm public!
*world guard
its not in their since allow-block-break is in WorldGuard Extra Flags
FunnyCube can you help since i see you helped people in the past
Please respect the rules, be patient and don't ping staff members!
I tried this [04:47:36 INFO]: MrShadow1337 issued server command: /rg flag spawn allow-block-place wheat_seeds
but it didnt work
@floral sundial You know anything
r u aware that allow-block-place is only available in WG6?
yes
is this right
what's your server version?
wait why do you use WG6 on 1.16.5 tho?
My wg version is 7
ah
I don't think. at least not according to their spigot page
you'll have to contact the devs of WGEF and see if there's anything you can do
to make it work in wg7
well then it will probably just break. its really not recommended
I don't recommend it either
do they not offer support in their discord server anymore tho? I haven't used it in a while but I think the community still helps
show up where?
@proper bane allow-block-place is not a valid flag in WG7
The docs don't have any mention of it
Yeah Beta told me 😦
its WG Extra Flags. but yeah doesn't work with wg7 anyways
In the /dm list
The only menu there is a menu called menu
Which I can’t find in the files
that's bcz there's a bug currently that lists the menu's commands not names
a fix was made just needs to be pushed
Is their a dev build ?
not yet no.
Someone can tell me why mi server keeps Stopping? I know it has lots of errors, but i cant figure out which one is the one stopping it.
Logs: https://paste.helpch.at/bokefopovo.md
Are you 100% sure you're using the right versions of plugins for 1.8?
Most of these errors seem like they are trying to do stuff for newer versions
I noticed that, but i made it for 1.8 versions
ohhh what Java version are you using
Really?
Yes
Open a terminal and type java --version
java 16.0.1 2021-04-20 Java(TM) SE Runtime Environment (build 16.0.1+9-24) Java HotSpot(TM) 64-Bit Server VM (build 16.0.1+9-24, mixed mode, sharing)
I were wrong
which prevents reflection, so a ton of older plugins don't work
that was the one i uninstalled
obviously not, if it's still installed lol
uninstall java 16 and it should be a-okay
So were do can i downlaod the java 8 one
so Where*
I would recommend Java 11, not 8
Hello, I have a problem with a menu, I want to make it only let click the icon if it meets the requirements, which is to chip 100 stone, but also, without having chopped that, let me press it
A member of staff has requested I move your message to a paste,
Most likely beacause it contains a config/error/code snippet.
Where I put the check item extension from deluxe menus?
your spacing is completely wrong
also you're missing requirement names
what do you mean?
You mean the extension from PLaceholderAPI?
you don't need to put it anywhere just /papi ecloud download CheckItem
Deluxe Menus.
then /papi reload
'Usuario+':
material: crimson_roots
slot: 11
priority: 1
update: true
hide_attributes: true
display_name: '&3&lUsuario+'
lore:
- '&3Requisitos'
- '&3Piedras picadas %statistic_mine_block:stone%/100'
- '&7Otorga:'
- '&7Kit usuario+'
- '&7Prefijo'
view_requirement:
requirements:
type: has permission
permission: warp.permiso.permiso
deny_commands:
- "[message] &8[&9VanillARG&8] &cNo tienes permiso!"
left_click_requirement:
requirements:
stones:
type: equals ignorecase
input: "%checkitem_mat:stone,amt:1000%"
output: "yes"
deny_commands:
- "[message] &8[&9VanillARG&8] &cNo completaste la misión"
left_click_commands:
- '[console]lp user %player_name% parent set usuario+'
- '[close]'
- yaml
that's still not good enough. I Sent you a paste bin with how it should look
Yes, I used yours, but it still doesn't detect the requirement
well this is not mine
left_click_requirement:
requirements:
stones:
type: equals ignorecase
input: "%checkitem_mat:stone,amt:30%"
output: "yes"
deny_commands:
- "[message] &8[&9VanillARG&8] &cNo completaste la misión"
left_click_commands:
- '[console]lp user %player_name% parent set usuario+'
- '[close]'
yours doesn't have left click commands
do /dm reload and check the console
[10:25:30 WARN]: [DeluxeMenus] Requirement type at path: items.Usuario+.left_click_requirement.requirements.stones is not a valid requirement type!
type: string equals ignorecase
Thanks, now it happens to me that I reach the required, and I pass it, and it still tells me not to complete mission
?paste
Paste Services
When asking for help with a config/menu/code issue please use our paste bin:
(we prefer it over pastebin.com)
• HelpChat Paste - How To Use
send the menu
Excuse me, you are assigned to have the item in inventory, is there a placeholder that tells you that you have to break 30 stones? and not have them in inventory
oh. well there is the %statistic_mine_block:<material>% placeholder
you could try and use this.
How do I assign the amount to be broken?
use the >= type instead of string equals ignorecase
type: '>='
input: '%statistic_mine_block:STONE%'
output: 100```
thx!!
is there any way that those with other rank, like 'vip' won't let them claim this?
just use the !has permission type
so type '!has permission' permission: group.vip
this won't allow VIP to click/view
whatever
but can you put two requirements on the left click?
u can put as many as you want
what's a server tunel?
well if u cant open ports, u open like a cmd, and it gives you an ip and u can connect to that ip to your own minecraft server
ah
left_click_requirement:
requirements:
type: has permission
permission: group.Default
deny_commands:
- "[message] &8[&9VanillARG&8] &cSos un rango más elevado"
stones:
type: '>='
input: "%statistic_mine_block:stone%"
output: 100
deny_commands:
- "[message] &8[&9VanillARG&8] &cNo completaste la misión"
throw me error
bcz your spacing is bad again
left_click_requirement:
requirements:
perm:
type: has permission
permission: group.Default
deny_commands:
- "[message] &8[&9VanillARG&8] &cSos un rango más elevado"
stones:
type: '>='
input: "%statistic_mine_block:stone%"
output: 100
deny_commands:
- "[message] &8[&9VanillARG&8] &cNo completaste la misión"```
and you didn't have a requirement name either
Now it happens to me, that being the same a higher rank, it lets me use it the same, my ranks are platinum, diamond, netherite
left_click_requirement:
perm:
type: has permission
permission: group.Default
deny_commands:
- "[message] &8[&9VanillARG&8] &cSos un rango más elevado"
stones:
type: '>='
input: "%statistic_mine_block:stone%"
output: 100
deny_commands:
- "[message] &8[&9VanillARG&8] &cNo completaste la misión"
left_click_commands:
- '[console]lp user %player_name% parent set usuario+'
- '[close]'
could someone tell me how to add this "minecraft:stained_glass_pane" to DeluxeMenu, I tried using the id 160:7 but it isnt working 🤔
Whats the permission for a multiplier on auto sell?
?dm-filler
filler-item:
priority: 100
display_name: ' '
material: GRAY_STAINED_GLASS_PANE
slots:
- 0-53```
tried this but it isnt working
items:
'1':
material: GRAY_STAINED_GLASS_PANE
slot: 0
display_name: ''
what version are you on
1.12.2
?materials
ah so it's just STAINED_GLASS_PANE
what about the color?
and I am not 100% sure how to set the color
anyone else knows?
data or damage, cant remember which one
so like data: 14 for red glass panes for example
did i not?
yes
but
items:
'1':
material:STAINED_GLASS_PANE
data: 14
slot: 0
display_name: ''
dis good?
yup
ty men
and another question lol
is there a way to set like
slot: 0-8
because I dont want to copy and paste for like 50 slots
?dm-filler
filler-item:
priority: 100
display_name: ' '
material: GRAY_STAINED_GLASS_PANE
slots:
- 0-53```
yes
im stupid again
'1':
material: STAINED_GLASS_PANE
data: 7
slots: 0-8
yes yes or no no?
new line pretty sure
for deluxemenus, is it possibly to have a custom item (that is in my hand) to be put into the menu to be sold? I have a food plugin that uses player-heads to make edible food, and I want to be able to sell the heads (food) through the menu
Guys, I'm making a store with this plug-ins and how can I make the menu to have the number of blocks, for example 5 or 10 ???
@everyone
just wait for a reply lol
okey
have you looked in the wiki?
yes, I didn't find anything
(DeluxeMenus)
right_click_requirement: requirements: Item: type: has item material: stone amount: 64
What am I doing wrong? This requirement is completely ignored for some reason.
you are not op?
I am op on the server
that way not works for you probably. try with out op
seams to be right at least, no errors or msg in console?
@proven bluff Thanks ))))))
no errors
?
is the problem is not check or something else?
what?
it not check if you has the items (if i´m not wrong it check the hole inventory)?
I don't have any stone but the commands still run
alrigt, can you send that item with this requirement , soo rest is ok?
hi
Does anyone know how i can make DeluxeMenu's check for multiple permissions with view_requirement:
Hey cuties! I'm wondering if it's possible to set a date - date instead of just a starters-date
'true': 'yes'
'false': 'no'
date_format: MM/dd/yy HH:mm:ss
debug: false
cooldown: 86400000```
Is refresh not working anymore?
[refresh] is not updating the DeluxeMenu screen at the moment, i even downloaded the latest Dev build to see if it was fixed.
Possible to make the deluxtags to 1.16?
refresh works when you click something
So I'm using DeluxeChat on Velocity - and I've enabled the global chat feature. How would I go about using different colours for Local and Global chat messages? Seems to only accept one colour for both.
To get help with that premium plugin you'll need to first link your spigot account:
• See #spigot-linking for more info.
How i can give a renamed item in deluxemenus?
Yeah and it's not working
I've used it in the past, does it only refresh that one single slot number
Right now i'm just handling it by closing the menu and havign a 2 second delay to reopen the menu and update the entire thing
I remember using [refresh] months ago and it was working just fine updating thing as i clicked but it's not working in that manner anymore maybe.
i have a question for you epic gamers
im trying to set this code up where it wont let me remove a specific armor slot (chestplate) and the way i have my code setup rn its just not letting me move anything in my inventory at all
I have a menu that is a hub selector which updates every 30 seconds, least it is suppose to, seems it updates every 5 seconds regardless what the update interval is set at. Anyways, when I click on the item, it takes a few seconds for that menu to open. Is that normal for menus that update?
My other menus open instantly, the only difference is they don't have an update_interval so I am curious of that is the reason why and if there is a way to fix it so it opens instantly?
Not sure where this message is coming from "Connecting to server"?
Is there a placeholder for placeholder that returnes a number of players in a world?
I installed the expansion but all I am getting is the placeholder back not a number
Can anyone tell me which plugin this placeholderapi belongs to? %mph_localtime%%mph_twelve% %mph_time%
i need help with BlockQuest
second on the list
can someone send me a free 1.16.5 vehicle plugin that is 100% in english please
@vale sky u know better
Please respect the rules, be patient and don't ping staff members!
How do I make a server where both Java as well as Bedrock players can play?
I basically want to make an SMP. 2 of my friends are Java, one of them doesn't have a computer, so plays Bedrock.
theres a plugin called geyser iirc
why i use %checkitem_mat:GRANITE% but its return no even i have it?
or im using 1.12.2
hmmm
What are the recommended plugins for a SMP server of just a few friends? Just looking for standard things that'll help functionality and flow, like sleep.
I just updated to latest dev version of essx and now I get this error https://paste.helpch.at/iwiwibeloc.sql
hey one question, is there a way to give the player their had as an item (i need it to perform a command /stats and that will open a deluxemenus menu)
@devout templeplayerhead 1 player:Notch
thanks
'helmet':
material: netherite_helmet
slot: 11
priority: 1
update: true
hide_attributes: true
display_name: '&3&lCasco FFA'
lore:
- '&3%playerpoints_points%/100'
view_requirement:
requirements:
type: has permission
permission: warp.permiso.permiso
deny_commands:
- "[message] &8[&9VanillARG&8] &cNo tienes permiso!"
left_click_requirement:
puntos:
type: '>='
input: "%playerpoints_points%"
output: 100
deny_commands:
- "[message] &8[&9VanillARG&8] &cNo completaste la misión"
left_click_commands:
- '[console]kit ffa %PLAYER_NAME%'
- '[close]'
Hello, could you help me, it does not detect the KIT PLAYER_NAME, nor the requirement to press left click
@thin niche add a space after [console]
thx
Could you solve what the left click requirement detects me
you are missing "requirements" above puntos
what?
left_click_requirement:
requirements:
type: '>='
input: "%playerpoints_points%"
output: 100
deny_commands:
- "[message] &8[&9VanillARG&8] &cNo completaste la misión"
still not walking
PLEASE someone help me find a free vehicle plugin for 1.16.5... most of the ones i find are either abandoned or paid. https://www.spigotmc.org/resources/✈️vehicles-no-resourcepacks-needed.12446/ i wanted this its 10 euros tho, and i got no money
im looking for a plugin that i can run commands on a gui
You're not going to find a free one @stiff flower 🤷♂️
ik
things cost money, especially something as big and as complex as a vehicle plugin
lol
Plugin Dev: Spends hours making an amazing complex plugin with many features and begins to sell it for an affordable price.
Newbigy: But free?
"%essentials_kit_time_until_available_x%" some times I get 0 in kits where have a cooldown of 30 days. Why and How can I solve that?
To get help with that premium plugin you'll need to first link your spigot account:
• See #spigot-linking for more info.
Anyone got any idea about what causes this error in DeluxeMenus / what could cause it, before I spend some time de-bugging?
> [11:51:44 WARN]: Exception in thread "Craft Scheduler Thread - 38292"
> [11:51:44 WARN]: org.apache.commons.lang.UnhandledException: Plugin DeluxeMenus v1.10.5 generated an exception while executing task 79815801
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
(I know there should be more here, but it doesn't print for some strange reason)
?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.
Send that
Sadly I can't, it contains player IPs, with far too many to just remove.
A restart seems to have sorted it out anyway so it must just have been a bugged task
I'm aware, but our logs look a little funny, making it a pain.
If it has IP addresses in it, they can be matched no matter how funny your logs look lol
I mean sometimes they have random UTF chars in the middle, sometimes they don't.
Hey quick question. If you have a 1.16 minecraft server with ViaRewind, and someone connects with a 1.10 (for example), what happens to 1.16 blocks? (like the soul lantern)
they turn into stone iirc
DeluxeMenus + Java 16
Hey all, as I'm sure you're aware, the Minecraft 1.17 will have a Java bump from 8 to 16. If you're interested in testing DeluxeMenus to ensure everything works properly on your server via Java 16 (Java 11 should still work too), please download this jar and test it out! If everything goes well, we should be ready to go!
ill test it
[DeluxeMenus] No type set for requirement: deny_commands for path: open_requirement.requirements.deny_commands
[DeluxeMenus] No type set for requirement: type for path: open_requirement.requirements.type
[DeluxeMenus] No type set for requirement: permission for path: open_requirement.requirements.permission
Can someone help me fix these errors?
.
you has not set it up right. paste your menu.
?paste
Paste Services
When asking for help with a config/menu/code issue please use our paste bin:
(we prefer it over pastebin.com)
• HelpChat Paste - How To Use
A member of staff has requested I move your message to a paste,
Most likely beacause it contains a config/error/code snippet.
Heeyeyy
How do I remove "Thing" when I place the cursor on this item - mojang_banner_pattern
try this display_name: "Name Here"
Nooope, u misunderstood me )
Check it
The problem is not "display_name". The problem is the text below, which I can't get rid of in any way :)
check the link 🙃
I'm already looking 👀
do this hide_attributes: true
I looked it up.. but I don't understand what would help to remove this text😬
It's not an enchantment, this item is a banner pattern (https://imgur.com/a/HAg1CcB)
That's not it, I've already checked. The text is not missing )
can you paste you menu config here
I didn't link hide_enchantments, I linked hide_attributes
it didn't work?
nope
'123':
material: mojang_banner_pattern
slot: 1
display_name: 'display_name'
lore:
- ''
enchantments:
- ARROW_DAMAGE;1
hide_attributes: true
hide_enchantments: true
😬
one minute
I don't think we can change that
do this one flower_banner_pattern
Yea i use that and it remove the lore, if it that TS what to remove.
Yea
Yes
It's just... it doesn't work either
Hm one second
'123':
material: flower_banner_pattern
slot: 1
display_name: '123'
lore:
- ''
hide_attributes: true
https://imgur.com/a/JJW0Sqh
Hey guys, I'm stumped, any idea on why this isnt actually reading the click requirements.
Wow im dumb
got it
That are strange. Hm i has remove that. Have to check my server to see how I done it.
Let me know as soon as you check and find out how to remove this text!
hide_attributes: true
hide_effects: true
I need help with my errors
I think is hide_effects: true you need in this case
your error?
[DeluxeMenus] No type set for requirement: deny_commands for path: open_requirement.requirements.deny_commands
[DeluxeMenus] No type set for requirement: type for path: open_requirement.requirements.type
[DeluxeMenus] No type set for requirement: permission for path: open_requirement.requirements.permission
paste your menu
Yeeeep
THANK YOU!!!
?paste
Paste Services
When asking for help with a config/menu/code issue please use our paste bin:
(we prefer it over pastebin.com)
• HelpChat Paste - How To Use
This can sounds a bit awkward, but I use a plugin called magic wich has a good lib of particle effects, but I want to make a effect to play on every entity's location when it dies, does somebody know any plugin that could help? Maybe conditional events...
I can say you dont need 10 black_stained_glass_pane you can use slots like
slots:
- 1
- 2
or
slots: - 1-10
and you has set it up not right in beginning with open_requirement: .
okay thanks
So I have a lot of yml files in DeluxeMenus is their a way to limited that
shall look like this (I perhaps not get it 100% right was not yesterday I work on the menus).
open_requirement:
requirements:
permission:
type: has permission
permission: deluxemenus.admin
permission1:
type: has permission
permission: deluxemenus.mainmenu
deny_commands:
- '[message] &cYou don''t have permission to do that!'
limit what?
nvm
If anyone could point me in the right direction I would definitely appreciate it! https://pastebin.com/XNR1svcq
@sonic coral it looks like you need AutoSell installed as the error is saying it can't find it.
Issue occurs when I mine using a pick with a blast enchantment, I downloaded autosell and no luck unfortunately. Appreciate it though!
To get help with that premium plugin you'll need to first link your spigot account:
• See #spigot-linking for more info.
Can someone help me. I cant get my autosell to not autosell beacons and not have fortune on them.
To get help with that premium plugin you'll need to first link your spigot account:
• See #spigot-linking for more info.
hello somebody
please help
im seaching for a bossbar plugin which stays forever
like toggle it
and it should be 1.8-1.16
TAB
um
it got a bossbar feature
https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Bossbar
tablist, yes, scoreboard no
unless you have the premium version
or use another plugin
With deluxemenus...
Is there a way I can give specific banners when someone clicks a button in the GUI.
ALSO
The main problem I can't figure out to work is to take an item with an enchant, a lore name and description and then give them a new item with same stuff.
I can give items with enchants, lore, etc. but I can't figure out how to take one... Anyone know how?
Im guessing I do this left_click_commands: - '[console] %checkitem_remove_mat:prismarine_shard,amt:1%'
Where in this sentence can i add lore name and description
is ezrankspro purchasable anywhere else besides spigot ?
anyone know alternatives for ezBlocks by clip for 1.16.5? need the blocks broken tracker & interval rewards feature (basically everything)
Does anyone know How to add 1 GOlden apple and 16 bottle of enchanting for voting with voting plugin for each site?
please i need help
@lost chasm
Are you using "VotingPlugin" plugin?
yes
is this right EverySiteReward:
Items:
Item1:
Material: EXP_BOTTLE
Amount: 16
Item2:
Material: GOLDEN_APPLE
Amount: 1
Lucky:
'50':
Items:
Material: NETHERITE_INGOT
Amount: 1
'20':
Items:
Material: FEATHER
Amount: 1
Name: 'The tickler'
Enchantments:
knockback: 4
and you're trying to make it so people get 16 xp bottles and 1 golden apple per vote?
Does this not work?
let me test
all g?
im testing sry
I got in a rush to make all this stuff my server got viral
i average like 20-30 players
nice
Can Someone help me
i Found a Grappling Hook Plugin, Which Is Like For survival Where you can craft and achieve it
but i want it a default item in my HUB
How do i do so?
if u got the item ID just use it as a item join
Is there a way to remove items from a players inventory in deluxemenu's?
like when someone clicks an item on the gui it removes say 4 diamond blocks from their inv
- '[console] clear %player_name% DIAMOND_BLOCK 4'
lmk if all g
hey
what is the placeholder for server date
like it shows June 2 wednesday
papi serve
papi server
uh
what is bot cmd
Are you expecting it to be "June and Wednesday"
So you want it to be text
?
what?
im trying to figure it out
date
yo chill
best I can do is "2021-06-02"
sure
%server_time_YYYY-MM-dd%
oh ok
I believe it's ? aswell
= for @wise lagoon
-papi for PAPI
what for @rapid herald
oh ok thx
thx
%server_time_<SimpleDateFormat>% Ok so this is in dd-MM-YYYY format?
should work
E?
yeah
what does that mean?
Day name in week
I said this was the best I could do but if you give me a few minutes I can try and find out a way
.. lol
idk, try and see?
oh ok
Didn't see this but yep
EE for shortened week and EEEE for full name
oh ok
if u just bought it then u will need to wait for the database to update
it works
i changed The Month June to numerical form
because it was like 02/June/2021
well thanks
that takes a fucking day
can't someone just manually verify me
well its updated manually because of issues we had before when it was auto
be patient please, if u see an admin online then see if they can update the database
@shadow iron :3
- '[console] %checkitem_remove_mat:prismarine_shard,amt:1%'```
In this sentence, how can i make it removed a custom lored and enchanted item
wdym by this?
=check @worthy zealot
Successfully checked that user for new purchases!
All updated.
so i have a check to see if they have the item, now, in that line, i need to remove that said item that im checking for, but I dont know how to check for an item with a specific name, description and enchant
So players can trade custom items for custom item
left_click_requirement:
requirements:
has_item:
type: has item
material: PRISMARINE_SHARD
enchantments:
- DURABILITY;10
data: 0
amount: 1
name: "&5&lHyvoid Crystal"
lore:
- "&3The Official Currency Of Hyvoid"
- "&3Use These Sparingly..."
deny_commands:
- '[message] &8[&5Hyvoid Shop&8] &fSorry You Dont Have These Items In Your Inventory'```
so currently if the player has the item what happens
This is what i got to check the item
Well in that line of code i showed u
Its just a simple prismarine item
So i have not tested it
oh
Because i know it wont work
have you tried namecontains:<text>
No, ive never done any of this before so idk what to use thats why im asking here how to do it
oh ok
try that
'[console] %checkitem_remove_mat:prismarine_shard,amt:1,namecontains:&5&lHyvoid Crystal%'
where do i put it in here; Grallow — Today at 10:44 PM left_click_commands: - '[console] %checkitem_remove_mat:prismarine_shard,amt:1%'
what I just sent should do
thanks
Please respect the rules, be patient and don't ping staff members!
ok sorry I can't thank staff for verifyng me
lmao, same thing happened to me
lmfao
is there an 1.16.5 ver for ezrankspro
someone told me that it's obtainable in the dsicord server only
lmk if it worked or not 🙂
Okay gimme a sec
Latest version should work fine
The menu wont work maybe i made a mistake somewhere
you forgot the -
Where?
Ahh
It wont open the menu when i do the command still
I dont think its loading in when i reload
I have 90 menus but 88 reload when i reload
damn lmao
So im guessing 2 of them, including this one is not working
could you PM me the DM file (config)
Dm you the menu?
yes
I'm confused
Okay the menu is working but when i try to buy the item, it says i dont have the hyvoid crystal in my inventory
What was the solution?
Nope
try removing &5&l
Wait i think i know why
Nope didnt work
This is my menu: https://pastebin.com/0gVrXsM2
I'll let you know if/when I figure it out
so the item is a "Prismarine Shard" named: "Hyvoid Crystal" with unbreaking 10?
&5&lHyvoid Crystal
And yes its a prismarine shard
I tried making the item again with the exact stuff it had in code
And it stacked with the ones in my inv
And yes unbreaking 10
Is this right? has_item: type: has item
It displays this message - '[message] &8[&5Hyvoid Shop&8] &fSorry You Dont Have A Hyvoid Crystal In Your Inventory...'
So I know that its not seeing that i have the item
So something in here right_click_requirement: requirements: has_item: type: has item material: PRISMARINE_SHARD enchantments: - DURABILITY;10 data: 0 amount: 1 name: "&5&lHyvoid Crystal" lore: - "&3The Official Currency Of Hyvoid" - "&3Use These Sparingly..." - "&4&lARTIFACT" deny_commands: - '[message] &8[&5Hyvoid Shop&8] &fSorry You Dont Have A Hyvoid Crystal In Your Inventory...'
Is wrong
I use lore
yep
my comp is so laggy rn
./lore add &3The Official Currency Of Hyvoid
./lore add &3Use These Sparingly...
./lore add &4&lARTIFACT
./uadd enchant unbreaking 10
While holding a prismarine shard
I can do all that in essentials I should be fine
Okay
requirements:
has_quarter:
type: has item
material: HONEY_BLOCK
data: 0
amount: 1
deny_commands:
- '[message] &8[&5Hyvoid Shop&8] &fSorry You Dont Have These Items In Your Inventory'```
I just found this
In another menu i made
has_quarter
Why did i use that
did this work?
No
just to make sure https://gyazo.com/d2671a8bcb55c43e907dfb75a4a7aa38 this is right
Correct
Found a solution
Ooo?
Well I guess as long as the lore is the thing that makes it work is fine
Because any player can change a name
But they cant change description
Find anything?
still trying
oh that part
You can use color/format codes in name and lore fields, but using § character instead of & character.
I replaced all & with § but it didnt fix it
if your item is enchanted it will still say no
Which item
in your inventory
What is it
Check out "HeroAction"
What is the solution?
the solution was staring at us from the beginning
can it be send to single users ?
I only see /heroaction broadcast
not something like /heroaction send <user> <message>
not sure, I only used it for a little bit
%checkitem_mat:prismarine_shard,amt:1,namecontains:&5&lHyvoid Crystal,loreequals:&3The Official Currency Of Hyvoid|&3Use These Sparingly...|&4&lARTIFACT,enchantments:unbreaking=10%
I used that
I'll skip it then.
Okay
left_click_requirement:
requirements:
has crystal:
type: string equals
input: '%checkitem_mat:prismarine_shard,amt:1,namecontains:&5&lHyvoid Crystal,loreequals:&3The Official Currency Of Hyvoid|&3Use These Sparingly...|&4&lARTIFACT,enchantments:unbreaking=10%'
output: 'yes'
deny_commands:
- '[message] &8[&5Hyvoid Shop&8] &fSorry You Dont Have A Hyvoid Crystal In Your Inventory...'
right_click_requirement:
requirements:
has crystal:
type: string equals
input: '%checkitem_mat:prismarine_shard,amt:1,namecontains:&5&lHyvoid Crystal,loreequals:&3The Official Currency Of Hyvoid|&3Use These Sparingly...|&4&lARTIFACT,enchantments:unbreaking=10%'
output: 'yes'
deny_commands:
- '[message] &8[&5Hyvoid Shop&8] &fSorry You Dont Have A Hyvoid Crystal In Your Inventory...'
material: APPLE
slot: 10
display_name: '§4§lThe Apple'
enchantments:
- DURABILITY;10
lore:
- '§3The Holy Apple Of All Apples...'
- '§3Its Applyness Is Off The Charts...'
- '§f§lCOLLECTABLE'
- ' '
- '§5§lRight/Left Click:'
- '§5§lAmount Buying: §f1'
- '§5§lPrice: §f1 Hyvoid Crystal'
left_click_commands:
- '[console] %checkitem_mat:prismarine_shard,amt:1,namecontains:§5§lHyvoid Crystal,loreequals:§3The Official Currency Of Hyvoid|§3Use These Sparingly...|§4§lARTIFACT,enchantments:unbreaking=10%'
right_click_commands:
- '[console] %checkitem_mat:prismarine_shard,amt:1,namecontains:§5§lHyvoid Crystal,loreequals:§3The Official Currency Of Hyvoid|§3Use These Sparingly...|§4§lARTIFACT,enchantments:unbreaking=10%'```
@timid python Like this?
And i change & to the other & yeah?
I sent it to you in your PM
Ahh i see thx
long shot, but... is it possible to set the material in a GUI to the head of the player that has it open?
oh, head-%player_name% nice
What am I doing wrong here? https://mcpaste.io/88e750eaf6d6b384
Does anyone know a resource that helps me make a command that has the player execute a separate command
like if I wanted '/hello' to do '/mcmmo stats' or something of that type
Silly question but how do you put quantities through deluxemenus. Ex: Show 64 Dirt Blocks instead of 1. I don't wanna be wrong and break my yml.
use your commands.yml file
ah that's fair.
you won't break the YML, it doesn't just explode if you do it wrong
Thanks for the help. 👍
Will that let me do things like /rankup in place for /ar check despite the second one there having an argument in it?
Ah, thank you!
who made the /spit plugin? Ik its one of the support members just cant remember who
/spit? didn't even know that was a thing
permission: helix.open.permit
^```
The YAML Parser is telling me to do this. I don't understand what it wants me to change
ah its made by funny himself
it means you have 2 things like:
permission: test
permission: test2
and yaml cannot have 2 of the same key in the same place
requirements:
permission:
type: has permission
permission: helix.open.permit```
How would I change this?
do u think he would add a /shit? I want a new perk for my subscription rank and want the same thing but to come out of ur butt and be cocoa particles
that'd be a totally different plugin
put it in #849215409295196180, I'd bet someone'd do it
How to disable autosells multipliers
This setting doesn't do anything
multipliers_enabled: false
How could I include double quote "" in a command output for DeluxeMenus?
I need to be able to do /lp user (user) meta setsuffix "" in order to give them an empty suffix and effectively clear any other suffix.
Haha, I missed the reply and discovered it myself like one min afterwards. Thanks for the reply either case!
Anyone that is running a server through a hosting service. Have you had the issue of your files not saving when you save them? Like, I make changes to a file, save it, then go back into the file and the old information is in there. Any and all help is appreciated.
I'd use FTP if you can, lot more stable than a web-based hosting service editor
It happens in my SFTP too. I save the file, it uploads, the SFTP refreshes, and the file has reverted back to before I editted it.
you must be getting an error or soemthing
maybe your user doesn't have write access
Hmm that does sound likely. Thanks for the help
I usually have to hurry and chmod a directory before I can FTP stuff into it
running venturechat, everytime someone messages someone, i get this error
[00:35:29 WARN]: java.lang.IllegalArgumentException: Invalid UUID string: wishywashyvevo
[00:35:29 WARN]: at java.base/java.util.UUID.fromString(UUID.java:215)
[00:35:29 WARN]: at mineverse.Aust1n46.chat.MineverseChat.onPluginMessageReceived(MineverseChat.java:1134)
[00:35:29 WARN]: at org.bukkit.plugin.messaging.StandardMessenger.dispatchIncomingMessage(StandardMessenger.java:455)
[00:35:29 WARN]: at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:3051)
[00:35:29 WARN]: at net.minecraft.server.v1_16_R3.PacketPlayInCustomPayload.a(SourceFile:44)
[00:35:29 WARN]: at net.minecraft.server.v1_16_R3.PacketPlayInCustomPayload.a(SourceFile:9)
[00:35:29 WARN]: at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:43)
[00:35:29 WARN]: at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18)
[00:35:29 WARN]: at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136)
[00:35:29 WARN]: at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23)
[00:35:29 WARN]: at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109)
[00:35:29 WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1212)
[00:35:29 WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1205)
[00:35:29 WARN]: at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119)
[00:35:29 WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1181)
[00:35:29 WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1025)
[00:35:29 WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:177)
[00:35:29 WARN]: at java.base/java.lang.Thread.run(Thread.java:834)
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
#spigot-linking If you're wanting help with a premium plugin.
can anyone help my menu isnt working
Plugin: DeluxeMenus
Is there a way to add cooldown to a item on a menu? Example if I wanna make a daily reward and players can only claim every 24h.
Like they need a cooldown to click that item
Menu:https://paste.helpch.at/zurozixaxi.bash
Log:https://paste.helpch.at/guqiwifowa.md
Pls Help ME
k lemme see
&f&l»&7&l» &8SkyBlock | Menu &7&l«&f&l«
This Right??
aa k
When I use litebans on a bungeecorded network, when I do /dupeip everyone that has joined shows up under the same user. When banning someone's IP, it bans everyone. Does anyone know how to fix this?
u need to enable smthing in config.yml of bungeecord
i dont exactly remember but
I don't use litebans on the proxy server. They are linked through a mysql
Does that matter?
ye but in a bungeecord network when u ip ban someone without that option enabled it bans everyone
i cant rn
ah okay
and m not that familiar with litebans since i use advanced ban or alice punish command
So, I'm in need of some help with the EZBlocks plugin, I'm trying to reset my server, but it appears the database is keeping all my users information stored, I tried deleting the plugin, and the stats.yml but nothing is appearing to work. I'd hate to reset 3,000 users manually.
So... delete the database then?
Where can I find dev builds for DeluxeTags?
Pinned in this channel
Thanks, does it support hex?
yoooo angry barry!
Oh, my bad.
I don't think so? Not 100% sure
I did delete the database.
What kind of database is it
It was never hooked up to a database, its a simple just MySQL (default configurations)
enabled: false
hostname: localhost
port: 3306
database: ezblocks
prefix: ''
username: root
password: ''```
It's even enabled: false I'm not too sure how to remove everyone tho.
if it's enabled: false then it's using a flatfile of some sort
so you'd need to delete that wherever it is
Not sure where it would be located, as it’s the default configuration. So, I’m not sure I deleted the stats.yml but it seems to keep saving the data.
@modern narwhal change db name and test if data’s still saved
Is it possible to hide music disc attributes, IE the name of the disc?
Hey anyone know of a plugin for 1.12.2 for prison servers so when you rightclick on a pickaxe you can set it to a custom command?
and vise-versa anyone know of a plugin which that if you execute a command you must be holding a specific item or you will get an error message in chat?
Tag me please.
for the second, u could probably use MyCommand, if it supports requirements then use placeholderapi to get the item in hand
ty
Hey, I got a question... When DeluxeChat is gonna have support for RGB? I want to buy that plugin, but that thing makes me wonder about it...
To get help with that premium plugin you'll need to first link your spigot account:
• See #spigot-linking for more info.
On the plugin page doesn't mention that it supports 1.12.2 should I assume it does?
Please respect the rules, be patient and don't ping staff members!
or is there any development build with RGB support for people, who bought it? 😄
I know MyCommand but wdym? How can I use it
Please respect the rules, be patient and don't ping staff members!
im just guessing with mycommand idk if it does have requirements
Yeah
the ItemCommands plugin does not work well with 1.12
I just changed the command and reloaded and it still does the original command that came witht he config
Hello, I was looking for some help with DeluxeMenus currently I am trying to have two requirements however the permission requirement is not working and is easily being bypassed.
Hello I have a problem with DeluxeMenus 1.12.1
material: 'basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDBjZDcxZmJiYmJiNjZjN2JhZjc4ODFmNDE1YzY0ZmE4NGY2NTA0OTU4YTU3Y2NkYjg1ODkyNTI2NDdlYSJ9fX0='
data: 0
amount: 1
slot: 14
priority: 1
enchantments:
- 'SILK_TOUCH;1'
hide_enchantments: true
left_click_requirement:
requirements:
tokens:
type: '>='
input: '%javascript_tokenenchant_token%'
output: '100000'
deny_commands:
- '[message] &3&lINFO &b➥ &fYou do not have enough tokens to purchase this pet!'
display_name: '&3&lFish &7&opet'
lore:
- '&7&o (( Cost: 100,000 Tokens))'
- '&7&o (( Balance: %javascript_tokenenchant_token% ))'
left_click_commands:
- '[console] fishypets give %player_name% FishPet'
right_click_commands:
- ''``` This works only for me and not for everyone else?
Does anybody know why?
I'm not even opped
Any error on console?
Nope
I think this doesn't work view_requirement: requirements: tokens: type: '>=' input: '%javascript_tokenenchant_token%' output: '50000'
It works only for me lol thats so weird
Other players even opped ones, it doesn't work for them
Anyone?
Even tried this
requirements:
tokens:
type: '>='
input: '%tokenenchant_token_num%'
output: '50000'```
Hi there im new to mods in gta and trying to install a clothing and car mod for lspdfr but not sure where im going wrong anybody available to help
This is a Minecraft plugin community
https://paste.helpch.at/odotuyuhup.css
Help me with error, Paper 1.8.8.
hi i need some help with my discord server
MythicMobs plugin breaks when I reload the plugin
@eternal stump I just recommend making your own :/ chat is very easy
Sorry, I'm not a Java developer 😅
It's simplier to buy plugin from Spigot.
Ah I guess
Please help with this
Don’t reload plugins restart the server
but it should work without restarting
Well since it doesent either find the error in your terminal or do not reload it
Send error
https://paste.helpch.at/iyaqayazuv.cs this when I first reload
I recommend not reloading if you don’t have src to handle these errors
Easiest fix....
It's working perfectly for my friend though
Anybody have any premade menus for Deluxe Menus?
There was one on mc market but it was outdated.
People appreciate their work, especially if this menu turned out to be perfect. No one will give you anything for free.
Never said it'd be free <3
On the wiki there is an example of how to do it. Go do it. Good luck.
That's where we should have started )
I have the same problem.
I can open a direct with anyone, but not with you 🤨
Is it possible to hide music disc attributes, IE the name of the disc?
Hello, is there a plugin that allows players to create shops to sell items they have
Yes, there are a lot of them, look for the one you need. You can also do it through DeluxeMenus.