Is it possible to make a forked version of Bukkit?

Discussion in 'Bukkit Help' started by TurtlesBeast23, Oct 7, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    TurtlesBeast23

    I want to make a forked version of Bukkit to suit our system more. I want to get rid of the default commands due to their incompatibility with our systems and flaws in security, especially the OP command and some other stuff. Is it possible to do this?

    Thanks,
    TurtlesBeast23
     
  2. Offline

    timtower Administrator Administrator Moderator

    @TurtlesBeast23 Editting the server to remove commands will give more issues than solutions.
    My suggestions:
    1. Remove the permissions for the default commands.
    2. Override the commands with your own versions.
    3. Install a plugin that deops all ops and kicks / bans them.
     
  3. Offline

    TurtlesBeast23

    Oh, ok. I didn't know that was possible. Thanks :)

    What I'm going to do is send a message to the user:

    Error
    The OP command has been discontinued on our network due to vulnerabilities to hacking attempts and server hijacking and incompatibility with our systems.
    The command failed to process.

    I'm also going to use the Advancements API to make a notification that says:

    Request Failed
    A recent command you attempted to run did not execute correctly. More information has been provided in chat.

    Also a sound will be played to alert them.
     
    Last edited: Oct 7, 2017
Thread Status:
Not open for further replies.

Share This Page