Coder Social home page Coder Social logo

prisonpicks's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar thephilderbeast avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

prisonpicks's Issues

Improve Code Coverage

Improve unit test code coverage as far as practical, with an aim of 80%

the feature/Unit_tests branch is being used for this.

Reload Plugin Command

Add a command to reload the plugin so the whole server dosent have to be realoaded

Remove Inventory Full Notification

The Inventory Full Notification should be moved to AutoPickup in full and the /fullnotify command will be removed entirely. The reasoning for this is to not duplicate the code across both plugins for both AutoBlock and non-AutoBlock as it seems messy. Also creating an API on the prisonPicks side for AutoBlock to use could cause performance problems due to the rate it would have to check to see if the settings have been changed. From a code standpoint the prisonPicks plugin should not care whether inventory space is available or not. It should always try adding the item regardless and let AutoPickup handle what to do with it. Whether that may be deleting excess items or dropping them to the ground.

Disappearing picks on repair

This bug has been reported by some people but I havent been able to reproduce it. Ill have to take a further look into why this would happen

Improve AOE Radius math

The AOE radius code currently isn't very intuitive and makes getting desirable results difficult. This should be fixed so AOE radius customization can be added in the future.

Make AutoPickup a soft dependency

AutoPickup should be a soft dependency. Where we use it if the plugin is available but do our own handling if the AutoPickup plugin cannot be found.

Currently we will crash without the AutoPickup plugin. This plugin SHOULD be able to work without AutoPickup available.

Internal Error

Everytime I try and use this plugin on any of my servers, it says there is an internal error?! Any suggestions on trying to fix that?

Java access cleanup

the code needs to be checked to reduce the amount of public access on vars and methods.

Add javadoc comments

add java doc comments to our methods to allow us to provide docs to new devs that want to work on this.

we should probably improve the comments in the code as well to explain things

add config options

add a config file to allow server admins to adjust the settings for the plugin

enable/disable each pick type
set aoe radius (per pick?)

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.