Jump to content

CoolProgrammer

Member
  • Posts

    1,077
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by CoolProgrammer

  1. Most likely meant a different plugin, since they spaced and cased it correctly "Simple Tpa".
  2. Hey again. You can't keep it blank. Just put in the name of the world you want to use or to keep as the main world. And everything should work fine.
  3. Hey there. I get what you mean. It's a compressed log to save disk space, but it can be easily uncompressed with a regular desktop software such as WinRAR. Since there isn't a way to download the file, it's impossible to download it (unless you know how to use the Minehut API to obtain the file).
  4. Hey there. I think the only way possible is to reset your server completely and rename it:
  5. Hey there. The way Bukkit/Minecraft servers work is a little different. Whenever you change your level name, it generates an entirely new world with the new level name, along with a new nether and new end. You can use /worlds to navigate between worlds. Looking at your logs, I just noticed that your main level name is empty. Thus causing an exception while loading the world: Can you go to Settings tab and check your level name? (If it's not empty, try giving it a new name)
  6. Hey there. You can't find your exact server IP address (considering Minehut is a large proxy), but you can use <server-name>.minehut.gg to represent your server address.
  7. Hey there. You can fix this with 2 ways. First of all, check your level name (This can be found under Settings tab of your server). Method 1 -> Let your server stop/crash first. -> Start it back up with console. -> Once it shows online, do not join the server. -> Run command "gamerule randomTickSpeed 3" atleast 3 times from console. -> You should then be able to join your server (Or the next time the server boots up). Method 2 -> Go to File Manager and look for folder named after "world". (or your level name) -> Dive in the folder and delete the file level.dat. (Note that this will reset all gamerules) -> Restart your server and it should be fine.
  8. Hey there. Do it this way: First, click on Edit Server: After that, you can see some tabs above, click on Plugins tab: Then type in your plugin name and click install: And restart your server to apply the changes.
  9. Hey there! Nice to see you suggest a plugin, but next time, make sure to you post the plugin link while making a request. https://www.spigotmc.org/resources/simple-tpa.64270/ I've done it for you, is that the correct link though?
  10. Hey again! Okay, great, so it's not the plugin limit which prevents the startup. Also, after looking at the logs, it looks like something's wrong with your server.properties file. If you take a closer look, it shows that the Generator Settings broke your server and prevented it from starting up (or Mojang broke it). Could you change or reset your generation settings to something like this (just to have the value changed): And then try starting/restarting your server again? Should hopefully fix, but if it doesn't then let me know.
  11. Hey there. Execute /dl log and send the log file here.
  12. Hey there. 1. You have an if condition which is not fired by anything, meaning it doesn't make sense. It should be in something, such as event, command, loop, etc. 2. You have a timed loop inside of a condition, which again doesn't make sense. 3. You seem to be struggling a lot with this. From what I see, you are trying to make a skript which gives player random items. Check this: # This is the command to toggle random items. command /toggleitems: trigger: # This if condition will check if random items is enabled for the player. # If it's not, then the player will be added to the variable. if {randomitems::*} contains player: # Remove player if the player is already in the variable. remove player's uuid from {randomitems::*} # A message to notify. send "You'll no longer recieve random items." stop # Add player to the variable of random items. add player's uuid to {randomitems::*} # A message to notify send "You'll now recieve random items." # This is the 10 seconds loop where it will check and give players random items. every 10 seconds: # Looping all the players in that variable loop {randomitems::*}: # Set {_p} as temp variable to get the player set {_p} to loop-value parsed as offline player # Check if player is online, and then give them a random item if they are. if {_p} is online: give {_p} random element out of all items I've tried my best to break down each part of the code. Feel free to ask any other problem you face/don't understand. Note to the ones who think I spoon-fed them Sometimes, spoon-feeding is the only way a person could learn, especially with something like Skript, where there is not much information available on doing things.
  13. Hey there. It was possible about 1-2 weeks ago, but Minehut disabled it for some reason.
  14. Hey there. It seems like there is an issue with the chunk at where the player logged in (most likely corrupted): Can you also answer these questions: -> When did this start happening? -> Does this only happen to 1 specific player? Reply back with them so that we can help you with the issue. Good day.
  15. Hey there. You cannot really "disable" that. But I assume that you are talking about getting kicked for the reason "Flying is not enabled on this server.". You can do the following to prevent that from happening: -> Go to Settings tab of your server. -> Look for this option: -> Turn that off and click Save. -> Restart your server and the problem should be fixed. Good day.
  16. Hello there. A plugin named after Essentials has the feature! However, you should have a permissions plugin as well as Vault (economy, chat and permissions management plugin) for permissions to work. If you don't have a permissions plugin, I'd recommend you to use LuckPerms. Once you have the 3 plugins (Essentials, Vault and LuckPerms) in place, go ahead and restart your server. After that's done, execute this command: /lp group default permission set essentials.enderchest And all your players should be able to use /ec, /endersee or /enderchest to access their ender chest. If you want to know how LuckPerms work, check this guide out: https://luckperms.net/wiki/Usage If you want to know how permissions work, check this guide out: https://www.spigotmc.org/threads/guide-bukkit-permissions-management-with-luckperms.435247/ Good day, and have fun.
  17. Hey there! What's your friend's IGN? Or... let's say your friend's IGN is CoolProgrammer, then this is how I'd fix it: Step 1 First off, I'll type in the link https://namemc.com/CoolProgrammer. After this, I'll find the UUID (unique identifier for each Minecraft account) As you can see, my UUID is 9bbd2b0b-c152-4ee3-a4e3-ad3845f00ed9. I'll then note it down. Step 2 I will go to File Manager and then look for my main world folder. In my case, my main world folder is named "world". In-case you don't see a "world" folder, you can re-check what your level name is by going to Settings panel and then checking for this option: So whatever is your level name, is your world folder name. Open the folder, and then open /playerdata. This is how it should look like: You can see some files! Remember the UUID I noted down before? "9bbd2b0b-c152-4ee3-a4e3-ad3845f00ed9" that was my UUID. You can also see a file named "9bbd2b0b-c152-4ee3-a4e3-ad3845f00ed9.dat"! Delete that file. Warning: This will reset your friend's inventory contents, exp, etc. And now your friend should be able to join again!
  18. Hey there. Cracked Minecraft is a version of Minecraft which you haven't paid for. Minehut does not support this. If you use Minecraft through launchers such as Tlauncher or HackPhoenix you're using a cracked account and can't connect to Minehut. In order to play Minehut you must buy an account at Minecraft's website. Good day.
  19. Citeful told you to restart Minecraft, and that will fix the problem.
  20. Hello there. That's pretty sad. Did your server crash when you made changes to it? You can also make a ticket at https://minehut.com/support/form stating the problem.
  21. Hey there. If you have access to the server's panel, you can type this in the console and click Send: Or else, you will have to wait until your friend makes you an operator again.
×
×
  • Create New...