Search results

  1. mcmonkey

    Flide

    Here's an updated version of the old repo flide script. This is just the commands /flide and /flide2 for Elytra Flight that will launch you into the air and push you along. /flide will push you at a sustained continual speed, while /flide2 will apply a slow acceleration (feels a bit more like...
  2. mcmonkey

    In-Game Custom Head Item List

    REPLACED BY RESOURCE: https://forum.denizenscript.com/resources/in-game-custom-head-item-list.9/ Need to quickly grab some in-game custom head items? Don't want to buy a buggy premium Spigot plugin? Here's a script that does that all nice n easy like. Script Haste Download...
  3. mcmonkey

    Ellipsoid Selector Tool

    REDIRECTED TO RESOURCE: https://forum.denizenscript.com/resources/ellipsoid-selector-tool.3/ Ellipsoid Selector Tool: a handy dandy tool to select and note ellipsoids from in-game! (Yeah, just the cuboid selector, but for ellipsoids) Featuring a super simple and clear in-game ellipsoid...
  4. mcmonkey

    Automatic Door Closer

    Should add a /haste link
  5. mcmonkey

    Behr's Interactive Color Palette Command

    Bot check:
  6. mcmonkey

    Player Skin Command

    The timeout in the skin_url_task should probably be bumped to more like 30s. Mineskin's a bit slower now than it used to be.
  7. mcmonkey

    Gamemode Inventories

    Note that this script isn't "secure", ie servers that want to prevent creative items being given to survival players cannot rely on this alone (as obviously a creative player could just drop an item or similar).
  8. mcmonkey

    Silk Spawners

    on player places spawner: - if !<player.item_in_hand.has_nbt[key]>: - stop - if <context.hand> == HAND: - define Type <player.item_in_hand.nbt[key]> - else: - define Type <player.item_in_offhand.nbt[key]> ^...
  9. mcmonkey

    XpBottler 1.1

    That error did not come from the XpBottler script (or at least not the current version @ https://one.denizenscript.com/haste/65893 , which does not contain outdated single-line ifs at all)
  10. mcmonkey

    XpBottler 1.1

    - Please include a link to the script via https://one.denizenscript.com/haste in your post. - NEVER use "/execute" with a vanilla command. The execute command is EXCLUSIVELY for interop with other plugins. That "exp take" should use the Denizen "take" or "experience" command, that "summon"...
  11. mcmonkey

    Public Information Writeup: The "It Works" Fallacy

    Many newer scripters tend to not realize the important difference between "it works" and "it is correct". Just because a script works does not mean everything's fine. Here's some examples of ways a script might seem to work, while not being correct... a script that seems to work fine might...
  12. mcmonkey

    Public Information Writeup: Wrong Answers Are Worse Than No Answers

    Wrong Answers Are Worse Than No Answers! Short version: Don't answer questions from users if you don't absolutely know the answer for sure. It's much worse than simply waiting for somebody else to answer. Long version: If somebody linked this to you, it's probably because you're...
  13. mcmonkey

    Magic Sidebar

    As in PlaceholderAPI? If you have Depenizen installed, the Placeholder tag: https://one.denizenscript.com/denizen/tags/placeholder <placeholder[some_placeholder_here]> But in most cases, tags are better! https://one.denizenscript.com/denizen/tags/ there's a whole lot of tags available in...
  14. mcmonkey

    Behr's Interactive Color Palette Command

    You should update this to the new formatted text systems in Denizen! :D
  15. mcmonkey

    Chat Pings

    The ideal resolution is to remove such a plugin, and replace it. Either with a more stable chat plugin, or just a Denizen script :D
  16. mcmonkey

    NPC Skin From URL

    A drop-in script that works as a Citizens extension to set NPC skins from a direct image URL. (Based on an old script by Mergu of the same concept, but updated/modernized/cleaned for general public usage) Hastebin: https://one.denizenscript.com/haste/64151 <-- Most users, just click here and...
  17. mcmonkey

    Advanced NPC Click Commands

    This is now outdated/irrelevantized thanks to base Citizens "/npc command [add/remove]" EDIT: actually this still has way more features n stuff.
  18. mcmonkey

    NPC Skin Save/Load

    REPLACED BY RESOURCE: https://forum.denizenscript.com/resources/npc-skin-save-load.8/ A drop-in script that lets you save/load NPC skins, so you can reuse them (eg copy a skin from one NPC to another, or spawn a bunch of NPCs with one skin, ...). (Updated from my old repo script (old))...
  19. mcmonkey

    The Denizen Editor (VS Code Extension)

    The officially recommended way to edit Denizen scripts is using VS Code, with the Denizen extension! Setup: Install VS Code: https://code.visualstudio.com/ Install the Denizen extension: https://marketplace.visualstudio.com/items?itemName=DenizenScript.denizenscript Open your scripts...
  20. mcmonkey

    Cuboid Selector Tool

    REDIRECTED TO RESOURCE: https://forum.denizenscript.com/resources/cuboid-selector-tool.1/ Cuboid Selector Tool: a handy dandy tool to select and note cuboids from in-game! Featuring a super simple and clear in-game cuboid viewing thingo: Super easy to use: Downloads: Hastebin...