summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorDico <dico.karssiens@gmail.com>2018-09-23 06:34:03 +0100
committerDico <dico.karssiens@gmail.com>2018-09-23 06:34:03 +0100
commit038e698a1421e95d1dc96117cd9a2ae0cfdddf6a (patch)
tree9a9a44bb20869ab8a7ab2287d14c6558a495614b /todo.md
parentf499555f8bff9d3c77340a0aa852cb418e81e6f7 (diff)
Work down some todo items, update to kotlin 1.3-rc
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/todo.md b/todo.md
index 541aecf..c04937a 100644
--- a/todo.md
+++ b/todo.md
@@ -3,18 +3,18 @@
Commands
-
Basically all admin commands.
-* setowner
-* dispose
-* reset
+* ~~setowner~~
+* ~~dispose~~
+* ~~reset~~
* swap
* New admin commands that I can't think of right now.
Also
-* setbiome
+* ~~setbiome~~
* random
Modify home command:
-* Make `:` not be required if prior component cannot be parsed to an int
+* ~~Make `:` not be required if prior component cannot be parsed to an int~~
* Listen for command events that use plotme-style argument, and transform the command
~~Add permissions to commands (replace or fix `IContextFilter` from command lib
@@ -61,7 +61,7 @@ Prevent block spreading subject to conditions.
Scan through blocks that were added since original Parcels implementation,
that might introduce things that need to be checked or listened for.
-WorldEdit Listener.
+~~WorldEdit Listener.~~
Limit number of beacons in a parcel and/or avoid potion effects being applied outside the parcel.
@@ -77,6 +77,6 @@ Use an atomic GET OR INSERT query so that parallel execution doesn't cause probl
Implement a container that doesn't require loading all parcel data on startup (Complex).
-Update player profiles in the database on join to account for name changes.
+~~Update player profiles in the database on join to account for name changes.~~