1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-21 05:51:56 +02:00

4336 Commits

Author SHA1 Message Date
KHobbits
cdeb08d93d Remove redundant permission check. 2013-12-31 04:44:28 +00:00
KHobbits
10a0e609ed Fix NB parent compiling 2013-12-28 23:09:56 +00:00
KHobbits
ad0028f6e0 Add permission: essentials.msg.multiple and essentials.pay.multiple
Message permission will allow rough nick matches and wildcards, while pay will only allow wildcards.
2013-12-28 22:37:36 +00:00
Chris Ward
70371c3a81 Add deploy plugin 2013-12-29 03:04:36 +11:00
Chris Ward
06dae78b9e Use the Essentials Maven repository 2013-12-29 00:21:26 +11:00
Chris Ward
694ce12e1b Remove Ant, migrate Netbeans code style to pom.xml 2013-12-27 03:47:13 +11:00
Chris Ward
e04ecd59d1 Travis - use Maven to build 2013-12-26 01:19:51 +11:00
SkyBirdSoar
a73da6a82d Add aliases to stationary water & stationary lava
New changes:
stillwater is an alias to 9:0 (Stationary water)
stilllava is an alias to 11:0 (Stationary lava)
2013-12-26 01:17:42 +11:00
Chris Ward
5d5adcdb63 Pull geoip library from Maven 2013-12-26 01:12:04 +11:00
Chris Ward
d3f2249d6a Use Ant to replace GroupManager's plugin.yml version 2013-12-22 19:21:19 +11:00
KHobbits
d654b171e5 Better matching of zombie and skeleton mobdata to avoid confusion. 2013-12-22 00:12:22 +00:00
KHobbits
a6aa8c1c86 Add {4} to homeSet TL key, this contains the name of the home being set. 2013-12-21 23:30:12 +00:00
KHobbits
203c58f41c Check command cost permissions prior to teleporting. Fixes ESS-4918 2013-12-21 23:19:58 +00:00
KHobbits
307a460dee Add extra /home message TL params
{1} = current home count
{2} = max home count
2013-12-21 17:42:55 +00:00
KHobbits
7e69cd2270 Don't check for default worth durability if more than one durability price is defined.
This also adds support for '*' durability matching 'other'.
2013-12-21 03:33:27 +00:00
KHobbits
d8386f33fd Restore CB to lib folder 2013-12-21 02:39:26 +00:00
Chris Ward
e63460835f Use Bukkit beta build 2013-12-18 17:26:01 +11:00
KHobbits
7f3f88495a Try changing the config file home language up a little bit. 2013-12-17 19:23:28 +00:00
Necrodoom
10e9d68071 fix gcWorld in de locale 2013-12-15 12:49:06 -06:00
Necrodoom
e6521adbb6 Add cobweb aliases 2013-12-13 09:23:29 -06:00
Chris Ward
a343d6e9f6 Change teleport safety checks to use less expensive methods. 2013-12-13 19:41:57 +11:00
KHobbits
bb681f2d7b Alter teleport cancel message to reflect config option. 2013-12-13 08:15:28 +00:00
Joshua Popoff
c56afbbb5c Add the ability to disable teleport safety. Requested by a few people - teleport safety isn't always a good thing for some servers. Request is cancelled if not safe. 2013-12-13 17:07:26 +11:00
Chris Ward
5b212c3ffd Remove Javadocs from the default compile, use the javadoc:javadoc goal to generate them. 2013-12-11 21:50:06 +11:00
Chris Ward
432577b292 Merge pull request #609 from Skylexia/patch-1
Fixed all the salmon.
2013-12-10 18:46:51 -08:00
Skylexia
9f423e660b Fixed all the salmon. 2013-12-10 20:42:56 -05:00
Iaccidentally
49ddb1a2e9 Merge pull request #607 from necrodoom/patch-67
Add new baked potato aliases - thanks clou44
2013-12-08 09:45:16 -08:00
Necrodoom
7dd3fb7d62 Add new baked potato aliases - thanks clou44 2013-12-08 19:44:14 +02:00
Chris Ward
8abfea6943 Strip all Mac OSX characters
Temporary workaround awaiting PR from Bukkit
2013-12-08 20:40:10 +11:00
md-5
7b7827dfd9 Fix formatting from last commit 2013-12-08 17:00:53 +11:00
md_5
65e14638f0 Strip weird sign chars sent by OSX due to client bug 2013-12-08 16:57:44 +11:00
KHobbits
719361190d Update config.yml to reflect recent custom message settings. 2013-12-08 04:46:33 +00:00
KHobbits
b5a56a733d Make it so both {world} and {worldname} work for both keyword parsers. 2013-12-07 23:58:47 +00:00
KHobbits
f1a39e06d9 Update Bukkit
Bukkit: #1859 CB: #2943
2013-12-07 22:26:41 +00:00
Necrodoom
de0277b1a7 Ignore empty chat events generated by plugins 2013-12-07 22:15:01 +00:00
KHobbits
a7a42a3956 Add support for adding item meta to [free] signs.
Fix NPE on [sign] creation.
2013-12-07 20:25:23 +00:00
KHobbits
de4ba9abdf Logger cleanup pt 1. 2013-12-07 20:03:05 +00:00
KHobbits
f143aaa38e Cleanup /remove ingame syntax 2013-12-07 19:17:36 +00:00
KHobbits
5c0ef0b14e Show warning when invalid mob type is specified for /remove 2013-12-07 19:03:29 +00:00
KHobbits
a8d14eb299 Remove requires at least one argument. 2013-12-07 18:46:25 +00:00
Chris Ward
8d6751d500 Fix issue in login messages
Message wouldn't be displayed if silent join is enabled and custom is disabled. Probably.
2013-12-07 14:24:39 +11:00
Chris Ward
1a58e3f6df Disable the login message hooks automatically 2013-12-07 14:20:51 +11:00
Chris Ward
bd61719dcd Fix login messages 2013-12-07 13:44:41 +11:00
Chris Ward
436eb564cc Revert "Fixed bug when logging in silently"
This reverts commit 81e782a8b0.
2013-12-07 13:24:48 +11:00
Iaccidentally
b582158331 Merge pull request #605 from Phryxiil/2.x
Fixed bug when logging in silently
2013-12-06 18:17:06 -08:00
Zarubinator
81e782a8b0 Fixed bug when logging in silently 2013-12-06 21:15:27 -05:00
Chris Ward
fc71aa2672 Who doesn't love a good ol' NPE 2013-12-06 19:01:37 +11:00
Necrodoom
d6b1e225dc Fix glass pane IDs
remove duplicates in items.csv (thanks .itemdbparse)
2013-12-05 23:09:35 +00:00
Chris Ward
8a4ef90017 Cleanup join/quit messages. 2013-12-05 23:08:29 +00:00
Chris Ward
e469ff3671 Fix custom join messages Removes double message, adds colour codes and placeholders for the user's name. 2013-12-05 23:08:28 +00:00