Search results

  1. Hydra

    Negative & Positive Spacing | Resource Pack Tool

    As we get more and more into 1.16's newest font features, I've written a quick script for creating negative and positive spacing from just a procedure script! Instructions At the time of writing this, the Resource Packs section of our guide does not presently cover how to utilize negative...
  2. Hydra

    Particle Halo

    Are you a good Denizzle? If you happen to do (hopefully all) of the following: Not comparing raw objects Not using raw objects in scripts Not trying to debug with scripts set to `debug: false` then you are a Very Good Denizzle. :) Treat yourself to a delightful particle halo with this...
  3. Hydra

    Player Skin Command

    Bumped it up - thanks for the notice
  4. Hydra

    Behr's Interactive Color Palette Command

    Updated and removed those pointless quotes - thanks monkey!
  5. Hydra

    Gamemode Inventories

    Here's a simple script thrown together and scraped of some other pieces I use for my dEssentials package: Gamemode Inventories! This concept was one of my first scripts inspired by what I believe was originally marked as a "Premium" plugin at the time. I believe something this simple should be...
  6. Hydra

    Silk Spawners

    I forgot to change that to the context as opposed to the playertag's equivalent; thanks for pointing that out I don't think so, I can't remember why I had that there, and it clearly works without it so I've removed it. Thanks!
  7. Hydra

    Silk Spawners

    Simple script replacement for an entire plugin concept: Silk-touch pickaxes retain spawners when broken. Step One: Hold your pickaxe Step Two: Swing your pickaxe at spawner Step Three: $$$$$ Here's the haste link: https://one.denizenscript.com/haste/67203 And here's the raw script:
  8. Hydra

    Player Skin Command

    Tired of having to organize your skins? Or do you happen to get this error often when you change your skin and try to relog real quick?: Invalid session (Try restarting your game) Well, now you don't even have to log out to change your skin, AND they can be organized by name! With the Skin...
  9. Hydra

    Behr's Interactive Color Palette Command

    Thanks! I've updated it, and even threw in some extra pizzazz on the hover text messages, showing the color in a better example than just the character-code :}
  10. Hydra

    Behr's Interactive Color Palette Command

    Last Edited: 2020-05-13 Just implemented the new tags: <&hover[HoverText]>/<&end_hover> | Returns a special chat code that makes the following text display the input hover text when the mouse is left over it! <&insertion[InsertText]>/<&end_insertion> | Returns a special chat code that...
  11. Hydra

    SCRIPTER (SCRIPTER) Discord Integration Scripts from Behr

    My discord id is Behr#5305. Feel free to @Ping me in the Denizen Script & Citizens Discord. I'm available to work on scripts for your server! I can work with English or Spanish if needed, Just note that the Denizen Discord is an English discord, so try your best to work with English if you can...
  12. Hydra

    Discord Chat Relay & Channel Message

    Last Edited: 2020-03-26 - change-log: Connects your discord bot to your Minecraft Server, and relays the chat two-ways as well as player events to your discord channel of choice. This script requires the plugin dDiscordBot found here: https://ci.citizensnpcs.co/job/dDiscordBot/ Preview...