[ADMN/GEN]AdminCmd 7.3.5-time, give, tp, repair,kill, warp,weather,afk,OpenInv [1.5.1]

Discussion in 'Archived: Plugin Releases' started by Dark_Balor, Apr 1, 2011.

  1. Offline

    Dark_Balor

    AdminCmd - Fork of PlgEssentials:
    [​IMG]
    [​IMG] Website : www.admincmd.com
    [​IMG] Wiki : http://wiki.admincmd.com
    [​IMG] BugTracker : http://bug.admincmd.com
    [​IMG] Downloads : HERE
    [​IMG] GitHub : http://github.com/Belphemur/AdminCmd
    Description

    AdminCMD is a powerful plug-in that brings you commands that can give you total management over your server. Featuring the most widely used commands in Bukkit server management such as: inventory management, banishment of bad players, limitation to teleporting, setting spawn and home way points, and much, much more! Blockface approved and rated as one of the best plug-in by server owners.
    Unleash the power of Bukkit!

    Features
    For the blog : www.admincmd.com
     
  2. Offline

    Plague

    Please set the version in the thread title to latest tested version of CB. Then I can promote you and move this to releases.

    Also, could I reference this plugin in my post (next to the "I will never support permissions" warning)?
     
  3. Offline

    Dark_Balor

    How my Plugin Deal with OP and Permissions Plugins (open)

    0) If you setforceOfficialBukkitPerm to true in the config file, it will only use Bukkit Perm.

    1) PermissionsEX have all priority : http://forums.bukkit.org/threads/admn-dev-permissionsex-pex-v1-13-tomorrow-is-today-1000.18140/

    2) Look for Permissions Plugins (made by Nijikokun, TheYeti and rcjrrjcr) :http://forums.bukkit.org/threads/admn-dev-permissions-3-1-6-the-plugin-of-tomorrow-935.18430/

    3) If not found, fallback to Bukkit Official Permission System :http://forums.bukkit.org/threads/ad...-0-official-default-groups-plugin-1000.26785/

    4) No Permissions set ? fallback to OP (ops.txt)

    How to set the Home limit with Permissions (open)

    Yeti's Permissions :
    Example on Group Admin :
    As you can see you must add
    Code:
                admincmd:
                    maxHomeByUser: 2
    
    in the info node
    Code:
    groups:
        Admins:
            default: false
            info:
                prefix: '&10[ADMIN]&7'
                suffix: ''
                build: true
                admincmd:
                    maxHomeByUser: 2
            inheritance:
            permissions:
                - '*'
    
    Example on User
    Here you must add
    Code:
    
            info:
                admincmd:
                    maxHomeByUser: 2
    
    
    in the user Node (here Balor)
    Code:
    users:
        Balor:
            groups:
            - Admins
            permissions: []
            info:
                admincmd:
                    maxHomeByUser: 2
    
    
    PermissionsEx :
    Example on Group Admin :
    As you can see you must add
    Code:
                admincmd:
                    maxHomeByUser: 2
    
    in the options node
    Code:
    groups:
        Admins:
            prefix: '&0(&4Admins&0)&7 '
            permissions:
            - '*'
            options:
                admincmd:
                    maxHomeByUser: 2
            inheritance:
            - default
    
    Example on User
    Here you must add
    Code:
            options:
                admincmd:
                    maxHomeByUser: 2
    
    
    in the user Node (here Balor)
    Code:
    users:
        Balor:
            groups:
            - Admins
            permissions: []
            options:
                admincmd:
                    maxHomeByUser: 2
    
    
    IF YOU HAVE THE BUKKIT OFFICIAL PERMISSION PLUGIN :
    Use this node
    Code:
    admincmd.maxHomeByUser.X
    where X is the limit (max 150).

    The override works like that : User Permissions Variable > Group Permissions Variable > Plugin Config File
    Of course if you set the variable for the group, every user of that group will have that variable.

    Permissions and Prefix (+ Color)
    If you want colored prefix in the command playerList :

    groups.yml file

    Code:
    groups:
        Admins:
            default: false
            info:
                prefix: '&10[ADMIN]&7'
                suffix: ''
                build: true
                giftpost:
                    maxchests: 2
            inheritance:
            permissions:
                - '*'
    
    As you can see I added a prefix for the group admin '&10[ADMIN]&7' when you use the command playerList you'll see :
    [​IMG]

    &10 = color number 10, etc ...
    Color with there ID (open)

    [​IMG]
    Just replace the # by &

    You can use that way to color your private message too.
    Thanks to @foxyfire for the idea and some code.
    Configuration File Explanations (open)

    Code:
    Configuration Explanation :
    ===========================
    #Display for all new player the MOTD and the news
    MessageOfTheDay: true
    
    #Default value for each power
    DefaultVulcanPower: 4.0
    DefaultFireBallPower: 1.0
    DefaultFlyPower: 1.75
    
    #Language of messages displayed in the plugin.
    locale: en_US
    #Disable every message of the plugin
    noMessage: false
    
    #Activate the autoAfk, meaning the player will be set AFK after the given time
    autoAfk: true
    afkTimeInSecond: 60
    #Activate the auto kick AFK people after the given time
    autoKickAfkPlayer: false
    afkKickInMinutes: 3
    #After how many seconds the plugin will check if the player didn't move for the AFK
    #Also used to send update about the Invisible status.
    statutCheckInSec: 20
    
    #How many home a user can have. 0 = Infinite
    maxHomeByUser: 0
    
    #Only useful when using bridge with SuperPerm, to avoid the use of the bridge.
    forceOfficialBukkitPerm: false
    
    #If true and if it's the first time that the player connect, he will be spawn at the spawn point you set
    firstConnectionToSpawnPoint: false
    
    #Fly,God,vulcan, etc ... are power. If true, these power are lost when tp to another world.
    resetPowerWhenTpAnotherWorld: true
    
    #Range check for update the invisible status.
    invisibleRangeInBlock: 312
    #Fake quit when you become invisible
    fakeQuitWhenInvisible: true
    
    #Activate the parachute when falling in fly mode
    glideWhenFallingInFlyMode: true
    #Tweak the parachute value.
    glinding:
        newYvelocity: -0.5
        YvelocityCheckToGlide: -0.2
        multiplicator: 0.1
    #Activate the color sign, using & to select the color.
    ColoredSign: true
    
    #Disallow muted player to do private message
    mutedPlayerCantPm: false
    
    #Max Range in block for the tp at see.
    maxRangeForTpAtSee: 312
    
    #Mean, when you want to tp to a player or tp the player, he'll receive a request that he can ignore or accept.
    #By setting this option to true, the tp request will be activated by default.
    tpRequestActivatedByDefault: true
    #How much minute before a tp request become invalid.
    tpRequestTimeOutInMinutes: 1
    
    #Disable some "debug" message when launching the plugin (change it to true only if you have a good reason to do it.)
    verboseLog: false
    
    #Private message send with command /msg are logged in the server.log
    logPrivateMessages: true
    
    #Broadcast a message to every player when reloading the server.
    broadcastServerReload: true
    
    #For the help command
    help:
        #Number of help entry per page
        entryPerPage: 9
        #Shorten the help text
        shortenEntries: false
        #Check the world to do the new line
        useWordWrap: false
        wordWrapRight: false
        #If set to true, get the commands of every plugins installed
        #Else only from the folder HelpFiles where you set your help files
        getHelpForAllPlugins: true
    Commands.yml Explanations :
    ===========================
    #Command that will have all priority under other plugins.
    prioritizedCommands:
    - reload
    - ex
    - undo
    #Disabled commands
    disabledCommands:
    - blah
    - thor
    #Here you can set your own alias for the commands.
    alias:
        god:
        - gg
        - gd
    

    Explanation of Files and Folders (open)

    Folders :
    Folder /home/ -> Contain all information about the players, there home, there last location before and if it's there first connection. Each file have the name of the player.
    Folder /locale/ -> Contain the locales files.
    Folder /scripts/ -> Contain a single file scripts.yml where you can configure your own bash/batch script to be executed by the server (only for experienced admins)
    Folder /spawn/ -> Contain a single file spawnLocations.yml containing all the spawn location that your setted in-game with the command /setspawn.
    Folder /warp/ -> Pretty same as Folder /spawn/ but for warpoint.
    Folder /HelpFiles/ -> Contain directory that contain the file to explain each command of the plugin. (Look on /HelpFiles/AdminCmd/ to see what I mean)

    Files :
    Alias.yml -> Contain every Item alias you create inGame.
    banned.yml -> Contain the name of the banned player and the reason of the ban
    blacklist.yml -> Contain blacklisted items
    config.yml -> Config file
    items.csv -> Contain the default alias of Essentials
    kits.yml -> Contain the kits.
    muted.yml -> Like banned, but for muted players.
    commands.yml -> Contain the command you want to disable, prioritize and your alias for each commands.

    Changelog:
    Version 5.7.15
    [FEATURE] Works with mChat prefix and custVar : http://forums.bukkit.org/threads/chat-mchat-v1-7-10_5-chat-formatting-plugin-1060.22958/
    [BUG FIX] Mob limit now work better.
    [BUG FIX] Time message corrected
    [BUG FIX] With Reload command, if you changed the config before reload, it wasn't saved.
    [FEATURE/CHANGE] afk can now take the reason of the afk. When sending a msg to an afk player, the plugin show you why the player is afk (if he put a reason), else since when he's afk.
    [FEATURE] Added command Version. /av to check the wanted plugin version. Or the version of AdminCmd.
    [FEATURE/CONFIG] VerboseLog, when set to false, disable some logging like disabled function, etc ...
    Old ChangeLog (open)

    Old ChangeLog :
    Version 5.7.11
    [CHANGE/FEATURE] You can now spawn mounted mob. Example : /mob Spider:Zombie will spawn a spider mouted by a Zombie.
    [BUG FIX] no more clone when reappear in front of some one that has the node admincmd.invisible.cansee
    [CHANGE/CONFIG] Added a time out for tp request.
    [BUG FIX] With OddItem using the build in group functionality, it wasn't taking the amount set.
    [LOCALE] Added message for the temporary muted player.
    [CHANGE] //n is NOW the new line character used in news and motd.

    Version 5.7.10
    [FEATURE/CONFIG] Tp at see, you tp just above the block your are looking. Max range can be configured in the config file.
    [CHANGE] You can set the distance for the mob spawn. /mob MobName NumberOfMob DistanceFromYou
    [FEATURE] Uptime Command added, to know the uptime of the minecraft server since the last RESTART.
    [FEATURE/CONFIG] Private Message when muted can be disabled in the config.
    [FEATURE] Kit. Kit can be set in the kits.yml file. /kit to see avaible kits. /kit kit to receive it. Can be used on other players.
    [CHANGE] Clean command can select the type to clear : /clear player material

    Version 5.7.5
    [CHANGE] ban and mute can be now temporary : /ban player msg <timeInMinute>, /mute player <timeInMinute>
    [FEATURE] Support PermissionsEX : http://forums.bukkit.org/threads/admn-dev-permissionsex-pex-v1-13-tomorrow-is-today-1000.18140/
    [FEATURE] Support for OddItem : http://forums.bukkit.org/threads/dev-odditem-0-6-5-unified-custom-items-list-and-parser-1000.4592/
    [FEATURE] When you first connect to the server (or the first install of the plugin) you are teleported to the spawn point. By default disabled.
    [CONFIG] firstConnectionToSpawnPoint added to disable/enable the auto-tp to the spwan point when it's the first connection. (default = false (since THIS version)).
    [FEATURE] TP request system added. first do /tpt to activate the system. Now when someone want to tp you or to tp by you, you'll receive a request that you can accept with /tpt yes or just ignore.
    [PERMISSION] "admincmd.spec.notprequest" People with that node, will over pass the tp request system.
    [BUG FIX] Corrected Motd %connected value.

    Version 5.7.1
    [BUG FIX] Corrected a bug with Bukkit Perm system and major node (admincmd.*, admincmd.player.*, etc ..)
    [BUG FIX] When you select a command to be disabled, all his alias are also disable.

    MAJOR Version 5.7
    [BUG FIX] Corrected a casting exeption in Vulcan, Fly and Fireball
    [OPTIMIZATION] Some code optimization.
    [FEATURE] /rp command, repeat the last command with the same arguments
    [OPTIMIZATION] Tweaked fly value when gliding. Now it's more like a parachute.
    [CONFIG] These tweaked value can be now configured in the config file.
    [FEATURE/CHANGE] time command have 2 new possibilities : pause and unpause.
    [BIG BUG FIX] Command EX, AIR, UNDO WORKS and are pretty fast :) specially the air used again fluid.
    [LOCALE] Correction of FREEZED -> FROZEN.
    [BUG FIX] With spy mode (see all private msg), no more exception when offline.
    [FEATURE] /afk command. IMPORTANT : If auto-afk is disabled, you must type AFK again to "be back", no detection is made when it's disabled.
    [CHANGE] Shears can be repaired.
    [FEATURE] /moreall command : Set the amount of every item in the inventory to the max.
    [CHANGE] Tp warp error message only displayed to the sender.
    [BUG FIX] No more problem with the auto-afk.
    [FEATURE] You can disable the unwanted commands.
    [FEATURE] You can PRIORITIZE some command. Meaning if another plugin have that command, mine will override it.
    [BUG FIX] repair wasn't displaying a message when used on a not reparable item.


    Version 5.6.25
    [BUG FIX] Invisible bug with tp fixed.
    [LOCALE] de locale added thanks @_-DarkMinecrafter-_

    Version 5.6.24
    [CONFIG] Default value of : fly, vulcan and fireball can now be configured in the config file.
    [CHANGE] To replace LAVA and WATER by air, you must be NEAR (sphere of 2 blocks radius) the fluid. I use a better algorithm.
    [CHANGE] MAX RADIUS for /ex and /air command is now 30. I'M NOT RESPONSIBLE FOR CRASH WHEN YOU ARE USING THESE COMMANDS. If you really want it, use WorldEdit.
    [FEATURE] added node : "admincmd.player.noreset" to avoid the reset of power when tp to another world.
    [FEATURE] command reloadall to reload the server.
    [CHANGE] FirstTime check. If it's the first time that the player connect to the server, he's tp to the EXACT spawn point.

    Version 5.6.23
    [BUG FIX] Corrected all NPE when noMessage was set to true.
    [FEATURE] Replace command, to replace the wanted block by air in the given range (default 10 : mean a sphere with a radius of 10 !)
    [FEATURE] Undo command to undo the /replace and the /ex

    Version 5.6.22
    [BUG FIX] News & MOTD are saved upon reload/restart
    [CHANGE] You can't tp to invisible people unless you have the node : admincmd.invisible.cansee
    [FEATURE] Reload command, to reload other plugin and this plugin too. /ar PluginName (EXACT plugin name). To just reload AdminCmd : /ar

    Version 5.6.21
    [CHANGE] Ban and unMute can be used for offline players

    Version 5.6.20
    [BUG FIX] Corrected some instantiation problem when reload
    [CHANGE] Spawn mod where you are looking at
    [CHANGE] setSpawn can set the spawn radius too : /setSpawn radius
    Very Old ChangeLog (open)

    Version 5.6.19
    [CHANGE] Syntax change for exec command when reloading : /exec -reload Cmd OR /exec -reload all to reload all the commands
    [FEATURE] Added a roll command.
    [FEATURE] Added an extinguish command to stop the fire in the wanted range. (default 20 and max 50);

    Version 5.6.18
    [BUG FIX] With kill and heal command, was asking for the node admincmd.player.kill.other.other or admincmd.player.heal.other.other when trying to heal an another guy
    [FEATURE] in exec command. Added the param -reloadAll. When you do /exec -reloadAll it will reload all the command on the file.
    [FEATURE] ColoredSign : parse the signMessage, to change the $COLOR_ID to the corresponding color.
    [CONFIG] Added ColoredSign that can be disabled.
    [CHANGE] Storm command activate thundering
    [FEATURE] Rain command only rain/snow no thunder.
    [BUG FIX] in exec, was not displaying the Perm Message when trying to exect a script that you don't have the perm for.

    Version 5.6.17
    [BUG FIX] With strike when targeting a player that don't exist
    [OPTIMIZATION] For the exec function, the scripts.yml can be edited on the fly.
    [CHANGE] You can force the reload of an exec script : /exec myScript reload

    Version 5.6.16
    [BUG FIX] With command issued by the console and using the Yeti's Perm.

    Version 5.6.15
    [CHANGE] Muted player is now reload/restart persistant.
    [FEATURE] Permissions Node : admincmd.player.bypass, when you have it, you can connect to the server even if it's full
    [BIG FEATURE] FOR EXPERIMENTED ADMIN ONLY : Possibility to execute some script/command (batch on windows and bash on Unix) using a simple file. By default I created the scripts.yml with the command hello (that do echo HelloWorld). I'M NOT RESPONSIBLE FOR EVERY SCRIPT YOU CREATE !
    Every Script have it's own Permission Node : admincmd.server.exec.X where X is the name of the script in scripts.yml.
    [CHANGE] Use /n in MOTD to do new lines
    [CHANGE] MOTD nodes : added admincmd.server.motd.edit to edit the MOTD.
    [FEATURE] Added News command, works like MOTD.

    Version 5.6.12
    [BUG FIX] With AFK, no more throwing NPE when there is no AFK.
    [FEATURE] Message Of The Day, can be changed in the locale File, and disabled in the configuration file.
    [FEATURE] Command /motd to set the motd without going into the locale file: %player = new connected player, %nb = (number of player connected - invisibles players)
    [BUG FIX] 5.6.11 have a debug message, corrected.

    Version 5.6.11
    [OPTIMIZATION] Better threads using for the commands
    [FEATURE] In case of you are using the Offical Bukkit Permission System with a Bridge for Yeti's Perm, you can force my plugin to use the Offical Bukkit Permission System instead of the Bridge.
    [BUG FIX] Afk title that is repeated in the pseudo

    Version 5.6.10
    [BUG FIX] No more AFK when leaving the server.
    [OPTIMIZATION] Optimized the auto-afk and auto-kick
    [FEATURE] You can now set the homelimit by group/user for the Official Permissions plugin with the node :admincmd.maxHomeByUser.X where X is the limit (max 150);
    [OPTIMIZATION] New way to deal with the command, using threads.
    [FEATURE] admincmd.invisible.notatarget node added. If you have it, when you are invisible, you can't be target by Mobs.
    [FEATURE] admincmd.invisible.cansee node added : You can see invisible people.
    [BIG BUG FIX] For old version (under 5.5.5) that are upgrading, the locales files are not generated correctly, meaning no message in the game.
    [FEATURE] Moblimit added, you can set a limit for mob spawing in the world you choose. Will not kill current monster if the limit is already exceeded when set. Set the limit to "none" to remove it.
    [FEATURE] Added no pickup command. The player will not pickup any item.
    [FEATURE] Added command weather freeze. The weather is can change.
    [CONFIG] fakeQuitWhenInvisible added, to activate or desactivate the fakeQuit/fakeLogin login message when vanish and reappear.

    Version 5.6.3
    [OPTIMIZATION] The plugin will be launched AFTER every other plugin. Meaning, if an another plugin have the same command than AdminCmd, that plugin will have the priority. (Check in the server.log witch alias are disabled)
    Example of what you can now see in the log :
    Code:
     [AdminCmd] Disabled Alias(es) for bal_homelist : listhomes, 
    [FEATURE] mute and unmute command.

    Version 5.6.2
    [OPTIMIZATION] Some big Code optimization
    [OPTIMIZATION] New way to store location, automatic convert.
    [FEATURE] Auto-kick afk people after a certain amount of time, can be set in the config file.
    [CHANGE] Tweaked the auto-afk, if you chat, move or interact with the world, you are not AFK anymore.
    [FEATURE] Freeze command added. You can now freeze a player, useful against griefer
    [FEATURE] You can now set the home limit in the config file, or by user/group in Permissions (see above)

    Version 5.6.1
    [BUG FIX] Colored item now re-works like it must.
    [FEATURE] Glide when falling in fly mode, can be disabled in the config file.
    [CHANGE] No falling damage when flying.

    Version 5.6
    [FEATURE] Mobkill command, to kill the mobs. Kill all the mobs in the player world if no parameter is given.
    [BUG FIX] Some locale that were not correctly used.
    [OPIMIZATION] New color parser patched by @Speedy64
    [BUG FIX] Fix TP when you are invisible.
    [BUG FIX] When you TP to an another world and resetPowerWhenTpAnotherWorld= true, you lose invisibility.
    [CHANGE] When you became invisible, a message saying you left the server is displayed. (Same when you became visible)
    [FEATURE] FLY command, you can set the power of the fly (default 1.75)
    [FEATURE] Multi-Home, no lost of already created home. Listhomes and rmhome added
    [BUG FIX] Ban command works like it does.

    Version 5.5.7
    [FEATURE] Auto-afk that can be disabled and configured in the config file
    [FEATURE] Auto-disable command when other plugin have it. (Exemple if you install multi-home, /home command will be disabled)
    [OPTIMIZATION] Recode the way that the plugin deals with commands.
    [FEATURE] Added command Ban to ban a player
    [FEATURE] Added command unBan to unban the player

    Version 5.5.6
    [BUG FIX] No more duplicate Warp Point in the list
    [BUG FIX] Now Home is by player (no need to redo it).

    Version 5.5.5
    [FEATURE] A config File where you can set the reset of the power when switching world. (Auto-generated)
    [FEATURE] LOCALE FILES, you can create your OWN locale file. 2 Possibilities : Edit the existing one, create an another and change the name in the config. (auto-generated)
    [FEATURE] No Message, you can desactivate ALL the plugin message by setting it to true.
    [FEATURE] Msg deletion, you don't want to display this or this message ? just edit the locale file by putting an empty string (exemple -> playerNotFound : '')
    [BUG FIX] Some minor bug fixes.

    Version 5.5
    [FEATURE] Fireball command added works like Vulcan command, you can set the power, where 1.0 = Ghast Power.
    [BUG FIX] Message in console when using Vulcan and Fireball
    [FEATURE] Home and setHome commands
    [BUG FIX] Should resolve the invisible bug (now you must be still invisible after reconnect)
    [CHANGE] You have to redo your spawnLocations.
    [FEATURE] Added Warp commands and Warp section
    [BUG FIX] Corrected a rare NPE

    Version 5.4.3
    [BUG FIX] No more Spam saying you don't have the permission to do that when you don't have the noBlackList node in Permissions
    Version 5.4.2
    [BUG FIX] When you are Invisibile and quitting the server, no message is displayed now.
    [OPTIMIZATION] Refactoring some class, deplacing some code. Optimization of the code that manage god powers.
    [BUG FIX] When god/thor/vulcan/inv someone else then you, send a message to THAT person instead of you.
    [FEATURE] Added new command /spy to see every private message that are sended.

    Version 5.4.1
    [BUG FIX] Sometime command are not detected.
    [FEATURE] Added the items.csv from Essentials to add new alias (like wplank, wdoor, etc...)

    Version 5.4
    [FEATURE] Added Invisible Command.
    [OPTIMIZATION] Some code optimization.

    Version 5.3.2
    [BUG FIX] With the new permission system and the admincmd.item.noblacklist node

    Version 5.3.1
    [BUG FIX] With .other node an the new Bukkit Perm System.

    Version 5.3
    [FEATURE] Drop command work like item command, but drop the item at the feet.
    [FEATURE] Works with new bukkit Perm. ( http://forums.bukkit.org/threads/permissions-faq.25080/ && http://forums.bukkit.org/threads/ad...-0-official-default-groups-plugin-1000.26785/ )

    Version 5.2
    [CHANGE] You can use item like wool:8 for alias (exemple : /aa greenWool wool:7)
    [BUG FIX] Using /setspawn and /spawn command keep the direction where you were looking at
    [FEATURE] Vulcan power, explosion at see (like the thor power) be VERY CARREFULL.
    [BUG FIX] Giving an item that don't exist don't throw an exception. (NPE)

    Version 5.1
    [BUG FIX] In kick message, if there was space, only the first word was used
    [FEATURE] Kickall command

    [cake] Version 5.0 [cake]
    [OPTIMIZATION] Complete recode how the plugin deal with commands
    [CHANGE] God powers (thor too) can now be given to a another player (.other added in end of the permission node)
    [CHANGE] Kill and heal can be used for other player by having the right node (.other added in end of the permission node)
    [BUG FIX] Clear can now be used without parameter (clear the current user inventory)
    [CHANGE] Clear can be used for other player by having the right node (.other added in end of the permission node)
    [CHANGE] Give can be used to send item to other player by having the right node (.other added in end of the permission node)
    [CHANGE] Give syntax changed : it's /i type:<damage> number player Where damage is optional.
    [BUG FIX] Strike can now be used without parameter (strike the current player)
    [CHANGE] Strike can be used for other player by having the right node (.other added in end of the permission node)
    [CHANGE] In personnal message, if permission is installed, the prefix is used.
    [CHANGE] Location can be used for other player by having the right node (.other added in end of the permission node)

     
  4. Offline

    Andre_9796

    i love you for permissions dude.
     
  5. Offline

    Dark_Balor

    Added a new command /repair to repair the item you have in your hand.
     
  6. Offline

    Devilizer

    There seems to be an error with the /msg command.
    the <message> is stipped of spaces. so a command saying "/msg Plague how do you do?" is sent as "/msg Plague howdoyoudo?"
     
  7. Offline

    Dark_Balor

    Thanks for the bug report. It's corrected.
     
  8. Offline

    bartongang

    Hey,
    Just downloaded the plugin and is working perfectly.
    I just can't figure out how to create the items?? /i (id|name) [count] [player] [damage]
    I mainly just don't understand the [damage]
    If you could help that would be great!
    I was trying to figure it out, it said unkown material and know i have no hud. (can't see items etc.)
    Thanks
     
  9. Offline

    Dark_Balor

    Like you can see here : http://www.minecraftwiki.net/wiki/Data_values each item have an ID and a name

    Exemple : Gold Block = 41
    It's mean that you can use the /item command like this
    Code:
    /i 41
    or like this
    Code:
    /i gold_block
    The others params (count, player and damage) are optional.
    If you wan to get 64 Gold Block :
    Code:
    /i gold_block 64
    or send it to a friend
    Code:
    /i gold_block 64 friendName
    For the last param (damage) is just useful when you use it with a "tool", an armor or Wool.
    Like it's said, it's set the damage of your item, in case of tool and armor ... it's obvious. For whool, it's represent the color like you can see here : http://www.minecraftwiki.net/wiki/Data_values#Wool
     
  10. Offline

    Devilizer

    Thanks for the quick patch :)
     
  11. Offline

    Kevrlet

    Any chance of getting /repair expanded to allow all armor to repaired at once?
     
  12. Offline

    JukkaTibbs

    It keep saying I dont have permission to do that, Sorry Idk what to do. For I am brandnew to this all and its confusing until I get a start up on things. I have my own server at brohoster, so I wanna get some good plugins for it
    Thanks you for the time, PEACE
    TIBBS~
     
  13. Offline

    ILumberjack

    Please Excuse if this seems like a stupid question, but I am trying to use this plugin on my server and When I install Admincmd and attempt to use and of the in-game commands I receive and error message that states "An internal error occured while attempting to perform this command". I believe I have done everything right for the installation of Admincmd.
    If you could help me out it would be greatly appreciated.

    Thanks
     
  14. Offline

    Dark_Balor

    @Kevrlet : mmmh I'll look into it when I have time

    @JukkaTibbs : 2 possibilities :
    1. You don't have the Plugin Permissions and then your PlayerName must be in the op.txt
    2. You have the plugin Permissions but you didn't give you the permission to use the command.
    Like you can see every command has it own permission. You have to add the permission for the command (or group of command) you want to use. (In the Permission file). For that look in the thread of Permissions plugin.

    @ILumberjack : without the server.log I can't help you, can you send it and what did you do when it happen ?
     
  15. Offline

    JukkaTibbs

    sorry to be a bother, How would I give meself permissions ?
    I believe that I do have the plugin permissions. But Im so lost !
     
  16. Offline

    Dark_Balor

  17. Offline

    Dark_Balor

    Version 4.4 :


    I added the command repairall to repair ALL inventory's items that can be repaired
     
  18. Offline

    MeinerHosen

    I
    LOVE
    THIS

    I just deleted essentials, thank you very much for this marvelous replacement :)
     
  19. Offline

    filipe

    Im using this plugin... the unic thing i need is controll the items not allowed to spawn, like blacklist and a clearinventory.
    I like this plugin and dont want down others...
     
  20. Offline

    Baythan

    Unless i am sorely mistaken, there is no plugin.yml file created by this plugin, and I don't have any such file from anywhere else, so am I missing something? I ask this because I am using the stackable plugin and it uses /s as a command as well, and I would hate to be summoning people every time I tried to cause items to stack.
     
  21. Offline

    Dark_Balor

    @filipe : I'll see what I can do.

    @Baythan : it's in the jar, just open it with an archiver (winrar, 7zip, etc ...) edit the file, and replace the one in the jar

    Now it's done.
    Command /abl and /rbl for blacklist
    /clear OR /pclear for inventory clear

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

    RealityExit

    Um when I upload it and extract it I get a bunch of directories and .class files instead of just a normal .jar file, is it supposed to be like that?
     
  23. Offline

    Dark_Balor

    you don't need to extract anything. Just take the jar and put it in your plugin dir
     
  24. Offline

    filipe

    Tankx, ive tested and it works fine...
     
  25. Offline

    Nitnelave

    Thanks for your plugin! Could you make a spawn mob command? and could you make it so we can configure command aliases with a config.yml file?
     
  26. Offline

    RealityExit

    It's downloading a .zip file not a .jar
     
  27. Offline

    Dark_Balor

    For the command like I said, you must open the .jar, take the plugin.yml, add your aliases and put it again in the jar (you can do that with any archiver like 7zip, winrar, winzip etc ... just "Open With" instead of launching it with java)
    And for the spawn mob, well I don't know for now.

    I don't know what you are using to download, but I can assure you that this is a jar file.
     
  28. Offline

    RealityExit

    Hm I have no clue why but when I was using Opera and downloaded the file it downloaded as a .zip even though it was a jar, but it works if you just rename to extension to .jar

    It's happened for more than just this plugin but hasn't done it for every, and it's only just started recently.

    Any other browser I tried downloads it correctly, so no clue whats up there.
     
  29. Offline

    angel0fmars

    How do we use the blacklist.yml? Do I just put in the item ID's separated by commas there?
     
  30. Offline

    Salrith

    Right.. I've been very careful and made sure that everything I can think of is set up properly, but, without fail, I always get "You do not have permission to do that !"

    My permissions filename has the world named correctly.
    I am named in the ops.txt
    I'm using Bukkit 677 on a brohoster server
    Here's the end part of my Permissions configuration txt --
    Code:
    users:
        salrith:
            group: Admins
            permissions:
                - 'admincmd.time.day'
    I tried changing my permissions to "- '*'" and "- 'admincmd.*'" - nothing works.
    I used "- 'admincmd.time.day'" simply as a test command, since typing /day is easy, hehe.

    It's driving me mad, for this looks like an excellent plugin - but for the life of me, I can't work out why it wont work x.=.x

    Any help would be appreciated, hehe.
     

Share This Page