Giter Club home page Giter Club logo

icarusmod's People

Contributors

cameronredmore avatar gitter-badger avatar gotnofriends avatar hockeyfan360 avatar mayokek avatar mgejay avatar paul19988 avatar robingall2910 avatar wild1145 avatar zd12 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

icarusmod's Issues

WorldEdit Toggle Command

Having the ability to turn the WorldEdit plugin on and off would be useful for admins in game so that they can easier manage the workload of a lot of players if there is an admin shortage.

Anti Creative PVP System

This would simply prevent the ability for players to creative / God mode PVP other players. This also should issue a warning to the player so that admins are notified when they join again.

Switching to TFM Command Handling

As of de8e0ba I have been playing with the idea of using TFM command handling to manage the permissions side of our command setup. This could link in with #30 dependent on how we decide to take it forward, however utilizing TFM's command setup may prove handy in the future.

This has not been tested, it may not actually work, but either way the idea is there to help deal with some of the current limitations that we have within the plugin setup.

Migrate Admin Managment

To avoid using TFM where possible, Im thinking we migrate the TFM admin setup directly to here, and just modify TFM to use this plugins system, that way we can use MySQL and do this properly.

Name History

As with DCMod I'd like admins to be able to see a players previous name(s) based on either their username at the time, or their UUID. This should also happen UUID based on login and display in gray to the admins.

Migrate Banning Systems

I would like to handle the global banning of players, potentially through Icarus, but possibly through a separate bungee plugin, im not too sure yet.

Management Rank

Not sure if its possible without direct modification of TFM, but the ability to have some sort of "Management" Rank would be handy... More of a display rank, but still handy.

Extensive Documentation

I would like extensive documentation regarding all the functionality of this plugin, including both Javadocs and full written documents to explain features and functionality, to make it easier for others to work with in the future, if they should so decide.

/prefs Command

This could be useful for admins, or enhance other players' experiences.

If they wanted to disable pvp, they could use /prefs pvp. This would prevent others from pvping them, and prevent them from pvping as well. We could do a /prefs nobreak, to prevent them from breaking blocks. (useful if trying to hit a player with bare hand/etc)

Do you like his idea? Changes to this?

Cleanup Main Plugin File

There's quite a few things that could be done to cleanup the main plugin file.

For example, https://github.com/Superior-Development/IcarusMod/blob/master/src/com/superiornetworks/icarus/IcarusMod.java#L47 doesn't need to be there at all since line 46 does the same thing.

And https://github.com/Superior-Development/IcarusMod/blob/master/src/com/superiornetworks/icarus/IcarusMod.java#L53 could be simplified with the register system in BukkitLib. You just need to do register(listener) and it'll do it for you. In the way you've done it currently, you could just do register(new PlayerListener(plugin)) and that'll be it.

Also, while nitpicky, everything in the config file should be lowercase (for variable names), so instead of Hostname it should be hostname.

Not that important, but it's good to have clean code.

Imposters

Admin system needs imposters adding, shouldn't be too hard to make, a quick check in the login listener should suffice.

Migrate Nickname handling

To give us more control over how we work nicknames into the server, I would like to migrate this from Essentials and have it handled internally, stored within the player data.

Potato Command

Another slightly fun command. Based from CJFreedom, simply gives one a potato.

Unlike CJFreedomMod perhaps have this so you can execute it as a player and just get it yourself, or if an admin runs it then everyone gets one.

Tormenting System

Something myself and @WickedGamingUK were discussing earlier was having some sort of evil tormenting system for those players that deserve to be banned, but deserve to suffer extensively before doing so.

Currently I am looking at some ideas that we can implement it with, and how to make it as evil as possible. We can then work on the logistics later :)

Extensive Core Protect Integration

I would like to possibly even replace the entire of the way TFM currently manages its role back system for both block breaking and possible even WorldEdit and replace it with a core protect system. This would make it a lot easier to trace damage and such.

Move from bukkitlib for command-handling.

This may sound like a bad idea, but we have been having issues preventing us from moving forward. It would not be hard to make a isManager boolean in the TFM. That way, we can do permissions. Then, it we only use BukkitLib for it's Utils, not the commands.

Did you test the listeners?

Did you test to make sure that the listeners register? @Wild1145

(I am asking because they did not work when I tried to implement the devmode. Other things were not registering either, and so that is why I posted)

Username "Alert" system

When a player logs in, it should check if their username has been banned through the Fishbans API.

This should also be a toggle for admins in game so they can opt to see it or not, though should log no matter what.

Implment GeoIP Tracing

Like with DCMod and DCAuto Location it would be good to add IP tracing built into the plugin. This would remove the need for Essentials GeoIP and could possibly be handy for admins online.

Extensive Warning System

Something a bit like the DarthCraftMod System, this would log to MySQL and allow callback for admins in game to review both the current amount of warnings and any logged reasons why the player has been warned.

Famous Person Warning System

When a famous player (as defined by the TFM main config) joins the game, a warning should be displayed to all online players to notify them that this is a fake player joining.

Cooldown System

Something I saw on the TF forums, and I think would work quite well, especially when the server is really busy, is a "cooldown" system, where you can only talk / execute commands every X seconds (Between 1 and 4 maybe?) defined by the admin. You can also decide to toggle just chat cooldown, just commands cooldown or both, and then for the amount of time.

Its something that would make the server a lot less spammy, and potentially also reduce lag when you have 35 players trying to spam commands.

Bug?

Basically, I get this error every time I try to load the plugin. I have compiled the plugin with craftbukkit1.8 and BukkitLib1.3.

