Jump to content

frankthetank

Member
  • Posts

    32
  • Joined

  • Last visited

Recent Profile Visitors

218 profile views

frankthetank's Achievements

Newbie

Newbie (2/6)

1

Reputation

  1. I am going to make a minecraft server (minehut) that uses a map of Earth that I am in the process of making in worldedit on my singleplayer world. I have invited Trent to join it, will he do it?
  2. Interesting. Your server is perhaps bricked. I think that _Tarna_ has already answered this, but I'm not sure if it's possible to unbrick a server if the random tick speed was set up that high. Do you have a backup slot saved of your server? If _Tarna_'s solution doesn't work try loading a backup. I can't really think of any other reason your server might be messed up. Perhaps it's a bad entity. In that case try running "/kill @e" without the quotes. If you have some plugin like essentials that might not work so in that case do "/minecraft:kill @e". That should terminate any bad entities. If it's some command block doing it then turn off command blocks in your server settings. I think that's about it. Let us know if any of this worked or not.
  3. Is it a world that you uploaded or is it just the default world? By default the world is called world, so the command would be "/dl world world" without the quotes. You might also be getting that error because the world has been deleted. If someone ran /delete world (worldname) I think that's what trying to download it would look like, idk. I don't remember if you're able to download a world from your server console or not, someone else may have to clarify that for me.
  4. Actually this is solved now. It turns out I was wrong. The command blocks I was using were generated by a command. The thing was I actually needed powered to be 0b instead of 1b. Thanks for the help everyone, I am an idiot, lol.
  5. Certain commands or are command blocks completely broken for you? Make sure command blocks are enabled in your server settings.
  6. Thank you very much! I might take you up on that offer if skripts prove too much for me. Thanks for trying to help me out though, lol.
  7. Depends on what plugins you have installed on your server. Here's a list of every possible command to unban your friends: /minecraft:pardon (playername) /pardon (playername) /unban (playername) /essentials:pardon (playername) /essentials:unban (playername) /advancedban:unban (playername) If after you do all these it still doesn't work then you can always delete the banned players .json file.
  8. I know this is a very oddball thing but it's kind of frustrating that this broke on me. I guess I have to bite the bullet and do some magic with some skript.
  9. I've even tried /minecraft:op and /minecraft:pardon with no additional luck. Actually I meant /minecraft:execute but I did try those other ones.
  10. Yes other players indeed do have op. In fact, if only I was online it would be so fast because it's a repeating command block that I would op myself. So if I deoped myself I would still be reopped by myself because of the command block.
  11. The thing is, the command block isn't running /op it's running /execute and the player it executes as is running /op. The command block at level 2 perms is executing the command as the all players with level 3 perms. That's why it worked in the past but perhaps this was patched by bukkit?
  12. I have. Also I am 100% sure this has worked in the past and has changed recently. Even my /whitelist blocks no longer work.
  13. Is this a new thing? Command blocks now cannot run /op commands?
  14. Also /execute as @a run whitelist add (playername) is useful and doesn't work.
  15. If I have an active repeating command block on my server running /execute as @a run op (playername) it doesn't work. I have this just in case someone tries to ban/deop me and destroy my server. I also have /execute as @a run pardon (playername) which also doesn't work. These worked before but just today I noticed that they don't. Has anyone else experienced this and does anyone know why this is happeneing?
×
×
  • Create New...