Commit Graph

79 Commits

Author SHA1 Message Date
Dico200
1fb6e08d42 Serversigns hotfix 2016-05-30 03:53:33 +02:00
Dico200
5a757b7fb1 Removed @hook.enable decs from modules, added them to the on_enable() method of main.py. 2016-05-29 20:56:29 +02:00
Dico200
7a905643eb Enabled friends module, added friends check in imbusy, fixed small mistakes 2016-05-28 22:18:27 +02:00
Dico200
a555676076 Prevent complete multi-replacement in chatalias. Doesn't prevent 1 -> 2 and 23 -> 5 to make for 13 -> 5, but does prevent a -> 20 and 2 -> 3. Tested. 2016-05-25 02:39:05 +02:00
jomo
6a4d1447ec rename tabnames to nametags
I think it's a more descriptive name
2016-02-15 01:27:13 +01:00
BuildTools
f03f34777b Added tabnames module, disabled iptracker due to instability 2016-02-14 22:24:11 +01:00
Dico200
1969584312 Revert "Merge branch 'wrapper' of https://github.com/RedstonerServer/redstoner-utils into wrapper"
This reverts commit 4d5861fd36, reversing
changes made to 9d0e4c99ba.
2015-11-25 15:49:52 +01:00
BuildTools
70b4db5318 added wrappers, temp disabled all modules 2015-11-23 22:17:40 +01:00
Dico200
5717f58527 Disabled chatalias so I can see errors 2015-11-22 17:12:35 +01:00
Dico200
23b3bffcf6 Major serversigns overhaul, it mostly works now. A little bit of testing and command help is left 2015-11-22 14:51:47 +01:00
NEMESIS13cz
743d42f719 added iptracker to main.py 2015-10-30 16:47:51 +01:00
Sergey
b369ea7557 Removed random crap
How did it get there?!
2015-10-28 18:49:52 +02:00
PixelSergey
e036716a62 Remembered to edit main.py :) 2015-10-20 19:45:53 +03:00
Dico200
9119c3d150 Moved /signalstrength to its own file, added default configurability, added basecommands documentation, added can_build() to helpers 2015-10-20 18:03:05 +02:00
PixelSergey
ed27cdf561 Added the chat aliasing plugin 2015-10-16 17:20:17 +03:00
NEMESIS13cz
069cc8aec1 Removed a vanishfix.py call as we are no longer using it 2015-09-29 21:53:45 +02:00
Dico200
4404674c29 Disabled vanishfix, preparing merge
I replaced /warn and /warnp commands with @simplecommand hook. they
happened to be missing the 'if' from the permission checks and this
takes care of some other things as well.

I added a module called vanish which will replace essentials vanish
which happens to be really buggy as you know.

I added a serversigns module but it is not added to main.py and thus it
will not cause problems!
2015-09-19 02:22:21 +02:00
Dico200
d5c9e2fae1 Added vanish module, a simple replacement for the essentials version
I tried to use underscores where ever I could ^^
2015-09-19 01:00:51 +02:00
PanFritz
256bcadf8d Disabled servercontrol for now 2015-09-11 11:48:42 +02:00
NEMESIS13cz
65b74511d0 Added punishments.py to module list 2015-09-06 15:20:10 +02:00
NEMESIS13cz
579b906b2a Added vanishfix.py into modules + call its enabled method 2015-09-06 01:40:13 +02:00
NEMESIS13cz
b9e71b80ad Added scriptutils and tag into main.py 2015-08-30 20:24:49 +02:00
PanFritz
65f20ae9ca First working prototype of servercontrol to redstoner 2015-08-28 05:53:36 +02:00
PanFritz
0ea6183c03 Merge branch 'dev' of github.com:RedstonerServer/redstoner-utils into dev
Conflicts:
	loginsecurity.py
	player.py
2015-08-18 00:24:26 +02:00
PanFritz
6574179872 Multiple bug fixes, loginsecurity fully functioning 2015-08-17 04:54:02 +02:00
jomo
45008c0443 remove trailing whitespace, replace tabs with 4x space 2015-08-13 00:30:54 +02:00
NEMESIS13cz
2a53432c95 Added playermanager to module list 2015-08-10 17:38:59 +02:00
PanFritz
6bb52ed255 Finished login security, added mysql support and password hashing. 2015-07-07 01:58:05 +02:00
PanFritz
fdaa6265c4 Removed old code from main 2015-06-29 22:47:43 +02:00
PanFritz
caec2fd0d5 added snowbrawl to main.py 2015-06-15 22:36:50 +02:00
Dico200
778fd0234e Fix /up
Tried a lot of shit but these 3 lines should do it.
2015-06-06 10:29:24 +02:00
Dico200
3cbb8dc9bd Prevent /up griefing, add /ackey, minor tweaks
Dunno why its posting 'changes' in main.py tho
2015-06-03 01:09:07 +02:00
Dico200
4e1398e514 Disable loginsecurity module 2015-04-29 03:31:01 +02:00
Dico200
c451b2247b Added blockplacemods module
Adds a few nifty features with per player customization:
- Placing a slab automatically turns it upside-down
- Placing a cauldron automatically fills it
- Right clicking a cauldron with empty hand or redstone dust lowers
water level
2015-04-29 03:27:37 +02:00
Dico200
487375dd07 Added loginsecurity module
Added to make an easily adjustible version of LoginSecurity.
LoginSecurity does not (seem to) support name changes since it retrieves
the UUID used from a byte[] of "OfflinePlayer:<username>" which means
the UUID changes when a player changes their name. This should fix
/rmpass. It uses BCrypt. I'll test this on the dev server (hoping bcrypt
is installed)
2015-04-17 00:10:21 +02:00
Dico200
39654bf4a7 Re-enabled AdminNotes module 2015-03-17 00:56:50 +01:00
jomo
dbfc1dd2a2 merge 2015-03-15 04:19:02 +01:00
Dico200
f1856d3243 Disable adminnotes, fix stuff 2015-03-15 04:17:12 +01:00
Dico200
96b4cb2e3f Disabled snowbrawl 2015-03-15 04:00:51 +01:00
Dico200
dc307fc5f0 cherry-pick pmtoggle into master 2015-03-15 03:00:18 +01:00
Dico200
bab2a6e198 Added pmtoggle to shared["load_modules"] in main 2015-03-15 02:20:41 +01:00
PanFritz
db4dd3c861 fixed module 2015-01-17 00:35:29 +01:00
PanFritz
bc2c5196b2 added snowbrawl to modules 2015-01-17 00:03:49 +01:00
Gap
1ad6651e52 Adds AdminNotes 2015-01-14 18:36:03 +01:00
jomo
68430fa175 move module descriptions to main.py or modules themself 2015-01-07 00:17:20 +01:00
jomo
9a916ed2cd change indentation from 2 spaces to 4, fix #5 2015-01-06 23:38:42 +01:00
PanFritz
1cb1b96755 Added imout to modules 2015-01-06 22:54:17 +01:00
Gap
e9c78edb46 Forgot comma... -.- 2015-01-01 22:52:13 +01:00
Gap
461cfca4c6 Added check and badges 2015-01-01 22:49:33 +01:00
jomo
af29a62096 load check module on start 2014-12-20 18:56:35 +01:00