What would you like to see?

Discussion in 'General Help' started by AronTheGamer, Sep 29, 2014.

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

    AronTheGamer

    Hello fellow Bukkiteers,

    What would you like to see in an alternative to Bukkit?

    Here is the list:

    • Direct NBT editing NBT Editing API
    • Direct packet editing ??
    • Simple AI management
    • Raw memory read and write access.
    • Access to the physical network layer
    • BukkitAlternarive extends Bukkit
    • /restart

    What should be added in your opinions?
     
  2. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Lolwut. No. An API should not provide direct access to the the storage implementation.
    No no no no no. An API should not provide direct packet editing, as that changes nearly every version, but instead provide API methods for causing changes which would be implemented in the form of packet changes.
    Simple.... AI... If it were simple to manage AI, there would have been an API for that in Bukkit.
     
  3. Offline

    garbagemule

    Here's what I'd like to see:
    • Raw memory read and write access.
    • Direct access to the physical network layer
    • Freshly ground coffee every morning
     
    ZeusAllMighty11, timtower and mbaxter like this.
  4. Offline

    xTrollxDudex

    - sun.misc.Unsafe
    - Uh pls. Native code, java.net, and an arm that comes out of the server computer used to manipulate wires
    - Uh, 0/10. Coffee tastes terrible. Make it yourself.
     
  5. Offline

    AronTheGamer

    Added to list
     
  6. Add some more API-ism, so i can have a laugh, e.g. a getMinecraftVersion that always throws an exception stating that revealing implementation details isn't en vogue.
     
  7. Offline

    ZachBora

    A reload function that actually restarts, like stop process and restart it. I think it'd be doable by starting a 2nd process that kills the first and starts server again and kills 2nd process (self).
     
  8. Offline

    turt2live

    I would like to see a single new project created from the ground up instead of 20 "alternatives" to a project.
     
  9. Offline

    Skionz

    AronTheGamer I would like everything bukkit has. Maybe a way to set the online players? Na that would be horrible.
     
  10. Offline

    AronTheGamer

    Updated list
     
  11. Offline

    xTrollxDudex

    Yay
     
  12. Offline

    ZanderMan9

    A restart, eh?
    Code:
    @ECHO OFF
    :restart
    java command
    echo Would you like to restart? [y|n]
    :err
    set /p r="> "
    if %r%==y goto restart
    if %r%==n exit
    echo Error: Invalid repsonse
    goto err
    And bam. Or you could use my software (in my sig), if you want the full package.
     
  13. Offline

    AronTheGamer

    You would rather use a /restart command than loggin in to your multicraft and clicking restart. Your code is pointless to many users, since it's easier to click a button than type stop and then yes. A bat script wouldn't work on Linux either
     
Thread Status:
Not open for further replies.

Share This Page