Code Monkey home page Code Monkey logo

fouriermc's People

Contributors

bcbwilla avatar electroid avatar twizmwazin avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

twizmwazin

fouriermc's Issues

Add data logging for later analysis

Add data logging option. Probably just log the clicking signals as arrays in a json file so that it can easily be played with later.

[{player: uuid, signal: [0,1,0,0,0,1,1...]}, ...]

Add option to only log certain percentage for if larger servers want to collect a portion of data over time.

Note that I'm going to ease of later analysis over efficient storage here.

Add better violation handling

Need a good way to record / log user violations (i.e. when they fail a clicking signal test). Possibly something that keeps track of violations over time and notifies server staff after a certain number of violations. This should be general and play well with other standard server plugins.

Add commands for testing config settings

Add get/set commands for each of the config parameters so that clicking signal tests can be modified in game. This would be primarily for debugging and testing purposes.

Add permissions

Basic permissions are needed for commands and violation notifications

Coding conventions (diamond operator)

For Java 7 and up, there is the Diamond operator which is convention for initiating collections.

instead of: public Map<UUID, Violation> violationLogger = new HashMap<UUID, Violation>();

set your programming language to 7 (diamonds & multi-catch) and do:
public Map<UUID, Violation> violationLogger = new HashMap<>();

You shouldn't notice a performance difference, just a little thing I caught while reading your code! :)

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.