1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-02-25 08:52:40 +01:00

2966 Commits

Author SHA1 Message Date
KHobbits
26bcb84ee3 Fix gamemode other perm check 2012-10-02 21:06:28 +01:00
KHobbits
9a6616b302 Better handle invalid warp names 2012-10-02 00:19:42 +01:00
KHobbits
2e115c73a2 Cleanup sethome 2012-10-01 20:32:10 +01:00
Alexander Schepp
c34167a135 Merge pull request #171 from chrisgward/patch-5
Adding console override to sudo chat
2012-10-01 10:31:48 -07:00
Chris Ward
ccd226f685 Adding console override to sudo chat, changing say to c: 2012-10-02 03:30:13 +10:00
ElgarL
9a1920a8df Merge branch '2.9' of https://ElgarL@github.com/essentials/Essentials.git into 2.9 2012-10-01 17:50:08 +01:00
ElgarL
38b2687f54 Move Event to LOW so permissions get updated before this event is
triggered.

With LOWEST it would only randomly work with most perm systems,
depending on the loading order.
2012-10-01 17:49:42 +01:00
Alexander Schepp
a3eff95988 Merge pull request #165 from chrisgward/patch-2
Adding say command to sudo to fake chat
2012-10-01 09:34:49 -07:00
Alexander Schepp
33c8e32da1 Merge pull request #166 from chrisgward/patch-3
Blocking numeric home names, changing invalid home message
2012-10-01 09:34:09 -07:00
Chris Ward
7fcc1da283 Blocking numeric home names, changing invalid home message 2012-10-02 02:32:52 +10:00
Chris Ward
eaa92b8c83 Adding -c switch to sudo to fake chat 2012-10-02 02:31:15 +10:00
Alexander Schepp
78f7d069b0 Merge pull request #169 from chrisgward/patch-5
Adding console only overrides to exempts
2012-10-01 09:15:18 -07:00
Alexander Schepp
c576af4d8f Merge pull request #170 from chrisgward/2.9
Fixing storage of compiled regex
2012-10-01 09:12:35 -07:00
Chris Ward
6aad42e35e Fixing storage of compiled regex 2012-10-02 02:11:05 +10:00
Chris Ward
a8575bddef Adding console overrides to exempts 2012-10-02 01:57:29 +10:00
Iaccidentally
e44d0754b5 Merge pull request #164 from chrisgward/patch-1
Fixing bad file names in Windows (Fixes #2924)
2012-10-01 07:16:22 -07:00
Chris Ward
f4b45f5ca0 Fixing bad file names in Windows (Fixes #2924) 2012-10-01 21:20:17 +10:00
KHobbits
99bad86db6 Merge pull request #163 from chrisgward/patch-1
Fixes #2933
2012-10-01 03:27:37 -07:00
Chris Ward
8855d2525a Typo (Ticket 2933) 2012-10-01 20:12:13 +10:00
KHobbits
d889059168 Merge pull request #158 from necrodoom/patch-10
update potion aliases- add all unused potions
2012-09-30 13:55:20 -07:00
KHobbits
b6bce5c9d6 Merge pull request #162 from necrodoom/patch-12
small fixes to items.csv
2012-09-30 13:55:09 -07:00
KHobbits
128b48adee Restore removed tp method, it is used in other plugins. 2012-09-30 18:15:46 +01:00
Necrodoom
3a95bb27dd small fixes to items.csv 2012-09-30 19:22:14 +03:00
KHobbits
b1e63feeee Merge branch 'release' of github.com:essentials/Essentials into 2.9 2012-09-30 17:21:09 +01:00
Necrodoom
b37b165e9d update kit sign permission check 2012-09-30 17:16:03 +01:00
Necrodoom
e91bdf7bd5 update warp sign permission check 2012-09-30 17:15:57 +01:00
KHobbits
480d3f36ad Should fix tpaccept charge bug - needs testing 2012-09-30 17:15:40 +01:00
KHobbits
eed0eddffc New permission: essentials.teleport.timer.move - allow players to move during tp delay 2012-09-29 23:48:59 +01:00
KHobbits
23d99dd977 Little bit DRYer 2012-09-29 23:41:12 +01:00
KHobbits
8f4a48700f Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-09-29 23:35:09 +01:00
KHobbits
b8b4966e00 Properly handle tphere requests so the right user is in control/charged. 2012-09-29 23:34:46 +01:00
KHobbits
4526a4fe52 Tidy Teleport file 2012-09-29 23:33:32 +01:00
KHobbits
89356b17c2 Merge pull request #161 from necrodoom/patch-11
update signs permission check
2012-09-29 13:52:07 -07:00
Necrodoom
bc1c4b2ce5 update kit sign permission check 2012-09-29 15:57:31 +03:00
Necrodoom
c92b3b6217 update warp sign permission check 2012-09-29 15:55:47 +03:00
KHobbits
83a712826c Should fix tpaccept charge bug - needs testing 2012-09-29 03:59:31 +01:00
KHobbits
781ad92240 Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9 2012-09-28 23:01:32 +01:00
KHobbits
f88346e75b Add potion effect clearing on /heal - Chris Ward 2012-09-28 20:56:03 +01:00
KHobbits
c369a6ee96 Cleanup of god mode effects, suggested by gravypod. 2012-09-28 20:45:56 +01:00
KHobbits
1799165bd8 God mode cancel potion effects - Chris ward
Revert heal changes.
2012-09-28 20:35:13 +01:00
Necrodoom
a1a9b112b4 update potion aliases- add all unused potions
items.csv version 2.1_13
2012-09-28 17:02:43 +03:00
Paul A.
df528cf431 Fix updating version on items.csv 2012-09-27 16:39:23 +02:00
Paul A.
c64b26b8af Merge pull request #156 from evonuts/patch-1
Minor spelling/grammatical fixes
2012-09-27 05:47:31 -07:00
evonuts
a44edfaa96 Minor spelling/grammatical fixes 2012-09-28 00:42:25 +12:00
Paul A.
31011f638d Merge pull request #154 from necrodoom/patch-9
typo fix in config.yml as found by @Evonuts
2012-09-27 05:22:09 -07:00
Necrodoom
9cabb99784 typo fix in config.yml 2012-09-27 15:19:14 +03:00
KHobbits
758d8f52b5 Remove debug comments. 2012-09-25 22:37:58 +01:00
KHobbits
765e849b0f Handle negated wildcard perms in generic superperms 2012-09-25 22:21:15 +01:00
ElgarL
717b38aad7 Update users.yml to follow new ordering. 2012-09-25 20:41:16 +01:00
ElgarL
15f71ea45d No need for a new array. 2012-09-25 20:39:24 +01:00