Code Monkey home page Code Monkey logo

clj-memorystone's People

Contributors

cmdrdats avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

clj-memorystone's Issues

Write memorystones to file

Whenever a new memory stone is created, removed or changed, store the info in a file.

Save a new file for every world so that worlds with a large amount of memorystones don't negatively affect world with less.

Make this a background worker task queue so that the writing is in the background but there's no threading issues with two workers trying to write the file at the same time.

missing enable/disable-plugin functions

In the current state of both cljminecraft and memorystone, the following error happens
(but I assume this is because you didn't commit latest cljminecraft maybe? which doesn't call those methods perhaps)

23:10:30 [INFO] [memorystone] Enabling child memorystone clojure Plugin
23:10:30 [INFO] loading clojure file: memorystone/core.clj
23:10:30 [SEVERE] java.lang.IllegalStateException: Attempting to call unbound fn
: #'memorystone.core/enable-plugin
23:10:30 [SEVERE]       at clojure.lang.Var$Unbound.throwArity(Var.java:43)
23:10:30 [SEVERE]       at clojure.lang.AFn.invoke(AFn.java:39)
23:10:30 [SEVERE]       at clojure.lang.Var.invoke(Var.java:415)
23:10:30 [SEVERE]       at cljminecraft.ClojurePlugin.invokeClojureFunction(Cloj
urePlugin.java:53)
23:10:30 [SEVERE]       at cljminecraft.ClojurePlugin.onEnableClojureMainOrChild
Plugin(ClojurePlugin.java:59)
23:10:30 [SEVERE]       at cljminecraft.ClojurePlugin.onEnable(ClojurePlugin.jav
a:81)
23:10:30 [SEVERE]       at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlug
in.java:217)
23:10:30 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(
JavaPluginLoader.java:374)
23:10:30 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.enablePlugin(Si
mplePluginManager.java:381)
23:10:30 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftSe
rver.java:270)
23:10:30 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.enablePlugins(Craf
tServer.java:252)
23:10:30 [SEVERE]       at net.minecraft.server.MinecraftServer.j(MinecraftServe
r.java:320)
23:10:30 [SEVERE]       at net.minecraft.server.MinecraftServer.e(MinecraftServe
r.java:299)
23:10:30 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
r.java:258)
23:10:30 [SEVERE]       at net.minecraft.server.DedicatedServer.init(DedicatedSe
rver.java:147)
23:10:30 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
ver.java:398)
23:10:30 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
ceFile:856)
23:10:30 [INFO] [memorystone] did not attempt to disable memorystone clojure Plu
gin because it wasn't successfully enabled previously

Implement memorizing memory stones with compass

In a departure from the old memorystone plugin, I want the compass item used to actually store the memorized locations. That means that if you lose your compass, you lose your memorized locations, which makes dying interesting.

It also then makes it possible to introduce the concept of a compass only having a certain capacity depending on how it was made/enchanted (would need to explore the flexibility of the recipes/enchantments)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.