Search results

  1. Mwthorn

    Error Announcer

    Sends error messages to operators through in-game chat. Useful when you are not reading debug from console and just want to be notified if any errors has occured. These messages are also displayed when debug is turned off. But you probably want to check console logs for further details about an...
  2. Mwthorn

    Auto Server Restart

    This script automatically restarts the server at 5 AM local server time and warns players 1 hour before. This is mainly just an example on how to make an event with Denizen. Instructions: Download the script here: https://one.denizenscript.com/haste/59574 Place the script in your script...
  3. Mwthorn

    Broadcast Command

    Allows a user to broadcast a message to everyone. This is mainly just an example on how to make a command with Denizen. It has the following commands included: /bc (text) - Send a message to everyone (requires the permission "broadcast.use") Instructions: Download the script here...
  4. Mwthorn

    Player Ping Command

    Displays a player's current ping. This is mainly just an example on how to make a command with Denizen. It has the following commands included: /ping - Check your own ping /ping (player) - Checks another player's ping Instructions: Download the script here...
  5. Mwthorn

    Script Queues Control

    This is an updated version but I currently don't have the source (please let me know so I can provide credits/link to the original) A simple script for clearing or listing queues currently running. Useful for debugging or analyzing your scripts. For more info about a queue, visit...
  6. Mwthorn

    SQL Handler

    This handler takes care of the SQL connection and should be used whenever you make SQL tasks. This only handles a single connection for simplicity reasons. Instructions: Download the script here: https://one.denizenscript.com/paste/59562.txt Place the script in your script folder. Restart...
  7. Mwthorn

    Denizen told in Gifs

    Express your Denizen experience in Gifs! Having a conversation on #Denizen-Dev
  8. Mwthorn

    What music do you listen to?

    Bored again. What music do you guys listen to in your daily habits?
  9. Mwthorn

    Update script notification

    Since we have started to collect data on servers using <script-tracker>, could it then respond back to notify the server that there is a new version of the script to download? And, if possible, it would be neat to type a command to automatically download the newest script available. To save...
  10. Mwthorn

    What are your favorite plugins?

    Just to get something to talk about, I'm bored and curious. What are your favorite minecraft plugins/server-mod to a server? Name any! Denizen is also fine :wink:
  11. Mwthorn

    Categories in Denizen-Bukkit

    The categories for 'Scripts' and 'Issues' needs to be "improved". We already have a repo for Denizen scripts and issues usually go on Github's Issue page. Something else needs to be here like a discussion or "work in progress" page for scripts. We mentioned something earlier Or we could in...
  12. Mwthorn

    Forum Game - Doodlepop the Wandering Puppy

    A game I came up with from inspiration of some other games out there but not similiar. Basically I was thinking something related to Denizen (NPCs/Roleplay minded) Here is the objective: - Post a sentence (or 2-3) that the character does that links to the above poster's last sentence. - The...
  13. Mwthorn

    Support old Minecraft versions

    Would it be possible to have Denizen support multiple minecraft versions? (1.7 - 1.8 - 1.9 - 1.10) Denizen has grown in features over the past new versions and it would be nice to use those features in the old versions as well. Currently, in my case, it has been needed because of how many...