1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-15 02:59:06 +02:00

Commit Graph

  • e1a4f6d235 Extend eco disable option to block eco lookups. This can be required to combat slow SQL economies. This option is not recommended under normal circumstances. KHobbits 2013-08-28 17:50:28 +01:00
  • 3fb4d1f3bf Don't allow buying partial item sets via trade signs. KHobbits 2013-08-28 13:42:08 +01:00
  • 843400ccec Don't allow buying partial item sets via trade signs. KHobbits 2013-08-28 13:42:08 +01:00
  • 3ef723e95f Don't allow buying partial item sets via trade signs. KHobbits 2013-08-28 13:42:08 +01:00
  • f96359e31c Add another customtext example (including one with multiple aliases) KHobbits 2013-08-20 23:43:40 +01:00
  • ca12b47a5c Add another customtext example (including one with multiple aliases) KHobbits 2013-08-20 23:43:40 +01:00
  • 80cb3e9910 Add another customtext example (including one with multiple aliases) KHobbits 2013-08-20 23:43:40 +01:00
  • cf79daddde Add support for {PLAYERLIST:GROUP} AND {PLAYERLIST:GROUP:<none>} Replace <none> with what you want to show if there are no players from that group online. KHobbits 2013-08-20 23:39:34 +01:00
  • acc6a12b1c Add support for {PLAYERLIST:GROUP} AND {PLAYERLIST:GROUP:<none>} Replace <none> with what you want to show if there are no players from that group online. KHobbits 2013-08-20 23:39:34 +01:00
  • f1d0c4ad51 Add support for {PLAYERLIST:GROUP} AND {PLAYERLIST:GROUP:<none>} Replace <none> with what you want to show if there are no players from that group online. KHobbits 2013-08-20 23:39:34 +01:00
  • ed007589f3 Add COORDS, UPTIME and TPS keywords Chris Ward 2013-08-20 22:13:51 +10:00
  • e8e4d28b6d Add COORDS, UPTIME and TPS keywords Chris Ward 2013-08-20 22:13:51 +10:00
  • 8072dbe40e Add COORDS, UPTIME and TPS keywords Chris Ward 2013-08-20 22:13:51 +10:00
  • b85aaea039 More colour. KHobbits 2013-08-20 01:51:32 +01:00
  • af782bb409 More colour. KHobbits 2013-08-20 01:51:32 +01:00
  • babee63623 More colour. KHobbits 2013-08-20 01:51:32 +01:00
  • 3a4e4c59e4 Refresh default motd. KHobbits 2013-08-19 22:00:30 +01:00
  • 9f0ada7a9d Refresh default motd. KHobbits 2013-08-19 22:00:30 +01:00
  • 618c999555 Refresh default motd. KHobbits 2013-08-19 22:00:30 +01:00
  • 7f27de4bb7 Fix text file color code escaping (&&6 -> &6) Add support for color escaping in ingame chat Other formatting class cleanup KHobbits 2013-08-19 21:28:05 +01:00
  • c47f8369be Fix text file color code escaping (&&6 -> &6) Add support for color escaping in ingame chat Other formatting class cleanup KHobbits 2013-08-19 21:28:05 +01:00
  • 30ee1fb7bc Fix text file color code escaping (&&6 -> &6) Add support for color escaping in ingame chat Other formatting class cleanup KHobbits 2013-08-19 21:28:05 +01:00
  • a06a81c15d New command /customtext - This command is intended to be used with bukkit.yml aliases to make custom commands. KHobbits 2013-08-19 00:41:21 +01:00
  • ab3ad25fb6 New command /customtext - This command is intended to be used with bukkit.yml aliases to make custom commands. KHobbits 2013-08-19 00:41:21 +01:00
  • 85c4685c5d New command /customtext - This command is intended to be used with bukkit.yml aliases to make custom commands. KHobbits 2013-08-19 00:41:21 +01:00
  • a29e1bfe51 Add support for multiple bookmarks/chapter names Clean up info file handling KHobbits 2013-08-19 00:13:49 +01:00
  • b30a873e45 Add support for multiple bookmarks/chapter names Clean up info file handling KHobbits 2013-08-19 00:13:49 +01:00
  • cd3e7dbcf2 Add support for multiple bookmarks/chapter names Clean up info file handling KHobbits 2013-08-19 00:13:49 +01:00
  • 3ccefb49c0 Fix tests KHobbits 2013-08-18 22:48:13 +01:00
  • 35da3e67fe Fix tests KHobbits 2013-08-18 22:48:13 +01:00
  • 9f16c0b71f Fix tests KHobbits 2013-08-18 22:48:13 +01:00
  • 543672a2a8 Reset fall distance when toggling fly so fall damage is not accidentally applied. KHobbits 2013-08-18 22:43:43 +01:00
  • f0a8798b55 Reset fall distance when toggling fly so fall damage is not accidentally applied. KHobbits 2013-08-18 22:43:43 +01:00
  • 2fc252409f Reset fall distance when toggling fly so fall damage is not accidentally applied. KHobbits 2013-08-18 22:43:43 +01:00
  • 8cba8da516 Fix a few issues with /list and group formatting. KHobbits 2013-08-18 22:08:57 +01:00
  • a6bb2cf9a0 Fix a few issues with /list and group formatting. KHobbits 2013-08-18 22:08:57 +01:00
  • 5476dad4e3 Fix a few issues with /list and group formatting. KHobbits 2013-08-18 22:08:57 +01:00
  • 3b8df2d18e Fix feed cooldown bypass permission: Permission: essentials.feed.cooldown.bypass KHobbits 2013-08-18 21:05:45 +01:00
  • 66c40b955f Fix feed cooldown bypass permission: Permission: essentials.feed.cooldown.bypass KHobbits 2013-08-18 21:05:45 +01:00
  • 29d2d91381 Fix feed cooldown bypass permission: Permission: essentials.feed.cooldown.bypass KHobbits 2013-08-18 21:05:45 +01:00
  • b8cdd7d1f7 Fix NPE in /kill when used from console. Thanks Necrodoom KHobbits 2013-08-18 21:04:19 +01:00
  • 1a292e34a2 Fix NPE in /kill when used from console. Thanks Necrodoom KHobbits 2013-08-18 21:04:19 +01:00
  • 74d757fd59 Fix NPE in /kill when used from console. Thanks Necrodoom KHobbits 2013-08-18 21:04:19 +01:00
  • 92a2244650 Add muting offline players Permission: essentials.mute.offline KHobbits 2013-08-18 21:02:47 +01:00
  • 1faf24b740 Add muting offline players Permission: essentials.mute.offline KHobbits 2013-08-18 21:02:47 +01:00
  • 93b00222fd Add muting offline players Permission: essentials.mute.offline KHobbits 2013-08-18 21:02:47 +01:00
  • 75fe543579 Allow alternative command handler to also pass tab complete. KHobbits 2013-08-15 21:58:23 +01:00
  • 009ea37d1c Allow alternative command handler to also pass tab complete. KHobbits 2013-08-15 21:58:23 +01:00
  • 289c47525f Allow alternative command handler to also pass tab complete. KHobbits 2013-08-15 21:58:23 +01:00
  • 7bc84d6cad items.csv - try move the most common item alias to top of aliases stack Necrodoom 2013-08-15 19:40:07 +03:00
  • 40b5e7fcdf items.csv - try move the most common item alias to top of aliases stack Necrodoom 2013-08-15 19:40:07 +03:00
  • cfae34d3f7 items.csv - try move the most common item alias to top of aliases stack Necrodoom 2013-08-15 19:40:07 +03:00
  • 2928e8a99f Use essentials itemdb for charge messages. KHobbits 2013-08-15 05:47:23 +01:00
  • 68534303ac Use essentials itemdb for charge messages. KHobbits 2013-08-15 05:47:23 +01:00
  • 2062b97bb9 Use essentials itemdb for charge messages. KHobbits 2013-08-15 05:47:23 +01:00
  • ffae86dd42 Use user object to send messages when possible. KHobbits 2013-08-15 01:53:22 +01:00
  • 1f0a684204 Use user object to send messages when possible. KHobbits 2013-08-15 01:53:22 +01:00
  • 18b8e56d43 Use user object to send messages when possible. KHobbits 2013-08-15 01:53:22 +01:00
  • ff41588c3b Gracefully handle botched plugin starts KHobbits 2013-08-13 23:37:33 +01:00
  • 466b24a428 Gracefully handle botched plugin starts KHobbits 2013-08-13 23:37:33 +01:00
  • df968b0dbf Gracefully handle botched plugin starts KHobbits 2013-08-13 23:37:33 +01:00
  • 66eb9202ce Fix mail sendall from console skipping first param KHobbits 2013-08-13 22:01:13 +01:00
  • a03535e307 Fix mail sendall from console skipping first param KHobbits 2013-08-13 22:01:13 +01:00
  • 49d1d926c4 Fix mail sendall from console skipping first param KHobbits 2013-08-13 22:01:13 +01:00
  • f17ad2c4e7 fix config comment at heal-cooldown Necrodoom 2013-08-07 16:06:35 +03:00
  • 751d2dc755 fix config comment at heal-cooldown Necrodoom 2013-08-07 16:06:35 +03:00
  • 420fedf6ed fix config comment at heal-cooldown Necrodoom 2013-08-07 16:06:35 +03:00
  • 794dd788a3 Update Commandremove.java Pocketkid2 2013-08-07 08:59:47 -07:00
  • 9acd05fffa Update Commandremove.java Pocketkid2 2013-08-07 08:59:47 -07:00
  • fb7b326cb6 Update Commandremove.java Pocketkid2 2013-08-07 08:59:47 -07:00
  • b3cae17cab trim and replace spaces in chapter names to always work in commands Necrodoom 2013-08-13 20:04:02 +03:00
  • b938f01b18 trim and replace spaces in chapter names to always work in commands Necrodoom 2013-08-13 20:04:02 +03:00
  • 42427e2ee5 trim and replace spaces in chapter names to always work in commands Necrodoom 2013-08-13 20:04:02 +03:00
  • 1ac5b4230e Teleport cleanup KHobbits 2013-08-13 18:06:24 +01:00
  • 97934669ec Teleport cleanup KHobbits 2013-08-13 18:06:24 +01:00
  • 5b94d28f7f Teleport cleanup KHobbits 2013-08-13 18:06:24 +01:00
  • a3cae43f9f Fix NPE in /back when no previous location exists GunfighterJ 2013-08-13 11:37:54 -05:00
  • 52d72d85f6 Fix NPE in /back when no previous location exists GunfighterJ 2013-08-13 11:37:54 -05:00
  • bf834ae061 Fix NPE in /back when no previous location exists GunfighterJ 2013-08-13 11:37:54 -05:00
  • d329d27a4f Restore safe location for /top KHobbits 2013-08-13 00:55:31 +01:00
  • ab0a1e4f64 Restore safe location for /top KHobbits 2013-08-13 00:55:31 +01:00
  • df8c1f2e54 Restore safe location for /top KHobbits 2013-08-13 00:55:31 +01:00
  • e9c0bd3bab Prevent inf loop when adding air to kits. Should fix #4555 KHobbits 2013-08-12 00:26:09 +01:00
  • 99d7c2e4c7 Prevent inf loop when adding air to kits. Should fix #4555 KHobbits 2013-08-12 00:26:09 +01:00
  • 68adbc6a37 Prevent inf loop when adding air to kits. Should fix #4555 KHobbits 2013-08-12 00:26:09 +01:00
  • c43574eab9 Fully support numerical worth yml data. KHobbits 2013-08-11 23:43:45 +01:00
  • 85402be22b Fully support numerical worth yml data. KHobbits 2013-08-11 23:43:45 +01:00
  • 83529213d4 Fully support numerical worth yml data. KHobbits 2013-08-11 23:43:45 +01:00
  • 09e8b87650 When in fly+god mode or when in creative mode, don't use safe teleport location when teleporting to other players. Enable fly in unsafe circumstances. This only works when teleporting within worlds for permission reasons. KHobbits 2013-08-11 22:42:29 +01:00
  • 517d6a30cb When in fly+god mode or when in creative mode, don't use safe teleport location when teleporting to other players. Enable fly in unsafe circumstances. This only works when teleporting within worlds for permission reasons. KHobbits 2013-08-11 22:42:29 +01:00
  • cd1709d137 When in fly+god mode or when in creative mode, don't use safe teleport location when teleporting to other players. Enable fly in unsafe circumstances. This only works when teleporting within worlds for permission reasons. KHobbits 2013-08-11 22:42:29 +01:00
  • ee05bf371d Update plugin.yml and add some aliases (Evonuts is going to hate me) KHobbits 2013-08-11 22:10:56 +01:00
  • 04aed9d05e Update plugin.yml and add some aliases (Evonuts is going to hate me) KHobbits 2013-08-11 22:10:56 +01:00
  • ecd80c0112 Update plugin.yml and add some aliases (Evonuts is going to hate me) KHobbits 2013-08-11 22:10:56 +01:00
  • fb9fc579d0 Allow toggling vanish for other players Permission: essentials.vanish.others KHobbits 2013-08-11 21:48:30 +01:00
  • c7e08392f7 Allow toggling vanish for other players Permission: essentials.vanish.others KHobbits 2013-08-11 21:48:30 +01:00
  • c7e9751cad Allow toggling vanish for other players Permission: essentials.vanish.others KHobbits 2013-08-11 21:48:30 +01:00
  • 8b11b870b1 General cleanup. Add optional TL param for tempban/mute time in notify message KHobbits 2013-08-11 21:34:26 +01:00
  • dfdc519e66 General cleanup. Add optional TL param for tempban/mute time in notify message KHobbits 2013-08-11 21:34:26 +01:00
  • 8fa5dee2c4 General cleanup. Add optional TL param for tempban/mute time in notify message KHobbits 2013-08-11 21:34:26 +01:00