Jump to content

Nd_

Member
  • Posts

    850
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Nd_

  1. Nd_

    My Command

    They used to have this plugin on Minehut. In my opinion, skript is better and the same difficulty to learn, but +1, as it still has some features(and yeah, I know I denied this plugin before)
  2. If from what I know is correct, the only bug is it saying the ban/mute/warns 3 times, so it isn't that big
  3. 1. It says you can use AdvancedBan in the title, so it isn't Litebans Exclusive 2. +1, it's tested on 1.14, and looks neat
  4. From my knowledge, you may only receive packets with Skellett. I have asked for the addon ThatPacketAddon to be added,which can send packets, but nobody responded
  5. In TUSKE, use format gui slot (slot) of (player, argument, etc) with ("(player's name)" parsed as an offline player), might work in other GUI programs(vanilla skript, SkQuery, etc) Also, this might not work, but try format gui slot (slot) of (player, argument, etc) with (player, argument, etc)'s skull
  6. /ban Jackson85 Bullying 10000020981364748283394723974
  7. Is there a way to turn an abbreviated date into a date. I thought something like if last character of arg-2 is "d", but I realized that this wouldn't work with more complicated abbreviated dates, like 7d5h3m1s. Is there a way to do this?
  8. nub Never said how much you can count by 198298138928084703297980937801748174891734903481309413789347431884793734781438790143
  9. Nd_

    1000 Posts

    Congrats! I remember when Bear was the highest
  10. This should be in Announcements
  11. So this is my story I was going to use MyCommand for my server, but it wasn't working. I later came back to the plugin, only to discover it was gone. I asked in the Minehut lobby why was MyCommand removed, and one person said "Because Skript exists". I took one look at Skript, and decided I couldn't do it, and went on the forums to ask for it to be readded. However, I thought that I could try, and now I can do a bunch of stuff with Skript that you can't do with MyCommand. The moral? Learn Skript, it is much better than MyCommand and isn't too hard to use. However, this is the admin's decision, and please include a link next time. MyCommand Link: https://www.spigotmc.org/resources/mycommand.22272/ Also, MyCommand is outdated
  12. This is built into Essentials EDIT: and this is outdated
  13. This is a mod curseforge.com/minecraft/mc-mods/brewcraft
  14. Nd_

    ThatPacketAddon

    Currently, the only thing we can do with packets is check when they are sent with Skellett. But, with ThatPacketAddon, you can send and receive packets, which can be useful for many things. ThatPacketAddon: https://forums.skunity.com/resources/thatpacketaddon.847/
  15. Nd_

    Add Plugins

    This should be in Suggestions >> Plugins Also, DragonProxy is outdated We have anticheat plugins, I would recommend Horizon We have lag clearing plugins(ClearLagg)
  16. EDIT: I looked in the wrong folder I think
  17. Ok, I'm gonna delete it, might be bundled with 1.14.4.
  18. Nd_

    Essentials X

    Adding on to Emily, I think it is EssentialsX, as Trent owns the plugin, so it would kinda be not smart if he didn't put it on his server hoster
  19. So I just got forge, and I found a file named grossjava9hacks. The only thing I have installed is optfine, and I haven't put it in the mod folder yet. Is this normal, the VirusTotal comments are mixed(on the folder, not the .jar file). Is this normal?
  20. Nd_

    Wild

    Code: command /wild: aliases: /rtp, /forest trigger: set {wild.1} to "4760, 255, 825" set {wild.2} to "760, 0, 825" loop blocks between {wild.1} and {wild.2}: if loop-block is air: set {_wild} to loop-block's location if block below loop-block isn't air, lava, or water:## this line doesn't work, is there any way to do this add {_wild} to {_wild::*} teleport the player to a random element of {_wild::*} This doesn't work. I tried removing if block below loop-block isn't air, lava, or water:, but it still doesn't work. Can someone help me? Thanks
×
×
  • Create New...