Commit Graph

55 Commits

Author SHA1 Message Date
phidias 4a7ba13921 fix 2023-10-11 23:22:09 +09:00
phidias dc6b418639 playerdata 2023-10-05 16:59:42 +09:00
phidias 785105d38b waterfill role 2023-10-03 19:19:27 +09:00
phidias 8625082718 Merge branch 'dev' into dev3 2023-09-23 14:19:27 +09:00
phidias f0042631ce role 2023-09-23 05:09:01 +09:00
phidias 17d07ac228 addon module inserter gui 2023-09-23 05:07:20 +09:00
phidias 46f6215d94 Feature Update (#237)
See PR for details, there are too many to be included here.
2023-08-15 18:47:34 +01:00
oof2win2 3f42681ddc feat: role deference in Roles module itself 2023-02-25 15:36:33 +00:00
Cooldude2606 1b833edc4c Merge pull request #229 from oof2win2/feature/nukeprotect
Implement nuke protect, fix move_items
2022-12-09 21:09:26 +00:00
oof2win2 d0d59d35d8 fix(config): roles 2022-11-12 22:39:37 +01:00
oof2win2 f1268ddf9e refactor(nukeprotect): better config setup 2022-05-15 10:15:59 +02:00
oof2win2 5ec5a0efad feat(addons): implement nukeprotect 2022-05-14 23:24:54 +02:00
Cooldude2606 7958f045d1 Merge pull request #228 from oof2win2/feature/graftorio
Add graftorio
2022-05-14 21:36:29 +01:00
oof2win2 8195107572 feat: add graftorio 2022-05-14 16:06:37 +02:00
oof2win2 2c4ff3f9e0 roles bypass 2021-12-29 03:12:41 +01:00
Cooldude2606 0c0dba384b Fixed issues in expcore 2021-05-06 00:28:52 +01:00
Cooldude2606 2e1e024ac7 Merge branch 'dev' into feature/entity-alert 2021-04-26 00:21:48 +01:00
Cooldude2606 7dbb22f575 Merge branch 'dev' into feature/spectate 2021-04-25 23:53:34 +01:00
Cooldude2606 62f3e75f28 Merge branch 'dev' into feature/admin-markers 2021-04-25 20:18:32 +01:00
Cooldude2606 d83f1e3aea Fixed protection issues 2021-04-24 21:05:11 +01:00
Cooldude2606 7fb1a14cb3 Changed ignore_role to ignore_permission 2021-04-24 01:53:05 +01:00
Cooldude2606 bb46d44ea3 Added admin markers 2021-04-15 23:24:27 +01:00
Cooldude2606 51c5a5b1f8 Added search commands 2021-04-07 01:01:41 +01:00
Cooldude2606 f56eb4c145 Added spectate commands 2021-03-31 01:06:57 +01:00
Cooldude2606 79b715561f Merge pull request #198 from bbassie/feature/cmd-last-command
Feature/cmd last command
2021-03-30 04:09:42 +01:00
oof2win2 74bca08eb4 Command to remove greeting 2021-02-13 13:50:32 +00:00
bbassie c7c505b3b5 Basic implentation of a last location command 2021-02-09 22:21:11 +01:00
Cooldude2606 16524a92c9 Merge pull request #187 from bbassie/remove/temp-ban
Removed Temp ban related stuff
2021-01-27 00:26:43 +00:00
badgamernl 294766714a Removed Temp ban related stuff 2020-11-07 01:10:11 +01:00
badgamernl 848207d8db Fixed unused argument player 2020-11-06 22:39:58 +01:00
badgamernl ce565441c8 Removed debug message 2020-11-06 22:37:46 +01:00
badgamernl 1f549688fa Forgot to stage the roles.lua 2020-11-06 22:30:24 +01:00
badgamernl 61a3f92982 Add command /tag-color 2020-11-04 00:38:01 +01:00
Cooldude2606 d317751a10 Added play time and maps played check 2020-09-08 18:55:13 +01:00
Cooldude2606 a84c42aa3c Improved Auto Assign 2020-09-08 18:40:33 +01:00
Cooldude2606 2ec8581c52 Fixed clear-inv 2020-08-14 02:35:04 +01:00
Cooldude2606 97f2d9b967 Fixed Chat Reply 2020-08-14 02:17:51 +01:00
Cooldude2606 e0eba193a4 Cleaned up use of the Game module 2020-08-14 01:54:51 +01:00
Cooldude2606 1afd27fd9c Merge pull request #167 from Cooldude2606/feature/external
Added external server list
2020-08-14 00:29:29 +01:00
Cooldude2606 a8417b4d2d Merge branch 'patch/6.0.10' into dev 2020-06-16 14:57:02 +01:00
Cooldude2606 974021ab27 Blocked fluid clearing for guest 2020-06-16 14:42:07 +01:00
Cooldude2606 43c1bc2788 Added connect command 2020-06-15 00:29:23 +01:00
Cooldude2606 4286e25803 Fixed some bugs 2020-05-29 22:57:06 +01:00
Cooldude2606 d65a1fe0fe Added Quickbar filters 2020-05-28 22:31:24 +01:00
Cooldude2606 e37e846ea1 Updated Player Data Core 2020-05-28 21:27:18 +01:00
Cooldude2606 ca6de1365d Merge pull request #159 from Cooldude2606/feature/datastore
Persistent Datastores Including Player Data
2020-05-26 19:11:42 +01:00
Cooldude2606 32507492b8 Fixed Existing Lua Check Errors 2020-05-26 18:21:10 +01:00
Cooldude2606 537980cda4 Few bug fixes for datastore 2020-05-22 20:18:00 +01:00
Cooldude2606 29fee79fea Added player data 2020-05-21 22:17:02 +01:00
Kevin Taylor d0a23a1a59 Iterate save using pairs instaid of ipairs, remove erronus require, add save fuction 2020-05-16 22:44:30 +01:00