Jump to content

DeltaRays

Member
  • Posts

    512
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by DeltaRays

  1. You could do something like loop all entities: add "{NoAI:1}" to loop-entity's nbt
  2. You can get the multiverse plugin , then do /mv clone <world you want to clone> <new world name> and that will clone the world you created to the other one. then you can delete the world you wanted to clone and use the new world
  3. If the issue doesn't get fixed and your server keeps getting rolled back then the way to fix it is to reset the server. (Before resetting it I suggest you download the worlds so you can upload them after the reset) You can download your world by doing /dl world (world name) on your Minehut server. If you don't know the world name then do /worlds and it will show you a list of all the worlds that have been uploaded to your server! If you want to view a video on how to watch this: https://www.youtube.com/watch?v=1DcfYlre6AA
  4. DeltaRays

    Worldguard

    Hey, have you managed to fix it?
  5. DeltaRays

    How to read logs

    After you have downloaded the latest.log file, you can open it with a text editor (such as notepad). This is an example of a line in latest.log: [11:57:30] [Server thread/INFO]: Debug logging is disabled The first section encapsulated in [] shows the date when that line was logged. The second section explains what the log line is about. What you usually need to look at is the section after Server thread/, in this case it says INFO but in other situations it says WARN or ERROR. If you're having issues with your server you should search for lines with WARN and ERROR. These warn|error lines are called "Stack traces", essentially long error messages that are printed by a plugin to inform the user of what went wrong. This is an example of an error: [21:38:53] [Server thread/ERROR]: Could not load 'plugins/RankGrantPlus.jar' in folder 'plugins' org.bukkit.plugin.UnknownDependencyException: Vault at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:220) [spigot.jar:git-Spigot-595711b-e8b39d4] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:347) [spigot.jar:git-Spigot-595711b-e8b39d4] at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:194) [spigot.jar:git-Spigot-595711b-e8b39d4] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:764) [spigot.jar:git-Spigot-595711b-e8b39d4] This is pretty easy to understand: It means that the RankGrantPlus plugin wasn't able to load ("startup") because of an UnknownDependencyException: aka there is a plugin that rankgrant+ requires to work that isn't installed, and that plugin is vault. Another example: [11:56:54] [Server thread/WARN]: java.lang.NullPointerException [11:56:54] [Server thread/WARN]: at net.paradoxmc.NetworkManager.Points.PointsAPI.getPoints(PointsAPI.java:28) [11:56:54] [Server thread/WARN]: at net.paradoxmc.NetworkManager.GizmoManager.ScoreboardManager$1.run(ScoreboardManager.java:40) [11:56:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71) [11:56:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [11:56:54] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [11:56:54] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [11:56:54] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [11:56:54] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [11:56:54] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) Most of the times to find the error source you need to look at the first few lines, here we can understand there is a "NullPointerException" at a function named getPoints of PointsAPI.java on line 28. (PointsAPI.java:28). The getPoints function was ran by ScoreboardManager$1.run (The rest of the stack trace is from the server software calling the code) If you have any questions regarding how to read logs/would like me to edit this topic feel free to reply to it.
  6. @ThatOneTqnkyou can also use format next gui slot
  7. What was the original list?
  8. @BennyDoesStuff imo we should add it, it adds useful features
  9. You literally just wanted that? That's no "skript-api" thing
  10. Try suggesting it again in the new forums
  11. It should be 1.14.2 and you can't change the version from 1.14.2 to 1.8 but you can use protocolsupport and protocolsupportlegacychest to let people from older versions play on your server and OldCombatMechanics to make the pvp behave like the 1.8 pvp MOVED TO SUPPORT please for next time use the community support category
  12. Also if I'm not wrong gobrush doesn't work for versions higher than 1.12 MOVED TO SUPPORT
  13. Because if it's something different it doesn't make much sense as you can just use offline player from [uuid] %string% from TuSKe
  14. So basically you want something that automatically updates the script based on the file the author put? example: I make a script that's on chat: set chat message to "%player% %message%" then you upload it on minehut then I modify the script to on chat: send "updated" and it updates on minehut?
  15. DeltaRays

    skWhitelist

    @ShaneBee mind adding an async functionality like the one in mundosk?
  16. Woah that'd be the best script ever
  17. The sky (╯°□°)╯︵ ┻━┻
×
×
  • Create New...