[INACTIVE][GEN] OtherX v0.5 - Basic Commands & Features [612]

Discussion in 'Inactive/Unsupported Plugins' started by Zelnehlun, Mar 14, 2011.

  1. Offline

    Zelnehlun

    OtherX - Basic Commands and Features:
    Version: v0.5
    Supports: Permissions [optional]

    [​IMG]

    This plugin provides simple but basic commands for your Minecraft server. Besides the commands it offers a login message with customizable chat colours.
    As this is my first plugin for Minecraft I would really appreciate constructive feedback and criticism.

    Setup: (open)

    1. Put "OtherX.jar" and the OtherX folder in your plugins directory.
    2. Adjust the server name and the command colors in "plugins/OtherX/data.txt".


    Features: (open)

    • /location Displays your X, Y and Z coordinates.
    • /time [day/night] Has two parameters (day/night) to switch between the cycles.
    • /msg [Player] [Message] Sends a private message to another player.
    • /who Prints the names of all players online onthe server.
    • /give [Player] [Item] [Amount] [Damage] Gives another player a certain amount of the specified item. Damage input is optional.
    • /item [Item] [Amount] [Damage] Gives yourself the selected amount of the item. Damage input is optional.
    • /search [id/item] Search and print the name or id.
    • /clearinventory [Player] Clears the inventory of a player. If no parameter is specified, your own inventory will be cleared.
    • /kill [Player] Kills another player. If no paramater is specified ...
    • /heal [Player] Heals another player. If no parameter ...
    • /kick [Player] [Reason] Kicks a play with an optional reason.


    Permissions (open)

    • 'OtherX.location'
    • 'OtherX.time'
    • 'OtherX.msg'
    • 'OtherX.who'
    • 'OtherX.give'
    • 'OtherX.item'
    • 'OtherX.search'
    • 'OtherX.clearinventory'
    • 'OtherX.kill'
    • 'OtherX.heal'
    • 'OtherX.kick'


    Changelog: (open)

    Version 0.5
    • Update to work with the latest Bukkit build.
    Version 0.4
    • Added Permissions support.
    • Bug fixes.
    Version 0.3
    • Added a kick comand.
    • Added the plugin to CraftBukkitUpToDate.
    • Fixed the time command.
    Version 0.2
    • Damage support for give and item command.
    • No manual installation of the "items.txt" is required.
    • Give, item and search command run with ids and words.
    • Changed the name of the package.
    Version 0.1
    • Initial release.
     

    Attached Files:

  2. Offline

    Juze

    Please update to latest RB for releases.
     
  3. Offline

    White Sheep

    Please update this plugin to build684! The /who command doesnt work anymore on release 677+

    Does anyone a other basic command plugin(with permissions), like this?
     
  4. Check out DefaultPermissions. It gets the job done. Just doesnt have the neat login message and not the simplied time.

    If this isnt worked on any more, could you please post the source?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 12, 2016
  5. Offline

    Zelnehlun

  6. Thanks. only needed if you arent working on it. I love portions of it and other bits doesnt work.. so was thinking id just cut out the parts that dont work. Then again, if you are going to update it ill just put the scissors down :p
    Okay, kick isnt working if you omitt giving a reason, there is a if(args.length != 0) check there but nothing on args[1].
     

Share This Page