summaryrefslogtreecommitdiff
path: root/forcefield.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-07-19 02:41:44 +0200
committerjomo <github@jomo.tv>2014-07-19 02:41:44 +0200
commitdf91adf7fd1b6d5d90a2b1f4f9ac60d7169319c1 (patch)
treee6193332c3592749e43308c40b4ab12f94708d64 /forcefield.py
parent243b4fab4f0c69dd57ff839d12c4551cc9e5e576 (diff)
fix dicallignment
Diffstat (limited to 'forcefield.py')
-rw-r--r--forcefield.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/forcefield.py b/forcefield.py
index 427fa06..d5fa1fe 100644
--- a/forcefield.py
+++ b/forcefield.py
@@ -3,14 +3,14 @@ from helpers import *
from org.bukkit.util import Vector
from math import sin
-ff_perm = "utils.forcefield"
-pass_perm = "utils.forcefield.ignore"
-ff_prefix = "&8[&bFF&8] "
-ff_users = []
-fd = 6 # forcefield distance
-Xv = 2.95 / fd # used in move_away(), this is more efficient.
+ff_perm = "utils.forcefield"
+pass_perm = "utils.forcefield.ignore"
+ff_prefix = "&8[&bFF&8] "
+ff_users = []
+fd = 6 # forcefield distance
+Xv = 2.95 / fd # used in move_away(), this is more efficient.
whitelists_filename = "plugins/redstoner-utils.py.dir/files/forcefield.json"
-whitelists = {} # {ff_owner_id: [white, listed, ids]} (Adding file usage later, should be simple but just not yet.)
+whitelists = {} # {ff_owner_id: [white, listed, ids]} (Adding file usage later, should be simple but just not yet.)
# /ff admin is a future option I might implement