pixel_life
AAdmincraft
•Created by pixel_life on 8/27/2023 in #questions
Can't use /spark profiler open
The profiler is running.
After typing /spark profiler open: see attached
24 replies
AAdmincraft
•Created by pixel_life on 8/11/2023 in #questions
DeluxeMenu remove item from player inventory
https://wiki.helpch.at/clips-plugins/deluxemenus/options-and-configurations/requirements#has-item
You can check to see if the player has the item in their inventory when clicking a deluxemenu button, but how can you remove the item from their inventory? tysm
12 replies
AAdmincraft
•Created by pixel_life on 8/11/2023 in #questions
Conditional Events Check if item is in inventory?
using CE, on the execution of a player_command event, can you have a condition that checks the user inventory or hand contain an item? I can only see checking armor slots on the documentation. ty
7 replies
AAdmincraft
•Created by pixel_life on 8/7/2023 in #questions
Jobs Reborn Questions
Hi - two questions:
How can you disable the "more info" on job GUI from showing price of each ore for example?
Is it safe to use -1 as a GlobalBlockTimer for PlaceandBreak protection or could this cause major issues over time? What's the best way to make sure people only get money and xp once per ore?
How does it work to store the data whether the player has broken the block already or not?
9 replies
AAdmincraft
•Created by pixel_life on 7/23/2023 in #questions
How can I center a message?
Chat or tellraw, how can I center a message?
2 replies
AAdmincraft
•Created by pixel_life on 7/22/2023 in #questions
How to drop sand from the sky?
I used FAWE
//replace air 75%air,25%sand
but the blocks float so I use //fall
and they teleport to the ground.
How can I spawn in a random number of sand that will have gravity and fall normally?16 replies
AAdmincraft
•Created by pixel_life on 7/22/2023 in #questions
FAWE enable block gravity?
How do you set blocks with FAWE but enable gravity? Sand just floats there.
12 replies
AAdmincraft
•Created by pixel_life on 7/19/2023 in #questions
Generate rectangle/square in world edit/FAWE?
What is the equivalent of //cyl and //hycl for a square shape?
You must stand in center, not select corners.
5 replies
AAdmincraft
•Created by pixel_life on 7/14/2023 in #questions
LuckPerms: How to add a parent group without setting it as primary group?
/lp user <name> parent add <group>
sets it to primary instead of the previously primary group. how to prevent this? without needing to revert?26 replies
AAdmincraft
•Created by pixel_life on 7/12/2023 in #questions
No longer receiving [Server thread/INFO] messages in console from ExcellentCrates
About 3 days ago everything worked fine and I haven't touched anything I can think of to effect this.
With Excellent Crates when you /crate key give <user> <name> <amount> it would previously show this in the console:
[07:40:50] [Server thread/INFO]: [ServerName] » Given x1 of Vote Crate Key key(s) to <Username>
All of a sudden this message no longer displays when a crate key is given, but the users get and can use the keys.
Extra info: I tried with a player entering the crate key give command, and it doesn't show. but the main focus is when the voting plugin executes the command, it used to show in console when the crate was added but not anymore. neither plugin has been update or configuration changed.
18 replies
AAdmincraft
•Created by pixel_life on 7/8/2023 in #questions
Player error message
https://mclo.gs/qnnqkLN
Any idea what this is?
19 replies
AAdmincraft
•Created by pixel_life on 7/3/2023 in #questions
What is causing these messages in chat?
23 replies
AAdmincraft
•Created by pixel_life on 6/28/2023 in #questions
Can't search items in PlayerAuctions with ProtocolLib
Using PlayerAuctions version 1.22.3 and latest ProtocolLib.
When you click the sign to search for items, nothing happens and this error pops up in console:
14 replies
AAdmincraft
•Created by pixel_life on 6/24/2023 in #questions
How can I use ConditionalEvents to play a sound for all players?
I'm looking at this feature https://ajneb97.gitbook.io/conditionalevents/actions#play-sound
But it says "Plays a sound to the player. " and only players to the player that triggered the command.
I've tried to use
/ce call <event>
to trigger it but it still only plays for the person who called it.
How can I play the sound to all players? Perhaps a way that I can trigger /ce call <event> for every player?
Can this be done by combining /ce call with something like /execute as @a run <command>
but I can only use vanilla commands this way?
Any alternative?12 replies
AAdmincraft
•Created by pixel_life on 6/20/2023 in #questions
Elder Guardians not dropping tide armor template
paper 1.20.1 elder guardians will not drop tide armor templates. it says 20% drop rate here https://minecraft.fandom.com/wiki/Elder_Guardian#Drops
any ideas?
6 replies
AAdmincraft
•Created by pixel_life on 6/17/2023 in #questions
How to disable curse of vanishing/binding enchantment?
How can this be disabled across the entire server so it just doesn't exist on any drops/loot or has no effect?
2 replies