-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
41 lines (21 loc) · 1.33 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
TOSP - Terraria Open Source Plugins
TOSP now includes it's own code injector.
Unlike tMod which distributes a modified exe (which is illegal BTW), TOSP does this injection at runtime.
Currently, the injector is just a proof of concept, and it need more more work before it's usefull at all.
I just want to receive some feedback from the Terraria staff if they would accept this method distribution.
As it includes no code from Terraria, it might be considered legal, and if it's ok with them, I'll continue it's development.
The current injector will just protect the server from any kind of tile modification.
================================================================================================================================
To download the original Region Protect plugin (which uses tMod 0.10), use this link:
https://github.com/downloads/bbf/TOSP/TOSPlugins-latest.zip
To install, copy to your tMod plugins directory.
You need the Permissions plugin as well.
The following permissions are available:
* regionprotect.use
This permission allows users to create their own personal regions.
regionprotect.bigregions:
This permission allows users to make unlimited size regions.
regionprotect.admin:
This permission allows users to make changes even on protected regions.
License:
GPL v3