Jump to content

ImMeh

Member
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ImMeh's Achievements

Newbie

Newbie (2/6)

0

Reputation

  1. ImMeh

    BetterCrops

    It's a plugin that adds more features to crops. It would be pretty cool to play with this plugin, and I haven't seen any similar plugins. And it works on 1.16.5. Spigotmc: https://www.spigotmc.org/resources/bettercrops.91543/ GitHub: https://github.com/Mullp/BetterCrops
  2. ImMeh

    Skript features

    So. I would really like to send packets to the client with Skript, the problem is that there are currently no way to do that on Minehut. I know MundoSK can do it, but since it was removed due to not being updated, and the fact that it could do something with HTTPS (idk). Hence I don't think it'll be added again. My solution is that we get ThatPacketAddon, because it can only do packet stuff, not edit files and no HTTPS stuff (also suggested here: ) Link: https://github.com/TlatoaniHJ/ThatPacketAddon (I know it's only tested by the author up to 1.14, but hear me out. There are multiple examples of people using on 1.16, so please, before just denying my request, test it.) I don't think I would be the only one happy to see this being added ;D And I would also like GlowAPI (for glowing with MorkazSK: "[morkazsk] make %entities% glow with color %string% for %players%") Thanks!
  3. I'm requesting GlowAPI because it's needed for some effects for MorkazSK. Example: on drop: make event-entity glow with color "YELLOW" for all players Link: https://github.com/InventivetalentDev/GlowAPI/releases I'm almost certain that it works with 1.16 since you need MorkazSK 1.2-beta1 for the effect. I haven't see any other way to make this effect.
  4. ImMeh

    Please add GlowAPI

    The build on the spigot site is 2 builds behind the GitHub. Plus, yes you're right, the build from the spigot won't work on 1.16. You need to use the one from GitHub.
  5. It's a API for glowing. Can be used with MorkazSK (and some other plugins, I'm not sure). Link is https://www.spigotmc.org/resources/api-glowapi.19422/ or https://github.com/InventivetalentDev/GlowAPI/releases
  6. ImMeh

    Custom enchants

    on inventory click: if clicked item is hoe: if clicked cursor is knowledge book: This works
  7. ImMeh

    Custom enchants

    Hi thank you for responding. I have tried the thing you sent me (and the exact thing you sent me). Unfortunately it doesn't work for me. If it works for you, I would like a list of all your addons. Mine are MorkazSk, SkBee, Skellett, SkQuery, skRayFall and TuSKe.
  8. Is there a way to check if a item, is clicked with another item? Like if a hoe is clicked with a book.
  9. give player [Item] named "[Name]" with lore "[Lore 1]", "[Lore 2]" and "[Lore 3]" with nbt "{Unbreakable:1,HideFlags:63}" NBT Unbreakable will make it unbreakable and NBT HideFlags:63 hides all flags like: "Unbreakable" and "When in main hand:" EDIT: I think you'll need SkBee
×
×
  • Create New...