Git Product home page Git Product logo

adminchat's Introduction

๐Ÿ‘‹ Hey, I'm MD! I work on a few open-source projects, mostly related to Minecraft: Java Edition.

I'm a lead maintainer of EssentialsX/Essentials. I've also made some other things:

โค If you want to support my work, you can do so over at GitHub Sponsors.

Getting in touch

I'm part of the Minecraft Open Source Software community on Discord. You can reach me at @mdcfe#1970 on there.

Please don't send friend requests or DMs without getting in touch first! I often can't help with the projects I work on in DMs.

adminchat's People

Contributors

gravitylow avatar lordralex avatar mdcfe avatar

Stargazers

 avatar  avatar

Watchers

 avatar

adminchat's Issues

Add BungeeCord support

Could be installed on both game server and proxy in order to mirror channels for API access within other server-side or proxy-side plugins.

Fix dynamic command reflection

Issue by 1Rogue
Friday Jan 31, 2014 at 04:23 GMT
Originally opened as 1Rogue#9


Notes from a plugin page:

Before: (incompatible)

SimplePluginManager spm = (SimplePluginManager)Bukkit.getServer().getPluginManager();
Field scmF = spm.getClass().getDeclaredField("commandMap");

After: (compatible!)

PluginManager pm = Bukkit.getServer().getPluginManager();
Field scmF = pm.getClass().getDeclaredField("commandMap");

Restructure commands

Restructure commands, for example:

  • /xyzmute player -> /ch mute xyz player
  • /xyztoggle -> /ch switch xyz
  • /xyz would remain unchanged
  • /xyzjoin and /xyzleave -> /ch join xyz and /ch leave xyz

Add per-channel and overall muting

Issue by 1Rogue
Tuesday Oct 08, 2013 at 17:58 GMT
Originally opened as 1Rogue#5


Needs:

commands:

  • adminchat muteall *
  • adminchat muteall [player]

uses an anonymous runnable class for removing the player from the muted players

permissions:

  • adminchat.muteall
  • adminchat.muteall.*
  • adminchat.channel.mute.

listeners:
checks if they are in a map within the channel object of muted players

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.