summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect/src/README.TXT
diff options
context:
space:
mode:
authorementalo <ementalo@e251c2fe-e539-e718-e476-b85c1f46cddb>2011-04-26 21:36:51 +0000
committerementalo <ementalo@e251c2fe-e539-e718-e476-b85c1f46cddb>2011-04-26 21:36:51 +0000
commit63f2eb157a8e1b72b95317d644d95ea29f4a163a (patch)
treefca73fd8a2f30e3b5c60b6ca8b897ac0620806ce /EssentialsProtect/src/README.TXT
parent530fc325152551747c4c1bd08d633976301a832c (diff)
downloadEssentials-63f2eb157a8e1b72b95317d644d95ea29f4a163a.tar
Essentials-63f2eb157a8e1b72b95317d644d95ea29f4a163a.tar.gz
Essentials-63f2eb157a8e1b72b95317d644d95ea29f4a163a.tar.lz
Essentials-63f2eb157a8e1b72b95317d644d95ea29f4a163a.tar.xz
Essentials-63f2eb157a8e1b72b95317d644d95ea29f4a163a.zip
[trunk] cleanup, prevent lightning fire spread
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1280 e251c2fe-e539-e718-e476-b85c1f46cddb
Diffstat (limited to 'EssentialsProtect/src/README.TXT')
-rw-r--r--EssentialsProtect/src/README.TXT30
1 files changed, 0 insertions, 30 deletions
diff --git a/EssentialsProtect/src/README.TXT b/EssentialsProtect/src/README.TXT
deleted file mode 100644
index 4bb1b5c05..000000000
--- a/EssentialsProtect/src/README.TXT
+++ /dev/null
@@ -1,30 +0,0 @@
-EssentialsProtect:
-
-REQUIRED : Essentials.jar. Also sqlite.jar, mysql.jar in the bukkit lib folder.
-
-Config Settings in plugins/Essentials/config.yml
-
-protect:
- datatype: 'sqlite' type of db, options sqlite or mysql
- username: 'root' mysql username
- pasword: 'root' mysql password
- mysqlDb: 'jdbc:mysql://localhost:3306/minecraft' mysql database location
- protectSigns: true
- protectRails: true
- protectBlockBelow: true
- preventBlockOnRail: false prevents block placement on protected rails
-
-On startup creates a sqlite database under /plugins/essentials called EssentialsProtect.db
-
-Permissions:
-
-"essentials.protect" - allows protection
-"essentials.protect.admin" can delete protected blocks / query protection by right clicking a protected item.
-
-Usage:
-
-Place a sign or rail and they (plus optionally the block below) will be protected. Only the owners and those with admin permissions can destroy.
-
-
-
-