Search found 8 matches

by GoMinecraft
November 27th, 2019, 11:55 am
Forum: Scripts
Topic: Random Death Messages
Replies: 7
Views: 16303

Re: Random Death Messages

Okay, lots of changes thanks to mcmonkey's criticism/review of this absolutely unmitigated disaster.

+ Fixed potential exploit
+ debug log is now: announce to_console
+ reload command ( /rdm reload )
+ version command (/rdm or /rdm version)
+ Now catches when killed by a pillager.
by GoMinecraft
November 26th, 2019, 6:25 pm
Forum: Scripts
Topic: Random Death Messages
Replies: 7
Views: 16303

Re: Random Death Messages

There is now a config.yml in plugins/RandomDeathMessages

Contains:

Code: Select all

# Set your language.
# This maps to RandomDeathMessages/language/[language]/
language: en_us

# Generally best to leave this off.
enable_debug_messages: false
by GoMinecraft
November 26th, 2019, 5:20 pm
Forum: Scripts
Topic: Random Death Messages
Replies: 7
Views: 16303

Re: Random Death Messages

+ Language support.

All the .yml files will now be in : /plugins/RandomDeathMessages/language/[lang]/

You may remove the yml files in the root of plugins/RandomDeathMessages/
by GoMinecraft
November 26th, 2019, 2:08 pm
Forum: Scripts
Topic: Random Death Messages
Replies: 7
Views: 16303

Re: Random Death Messages

One more quick update:
  • Add check for MythicMobs being installed along with Depenizen.
by GoMinecraft
November 26th, 2019, 1:51 pm
Forum: Scripts
Topic: Random Death Messages
Replies: 7
Views: 16303

Re: Random Death Messages

Updated:
  • Massive rewrite, no distro'd as a zip since it now comes with pre-filled YAML files.
by GoMinecraft
November 24th, 2019, 12:48 pm
Forum: Scripts
Topic: Random Death Messages
Replies: 7
Views: 16303

Re: Random Death Messages

Updated:
  • Capture when killed by another player with a bow
  • Capture what a player was killed WITH in melee PvP
  • Capture when shot by dispenser
  • Added simple <[victim]> var, no need to use <player.name>
by GoMinecraft
November 24th, 2019, 12:47 am
Forum: Scripts
Topic: Random Death Messages
Replies: 7
Views: 16303

Random Death Messages

Random Death Messages This Denizen script makes it so you can have custom death messages when players, you know, die and stuff. Download Link : https://gominecraft.com/files/RandomDeathMessages.zip Requirements: Denizen - Required for this to work at all, obviously . Optional: Depenizen - Required ...
by GoMinecraft
November 23rd, 2019, 11:15 am
Forum: Drop-In Ready
Topic: Chat Pings
Replies: 2
Views: 8759

Re: Chat Pings

As a quick addendum to this awesome little script; If you are using a chat management plugin (VentureChat, for example), it may not work initially! This is easily resolved. Open Denizen/config.yml Set "Use asynchronous event" to true Scripts: World: Events: On player chats: # Whether to use the dang...