[17:32:01] [Server thread/INFO]: [IcarusMod] Enabling IcarusMod v0.0.0
[17:32:01] [Server thread/ERROR]: Error occurred while enabling IcarusMod v0.0.0 (Is it up to date?)
java.lang.NullPointerException
at com.superiornetworks.icarus.IcarusMod.onEnable(IcarusMod.java:40) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[craftbukkit.jar:git-Bukkit-"24557bc"]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:325) [craftbukkit.jar:git-Bukkit-"24557bc"]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit.jar:git-Bukkit-"24557bc"]
at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:338) [craftbukkit.jar:git-Bukkit-"24557bc"]
at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:311) [craftbukkit.jar:git-Bukkit-"24557bc"]
at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:392) [craftbukkit.jar:git-Bukkit-"24557bc"]
at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:360) [craftbukkit.jar:git-Bukkit-"24557bc"]
at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:315) [craftbukkit.jar:git-Bukkit-"24557bc"]
at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:190) [craftbukkit.jar:git-Bukkit-"24557bc"]
at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:475) [craftbukkit.jar:git-Bukkit-"24557bc"]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]

Setting custom login messages in game

To give admins that bit more freedom, setting custom login messages would be a huge perk for our admins. Shouldn't be too hard to implement but would definitely be cool for admins.

Busy System

Just like the system that DarthCraftMod supports, a busy system that will stop you being disturbed when trying to work would be handy.

Ability To Disable AdminWorld Access

Something we had in CJFreedomMod was the ability for senior staff to enable and disable access to the admin world. Having this implemented here for developers, managers and the other higher custom ranks would be quite useful I think.

Auto Enable Command spy

Upon any admins joining the game, the command spy feature should be enabled by default. Shouldn't be too hard for anyone to implement, just something that should be added.

Voting System

It would be great to have some sort of incentives to vote, I am not sure exactly what, but maybe have players able to earn credits or something like that to "spend" in an online store or similar to get free perks like access to their own world, a color tab name and similar.

This is something more long term as it will probably depend on some sort of panel, and may not even be viable for what we are trying to do here.

Add a Readme

For some reason I have yet to write a readme, this needs to be done...

Migrate TFM Commands

I would like to migrate as many TFM Commands as possible into this plugin. This is to eventually remove our dependency on the TFM plugin for good.

Nyan Toggle Command

Should we decide to have some sort of Nyan plugin like CJFreedom this will come in handy quite a lot! This is a low priority until we finalize the plugins we will be running on the network.

Improved Reporting System

Something that is a cross between the old CJFreedomMod System and the newer DarthCraftMod system where when a player is reported for any reason, it logs to MySQL the reason, reported players IGN, Reportee's IGN and the position of the player at this time. Then create a "Ticket" number so that admins can close the issue later in game or easily find it on the panel.

This would also then give the players in question the ability to review the report against them from an online panel in the future.

Friend / Buddy System

More of a discussion one here, but perhaps find a way to have some sort of friend / buddy system. This way you can add a players name and IP to your "Friends" list, and when they login you are notified that they have logged in and are on the same IP as when you friended them.

Migrate Adminmode

I would like to migrate the adminmode, but have it probably something more controlled by a panel, so we can bring servers online and offline from a central panel far easier than going into each server and running a command.

Migrate Command Spy & Enhance

One of the big things that I feel command spy could use is command "highlighting" where certain key words on command spy are bold / another colour so that admins can easily see who is potentially using harmful commands.

This will require migrating the command spy system in from TFM and being handled within this plugin. Any feedback would be appreciated.

Random Chat Colours

Like in Camzies new madness plugin, the &- creates a random chat color. I love it and want it supported here! Maybe just in nicks to start with though if possible ;)

Senior Admin Chat

Like normal admin chat, but for seniors. Its as simple as that really.

Replacing the original TFM announcer with a better one

The action announcer system that we use in DC is a far less interrupting way of sending announcements and actually looks a lot nicer than chat messages. Possibly even able to link it all in to one announcement system that also utilizes BarAPI.

Supporting the new "Alert" when players login

The full screen alert setup that we use on DarthCraft to welcome players back. This will probably end up having to be done by a separate plugin due to the lack of an API so far, however there may be some way through an API to do it in the future either through TFM or BukkitLib.

Switch to ServerUtils

To keep the plugin dependency low, I want to switch our MySQL and Reflections (See Cleanup Branch) over to the ServerUtils plugin that is maintained within this organization. It just means we can start cutting down the amount of stuff we have to build directly in to the plugin.

Migrate Smite command

Due to the main TFM's reluctance to make the messages less gender specific, I want it re-created in here because I dont agree with being gender specific.

Custom Ping Message

Just like we have a custom MOTD, it would be great to make something cool happen when you hover over the ping, Spigot already shows players, and vanilla shows the ping time, but this would be quite cool and useful!

Twitter Intergration

Thinking it would be cool to have the server send tweets when players are promoted and possibly for some other things. Again this isnt a major rush thing, but something for the long term to think about.

Doom Hammer

Just like the CJFreedomMod one, a Camzie Creation of utter madness and destruction! Probably one for Camzie to create again, but a fun one.

Migrate Denick

Part of #38 - Requires #51

This would migrate the denick system, but instead of just removing the nicknames for online players, should do a complete wipe (Possibly for seniors if they add -a at the end?)

Pie Command

More of a fun command, but having the /pie command re-added, possibly with a /pi command as a more mathematical joke of a command?

This isn't something that is particularly urgent but would be nice to have added.

Unlike CJFreedomMod perhaps have this so you can execute it as a player and just get it yourself, or if an admin runs it then everyone gets one.

Development Mode

A bit like admin mode but with three options

  • Everyone can connect but just gets a warning when they join the server
  • Only admins can join and get a warning anyway
  • Only Developers can join and get a warning.

If its in the second or third mode, when there are no developers online it would automatically switch to the first mode after 5 (maybe 10) mins.

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.