Git Product home page Git Product logo

hawkeye's People

Contributors

daneeveritt avatar edgruberman avatar linusnielsen avatar wufire avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

hawkeye's Issues

Clean up left over /dl commands

Few minor things. Also add a donations button. ;)

"no results found, type /dl searchhelp"

The DB "cleanse age" doesnt say what unit it is in?

Web interface just stalls out.

Awesome, Plugin BTW. I have big big hopes for this. The WE tie in is the best thing to come along in this category.

Overhall the web interface

  • partial names
  • all worlds searching
  • list world in location
  • fix undefined offset
  • time brackets
  • better layout (CSS3, JQuery)
  • ascending or descending
  • auto-refresh option
  • option to disable columns
  • mouse-over information
  • xyz lengths

Error and Crash while creating the Configuration file

While starting Bukkit with the current version of this plugin, it causes Bukkit to crash with the following error:

18:19:51 [INFO] [DataLog] Starting DataLog initiation process... 18:19:51 [INFO] [DataLog] No config.yml detected, creating default file. Please make sure bukkit.yml is configured with your MySQL details 18:19:51 [INFO] [DataLog] Updating config file to v1.1 18:19:51 [INFO] [DataLog] IMPORTANT: After server has rebooted, stop server and configure plugins/DataLog/config.yml with new info 18:19:51 [SCHWERWIEGEND] Error occurred while enabling DataLog v1.2.0 (Is it up to date?): null java.lang.NullPointerException at uk.co.oliwali.DataLog.util.Config.<init>(Config.java:81) at uk.co.oliwali.DataLog.DataLog.onEnable(DataLog.java:62) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader .java:857) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage r.java:264) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136 ) at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335) at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

It is caused by a missing definition of the String List keys and can be fixed using this patch:

--- src/uk/co/oliwali/DataLog/util/Config.java  2011-06-30 19:29:10.000000000 +0200
+++ src/uk/co/oliwali/DataLog/util/Config.java  2011-07-02 18:39:46.739649600 +0200
@@ -78,6 +78,9 @@
            config.setProperty("block-filter", Arrays.asList(new Integer[]{33,34}));
        //Check general settings
        keys = config.getKeys("general");
-       if (keys == null)
-           keys = new ArrayList<String>();
  +
      if (!keys.contains("max-lines"))
          config.setProperty("general.max-lines", 0);
      if (!keys.contains("max-radius"))

Fluid logging

Actually implement it rather than create the DataType and sit on my ass ignoring the actual event

Feature Request

We would love to drop worldguard in favor of this, but we need a small functionality addition. When a block breaks such as diamond ore, we would like it to send a message in game to console, and specific permission groups. Therefore we would need a form of black list to list monitored items, and an appropriate permissions node for who can receive in game notifications.

Other than that fantastic looking so far.

Cleanse utility

Might be a good idea to test stuff before releasing some times...

Exclude Logged Commands

Is there anyway to exclude commands that will be logged? I use CAuth and would like the command /login and /register to be excluded from logging.

There is some code in there that looks like it would exclude it but it isn't excluding the commnad!

command-filter:

  • /login
  • /restartsrv
  • /register

Rollback Not Working

We recently banned a player that griefed extensively and when we did the rollback command it did nothing. Just started 0 actions were rollback but the changes were visible with the datalog tool and through the web interface. I also tried placing blocks and then rolling back my actions but that did not work either. eg command used. /dl rollback p:"playername" r:50

I checked the server console and logs and it is not throwing any errors when the rollback command is used. Any assistance in this issue would be greatly appreciated.

More actions

Chest transaction
Other death
Item pickup
Item drop

Web Interface

The new Web interface is not working at all. The formatting is out of line it is showing some of the code on the screen on every major browser. This has been true since the code was switched from an index.html to index.php in every version I have tried to download.

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.