Super
Super
AAdmincraft
Created by Super on 6/26/2023 in #questions
Server failing to start and crashing
No description
26 replies
AAdmincraft
Created by Super on 6/25/2023 in #questions
How to hide italicized name when in spectator mode in tab for non opped?
I thought Essentials automatically does that but guess not mb. I just want that. dont want a unique tab or anything so the more lightweight the better
7 replies
AAdmincraft
Created by Super on 6/24/2023 in #questions
Does the clay diamond trick still work in 1.20.1?
curiosu if it still works
17 replies
AAdmincraft
Created by Super on 6/22/2023 in #questions
Goat Horns not heard more than 20 blocks. How to fix it?
hey. i have an smp and we finally got goat horns but the other person could only hear it when he was loaded in, barely any blocks away. Any idea how I can make it be heard farther? Isn't it supposed to be heard from 256 blocks away? (1.20.1)
8 replies
AAdmincraft
Created by Super on 6/18/2023 in #questions
MyCommand Overlay Feature Support
Hey. I could really use some help in mycommand, particularly with the overlay feature. So I'm trying to make it so when you mute a player (I use Litebans), it gives them a permission like player.is.muted. I'd like to use that for various different commands and features later on. Anyways, I came across the overlay perfect and it seemed absolutely perfect for what I needed. However, it's not working. This is what I did, and when executed (after having tried both a restart and a command reload), the mute command function normally as though there is no overlay. I also tried it without the ' ' on each line under runcmd.
mutedperm:
command: /mute
type: RUN_COMMAND
runcmd:
- '$RUN_CONSOLE$lp user $arg1 permission settemp player.is.muted true $arg2'
- '$text$hi'
overlay: true
mutedperm:
command: /mute
type: RUN_COMMAND
runcmd:
- '$RUN_CONSOLE$lp user $arg1 permission settemp player.is.muted true $arg2'
- '$text$hi'
overlay: true
Aditionally, the gamemode example on the wiki isn't working. I copied it word for word, reloaded, and when i did /gamemode creative, it just put me in creative without executing the overlay first. The only time the overlay worked was when I replaced /gamemode with /sun for some reason, and it worked. I even tried it with /fireball, and it didn't work then either. I'd really appreciate any help with this
12 replies