Jump to content

Stargazers

Member
  • Posts

    149
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Stargazers

  1. Stargazers

    Help with 0 tic

    You can't run 0 tick farms on Minehut because of the server software, PaperSpigot. I don't believe there are any known fixes for this.
  2. Oh, you were right! Just tried that part again and it worked. Thank you for the tip!
  3. You may have a plugin conflict with Skript itself or its features. Some common ones are Sk-Vault, SkLib, Skematic, Sk-Perm, and GameAPI. Try uninstalling these and checking if it works.
  4. Stargazers

    ...

    Besides this one. Let's get on the case.
  5. This method decreased my sleeping patterns, is there a way I might be doing it wrong? I don't think I have though.
  6. Why not? Are you not appreciating how amazing Rusty is?
  7. How's business going after the first day? Seems like a tough thing to maintain. I wonder how many Skriptzas you've sold.
  8. You can use this function: function toTimespan(t: text) :: timespan: set {_conversion::s} to "seconds" set {_conversion::m} to "minutes" set {_conversion::h} to "hours" set {_conversion::d} to "days" set {_l} to length of {_t} set {_a} to {_l} - 1 set {_l::1} to first {_a} characters of {_t} set {_l::2} to last character of {_t} set {_t} to "%{_l::1}% %{_conversion::%{_l::2}%}%" return ({_t} parsed as timespan) It isn't perfect but it should do the job.
  9. He just is, is anyone going to deny the facts?
  10. It seems that the plugin Arconix causes the issue. Try uninstalling that, it may fix it.
  11. Possibly gravy or GravityTubes, not sure about any of the other ones though.
  12. Yeah, the command requires WorldGuard, but if you don't have the command, it couldn't have have been enabled in the first place. You'll have to go through your plugins to find the issue.
  13. You can try running the command "/stoplag -c" to fix this. If that doesn't work, try removing plugins one by one to see if they may be the problem (Start with the ones you aren't sure about to try and save some time.)
  14. Stargazers

    CmdBlock Issue.

    Try using the command: /execute as @p run mvtp @s ul_Survival
  15. Stargazers

    CmdBlock Issue.

    @p would only work in a command block.
  16. Seems cool, welcome to the forums (also please get some sleep sometimes)
  17. Stargazers

    Wild

    Looping blocks between locations in Skript is a bit broken. You would be better off setting random integers (set {_var} to random integer between x and y), and using Skript's highest solid block expression, found here.
  18. Stargazers

    CmdBlock Issue.

    You could alternatively use the plugin Mutliverse, and run the command /mvtp @p (world name)
  19. Stargazers

    Minehut console

    You can check your console logs by running /dl logs ingame or going to the directory File Manager->Logs->latest.log.
×
×
  • Create New...