Coder Social home page Coder Social logo

minecraft-modreq's Introduction

minecraft-modreq

Plugin for minecraft that will add mod requests to the game (basically a ticketing system)

Idea inspired by other modreq plugins, but this plugin contains all my own work, nothing copied.

#v1.1.0 todo list

  • Add request escalation (escalated request require admins)
  • Add request abandonment (for mods who can't finish a request before they leave)
  • Add request teleportation (for staff to tp to the location the request was sent)
  • Add status for a users open request if they do /reqstatus (only applies if one status is open)
  • Add modmode (turns select moderation utility commands on)
  • Implement Plugin-Metrics
  • Port to Minecraft 1.10?

#Branches Each main version will have it's own branch, both in development, and after releaese. The main branch will always be the latest release version.

#Versioning Each version will look like this: x.y.z(-snapshot) x is the majour version. This is likely to only increase when I do really big changes to the plugin (like updating to a majour minecraft release, or rewriting a significant portion of code)

y is the main version, this will change when I add new features, or rework the way something works in the backend.

z is the minor version, this will change after I release a bug fix version.

-snapshot is basically a pre-release version. Things are likely to be broken, or break. There aren't very likely to happen very often, unless I'm working on something big.

#License Copyright 2016 GrumpyBear57 (Nathan Ford)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

minecraft-modreq's People

Watchers

 avatar  avatar

minecraft-modreq's Issues

Unexpected exception while parsing console command

Error happens when executing modqueue or reqaccept from console.
reqaccept shouldn't be executed from console anyways, but it's nice if we don't have unexpected exceptions being thrown around :)

STACKTRACE

[Server thread/WARN]: Unexpected exception while parsing console command "modqueue" org.bukkit.command.CommandException: Unhandled exception executing command 'modqueue' in plugin Mod-Request v1.0.0 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.9.4.jar:git-Spigot-8a048fe-5ff377a] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.9.4.jar:git-Spigot-8a048fe-5ff377a] at org.bukkit.craftbukkit.v1_9_R2.CraftServer.dispatchCommand(CraftServer.java:646) ~[spigot-1.9.4.jar:git-Spigot-8a048fe-5ff377a] at org.bukkit.craftbukkit.v1_9_R2.CraftServer.dispatchServerCommand(CraftServer.java:632) [spigot-1.9.4.jar:git-Spigot-8a048fe-5ff377a] at net.minecraft.server.v1_9_R2.DedicatedServer.aL(DedicatedServer.java:437) [spigot-1.9.4.jar:git-Spigot-8a048fe-5ff377a] at net.minecraft.server.v1_9_R2.DedicatedServer.D(DedicatedServer.java:400) [spigot-1.9.4.jar:git-Spigot-8a048fe-5ff377a] at net.minecraft.server.v1_9_R2.MinecraftServer.C(MinecraftServer.java:665) [spigot-1.9.4.jar:git-Spigot-8a048fe-5ff377a] at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:564) [spigot-1.9.4.jar:git-Spigot-8a048fe-5ff377a] at java.lang.Thread.run(Unknown Source) [?:1.8.0_91] Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_9_R2.command.ColouredConsoleSender cannot be cast to org.bukkit.entity.Player at com.grumpybear.modreq.main$commandModqueue.onCommand(main.java:252) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.9.4.jar:git-Spigot-8a048fe-5ff377a] ... 8 more

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.