Coder Social home page Coder Social logo

relluem94s / relluessentials Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 0.0 6.33 MB

Essential Commands and Functions for a better Spigot Experience

License: MIT License

Java 85.74% SQL 12.32% Markdown 1.94%
plugin minecraft bukkit bukkit-plugin enchantments gamemode group-management lobby npc protections

relluessentials's People

Contributors

relluem94 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

relluessentials's Issues

fly mode

no message if you turn off flight for other players.

Add Database Connection

Usage for Player Stats, Block History, Skills, Homes etc.

Adding as an option yml only for normal mode, db required for full usage

Group Management

Add a list that plugins that uses RE can add Groups to it.
We may have to change the permission id system a bit so we have 3-5 levels.
you can create a group and specify what level it uses.

Cleanup repos

Remove these files

.classpath
.project
.settings/org.eclipse.jdt.core.prefs
.settings/org.eclipse.m2e.core.prefs
nb-configuration.xml

Check blockfaces for items like torches.

Block b = e.getBlock(); //TODO Check blockfaces for items like torches.
if (p.getInventory().getItemInMainHand().getEnchantments().containsKey(Enchantment.getByKey(new NamespacedKey(Strings.PLUGIN_NAME.toLowerCase(), "autosmelt")))) {
if (p.getInventory().getItemInMainHand().getEnchantments().containsKey(Enchantment.getByKey(new NamespacedKey(Strings.PLUGIN_NAME.toLowerCase(), "telekenesis")))) {
if (p.getInventory().firstEmpty() >= 0) {


This issue was generated by todo based on a TODO comment in a046fdc when #10 was merged. cc @Relluem94s.

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.