Jump to content

Captainclimber

Member
  • Posts

    19
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

598 profile views

Captainclimber's Achievements

Newbie

Newbie (2/6)

3

Reputation

  1. I'm assuming your typing "/op (player)" and "/help" in the console. Instead, type "op (player)" without the slash. The console automatically puts a slash in front of anything you type in.
  2. You can't read past log files, however, you can always view the latest log file titled "latest". This file specifically logs text since the last server start. You can open this file in the logs folder at the very bottom of the log list.
  3. If you are trying to create a server with mods, unfortunately Minehut does not support this feature.
  4. You can't delete a server, but you can reset it. In the Danger Zone tab in the server panel, there is a Reset Server button. If your server is online at the time you reset it, make sure to restart the server for changes to be applied.
  5. You can't get the nearest player(@p) in a command block with essentials alone. However, you can use minecraft methods to make the player execute the command themselves. For example: /give <your name> oak_sign{BlockEntityTag:{Text1:'{"text":"","clickEvent":{"action":"run_command","value":"warp JoelArena"}}',Text2:'{"text":"Warp to Arena"}',id:"minecraft:sign"},display:{Name:'{"italic":false,"text":"Place Me"}'}} When a player right clicks the sign and the player has the permissions to run the command /warp JoelArena, it will execute the command. This is a bit of a cluncky method, however, it would work with no extra plugins.
  6. To glow in the lobby, you need to have a rank of any sort. The glow then can be toggled on or off in the player settings menu located in your hotbar when in any lobby.
  7. I probably worded what I said in a weird way. To rephrase, the gamerule does work in that it stops sending admin commands in chat to other operators. However, a side effect of this gamerule is disabling command feedback. For example, if I were to run the command /banlist, nothing would send in chat because the gamerule is set to false. I would prefer a solution that doesn't disable command feedback so commands like /banlist still function.
  8. Vanilla Minecraft commands done by operators will always log in chat to other operators. /gamerule sendCommandFeedback will disable this, but will also stop sending command feedback. Is there a way to simply remove the chat logging of operator commands?
  9. Captainclimber

    Help

    In default worlds, spawn protection is set at the world spawn. To bypass this, you can op yourself. It sounds like for your case that you are opped, allowing you to modify spawn protection, and your friend is not opped, which prevents them from modifying spawn protection. You can solve this buy removing spawn protection in the settings tab in the Minehut panel by setting the spawn protection radius value to 0, and then restarting your server.
  10. command /nether: trigger: execute console command "/execute in the_nether run tp %player% -103 101 25"
  11. Using the events "on inventory click:" and "on drop:" on inventory click: if event-item = {@item}: cancel event on drop: if event-item = {@item}: cancel event
  12. It looks like you forgot a colon: loop all entities in radius 4 of player: apply slowness 4 to loop-entity for 30 seconds apply weakness 4 to loop-entity for 30 seconds
  13. Giving players permissions in order to use commands is done by adding permissions to the "default" group in luck perms. To do this, do "/lp group default permission set <permission>" For kit permissions, you require the permission "essentials.kit" as well as "essentials.kits.<kit name>", with the kit name specifying which kit you want the player allowed use of. For "/wild", essentials doesn't have a command for this so I'm guessing this is another plugin. Try the permission "<plugin name>.wild"
  14. Minehut ended bedrock support yesterday due to some issues. They are, however, planning to restore support. Here is some additional info:
×
×
  • Create New...