1. Welcome to the Brawl website! Feel free to look around our forums. Join our growing community by typing /register in-game!

Super guide for Mc-war

Discussion in 'Guides' started by Algelier, Mar 7, 2015.

?

Is this guide helps you?

  1. Yes, thx you!!!

    77.8%
  2. Nope, I knew it

    22.2%
Thread Status:
Please be aware that this thread is more than 30 days old. Do not post unless the topic can still be discussed. Read more...
  1. Algelier

    Algelier Former Staff Member.

    Joined:
    Sep 29, 2013
    Messages:
    1,811
    Ratings:
    +1,108
    Hello,
    here it an other guide for mc-war but more worked.

    here we go!!


    MCWAR Plugins
    Some plugins couldn't be find . Also I'm sorry 'bout this.
    Most of the plugins are the same as the other mcbrawl server.

    Alias:

    About:


    Have you ever found yourself typing the same command over and over? Do you want to simplify vanilla Bukkit commands without installing a great bunch of plugins? This plugin allows you to do so. With Alias, you can add aliases to existing commands, shortening the text you have to type.

    Examples:


    Simplify the Bukkit "tp" command: /a set tp tp {name} {1}
    Breakdown of the command:

    • /a - All aliases and alias commands must be prefixed by /alias, or the shorter /a, to prevent conflicts with existing commands
    • set - Sets a new alias. If you had another alias registered with that name, it will be overwritten and the old command will be displayed to you
    • tp - The name of the alias. In the future, you can invoke it by typing /a tp [your parameters]
    • tp - Here, the command that should be invoked begins. In our case, it is the teleport command
    • {name} - Every time you invoke this command, it will be replaced by your name. In other words, you save yourself typing your name every time.
    • {1} - This will be replaced by the first argument you pass to the alias, in our case the target player.
    Now, instead of typing /tp <yourname> <other name>, you shortened it to /a tp <other name>. Shorter, isn't it?

    Simplify Worldedit commands: /a set farm /pos1;/pos2;/expand {1} N;/expand {1} E;/expand {1} S;/expand {1}W;/set 60;/shift 1 D;/set 9;/shift 2 U;/set 59

    Breakdown:

    • /a set farm - As seen above
    • /pos1 - Since worldedit takes two forward slashed, you need to add one here.
    • ;/pos2; - Chain multiple commands
    • /expand {1} N;/expand {1} E;[...] - Expand the area the same amount in all directions, with your feet now being at the center
    Usage: /a farm <radius> - Creates an area (2*radius)+1 long and wide, makes it farmland, places water under it, places seeds on top of it.


    Commands:

    All commands start with either /a or /alias (Both are equivalent):

    • /a - Displays help
    • /a list <player> - List your (or <player>'s) aliases
    • /a remove [alias] - Removes alias with name [alias]
    • /a set [alias] [commands] - Registers a new alias with name [alias]
    • /a [alias] - Executes the command associated with [alias]
    • /a help <command> - Displays the general help or the help for <command>

    Permissions:


    There is only one permission:

    • alias.list.others - Allows to see other people's aliases
    Variables:
    Alias allows you to replace words with place holders, which will be filled in when you issue the command.

    • {name} - Will be replaced by your name
    • {health} - Will be replaced by your health in half hearts
    • {1}, {2}, ..., {n} - Will be replaced by the first/second/nth word after the alias. If you pass less arguments than there are placeholders, the place holders will be printed literally. If you pass more arguments, superfluous arguments are discarded. For example, if you have an alias s = say {1} {2}:
      • "/a s foo" will output "foo {2}"
      • "/a s foo bar" will output "foo bar"
      • "/a s foo bar asd" will output "foo bar"
    • {} - Will be replaced with the first argument
    • {n:} - Will be replaced with all arguments from n to the end (inclusive), separated by spaces
    • {:m} - Will be replaced with all arguments from the beginning to m (inclusive), separated by spaces
    • {n:m} - Will be replaced with all arguments from n to m (inclusive), separated by spaces



    NoCheatPlus:

    Introduction:

    NoCheatPlus attempts to prevent cheat clients from exploiting weaknesses of Minecraft or its protocol, making your server more safe. Checks cover a wide range of issues including flying and speeding, fighting hacks, fast block breaking and nukers, inventory hacks, chat spam and other types of malicious behaviour. For a more complete list have a look at the Features Page.

    NoCheatPlus puts emphasis on configurability and allows you to customize actions that are carried out when a player fails a check (e.g. silent cancelling, executing commands, just logging). Bypass permissions allow to control what check to apply for which players, all checks can be deactivated in the configuration, also having the option for world-specific configuration files. Many checks allow more detailed configuration to adjust sensitivity.


    Certainly NoCheatPlus is not a magical bullet, it uses a lot of heuristics and even guessing, so you will encounter false positives here and there and also not catch every single violation.

    CommandsExplanation
    /ncp reloadReloads, generates and regenerates the configuration file of NoCheatPlus. Run this in-case you changed something on your configuration file while your server was running.
    /ncp notify on/offToggle all in-game notifications/alerts generated by NoCheatPlus.
    /ncp info (player)Display the violation levels of a given player.
    /ncp lagShow info about server sided latency. The average lag shows the percentage of the server running too slow (0% = 20 tps, 10% = 18 tps) for the last 1 second, 3.33 and 270 seconds, roughly. Also lag spikes are displayed, tracked over at most 1 hour with a resolution of 20 minutes buckets (i.e. not exact) for spikes > 150 ms (3x to 20x) and spikes > 1000 ms (20x +). Be aware that this information is needed to make most NoCheatPlus checks adapt to server sided lag.
    /ncp removeplayer (player) [check_type]Remove all the data collected by NoCheatPlus so far for a given player. You can use the [check_type] option to make NoCheatPlus only remove data from a specific check (Default will clean all data of all checks!). To list all check names execute a command such as this: /ncp removeplayer (PlayerName) list. "*" is supported here.
    /ncp exempt (player) [check_type]Exempt a player from being checked by NoCheatPlus or by a specific check.
    /ncp unexempt (player) [check_type]Remove any exemption you given to a specified player. "*" Is supported here.
    /ncp exemptions (player)Gives back a list of all check that a specific player has been exempted from.
    /ncp commandsList all commands, more than shown here. The other commands are mainly for use with actions, such as delaying other commands, kicking with a message, telling players messages in colour, deny login for a players, allow it again and other.
    /ncp versionShow version information about the server, plugin, compatibility modules and registered hooks.

    Auxiliary commands:

    Those commands are mainly used by NoCheatPlut itself to execute strings or commands over actions on violating players but you can also make use of them if you wish to do so. Most of them have no difference compared to the vanilla commands apart from the delay otion. Arguments in () are needed, while arguments in [] are optional.

    CommandsExplanation
    /ncp ban [delay=(ticks)] (player) [reason]Ban a player from your server (banned-players.txt).
    /ncp kick [delay=(ticks)] (player) [reason]Kicks a player from your server
    /ncp unkick (player)Allows you to remove a tempkick/tempban from a player. "*" is supported here.
    /ncp kicklistLists all players that have been tempkicked/tempbanned on your server by NoCheatPlus actions.
    /ncp tell [delay=(ticks)] (player) (message)Send a private message to a specified player.
    /ncp delay [delay=(ticks)] (command)Execute a command in delayed time.

    MyPet: (I don't know if it's this plugin)

    What is MyPet?

    MyPet is a highly customizable pet plugin with a lot of cool features. Take them on a lead, train them and make them a very powerful companion!
    Some features of MyPet are:

      • most mobtypes are leadable
      • You can ride your MyPets
      • Hunger-System
      • Configurable Damage/Hitpoints/Food/LeashFlags/Speed
      • Customizable skills and skilltrees
      • Skilltrees are configurable for every MyPet-type
      • ! SkilltreeCreator !
      • and much more!



    PermissionsEx:

    PermissionsEx (PEX) is a new permissions plugin, based on Permissions ideas and supports all of its features. But PEX is more! It offers different backends, powerful ingame management, fine grained restrictions for world modification.
    Current features:
    • Support for UUIDs as of version 1.21
    • Several backend support. Currently bundled backends is File (YAML) and SQL (MySQL, SQLite). Also it's possible to add your own.
    • YAML backend, with new, fully rethinked, config schema. Now all user, groups and their permissions are stored in one file - permission.yml. File name can also be adjusted.
    • SQL backend, most delicious. Currently MySQL and SQLite supported, but other DB (like Postgre) are possible too. PEX deploys the DB scheme (tables and initial data) automatically. This means, that you only need to provide data on how to connect to the db, everything else PEX will handle by itself.
    • Flexible architecture and API - you can change a lot programmatically.
    • Rich chat/console command interface. You can do almost everything ingame. Command list below.
    • Modifyworld - Permission-based restrictions mechanism (we call it "modifyworld"), which provides the possibility to control players abilities, such as destroying/placing blocks, riding carts/boats or even getting spotted by mobs and much more. Available from its project page
    • Multigroup inheritance. User, as well as Group, can be member of several groups. And inherit their permissions, options and prefix/suffix.
    • Permissions based upon Regular Expressions. This mean you can use regular expressions. Example: modifyworld.blocks.(destroy|place).(3|12) - this permission allow place or destroy only sand (12) or dirt (3) blocks. There is still limitation on dot usage in your regexps - dots are escaped by default. Raw regex flag is also available and explained on the wiki.
    • Multiworld permissions. Just don't specify world and permission would work in any world.
    • Multiworld inheritance. You can inherit different groups in different worlds.
    • Perfomance friendly. Low-level caching helps a lot when you have 100+ online users
    • Promotional/Demotional system. You can assign ranks to groups and promote/demote users to higher/lower ranked group. NEW: new you can make serveral ranking ladders.
    • World-inheritance - permissions/option of one world can be inherited by another world.
    • Timed Permissions - you can give user permission only for some amount of time.
    • As of version 1.21.1, PermissionsEx automatically updates to keep you up to date with the latest bugfixes and new features. The automatic update functionality will only perform updates between minor releases (for example only 1.21.1->1.21.2, not 1.21.3->1.22). To disable it, set the updater option to false in plugins/PermissionsEx/config.yml.
    • Bukkit Permissions (SuperPerms) compatible.
    To disable error reporting, create a file called `report-disable` in the plugins/PermissionsEx folder. Note that enabling this option means you WILL NOT get any support for errors because the information published (permissions file, configuration, and versions) is essential to resolving issues.


    Minecraft:

    Summary of commands:
    The table below summarizes available commands. Click a column heading to sort by that column.


    Summary of Commands
    CommandDescriptionOp OnlyMP OnlyBlocksEntitiesPlayersWorld

    /achievementGives or removes an achievement from a player.Op———Players—
    /banAdds player to banlist.OpMP——Players—
    /ban-ipAdds IP address to banlist.OpMP——Players—
    /banlistDisplays banlist.OpMP——Players—
    /blockdataModifies the data tag of a block.Op—Blocks———
    /clearClears items from player inventory.Op———Players—
    /cloneCopies blocks from one place to another.Op—Blocks———
    /debugStarts or stops a debugging session.Op—————
    /defaultgamemodeSets the default game mode.Op————World
    /deopRevoke operator status from a player.OpMP——Players—
    /difficultySets the difficulty level.Op———Players—
    /effectAdd or remove status effects.Op——EntitiesPlayers—
    /enchantEnchants a player item.Op———Players—
    /entitydataModifies the data tag of an entity.Op——Entities——
    /executeExecutes another command.Op—————
    /fillFills a region with a specific block.Op—Blocks———
    /gamemodeSets a player's game mode.Op———Players—
    /gameruleSets or queries a game rule value.Op————World
    /giveGives an item to a player.Op———Players—
    /helpProvides help for commands.——————
    /kickKicks a player off a server.OpMP——Players—
    /killKills entities (players, mobs, items, etc.).Op——EntitiesPlayers—
    /listLists players on the server.OpMP——Players—
    /meDisplays a message about yourself.————Players—
    /opGrants operator status to a player.OpMP——Players—
    /pardonRemoves entries from the banlist.OpMP——Players—
    /particleCreates particles.Op———Players—
    /playsoundPlays a sound.Op———Players—
    /publishOpens single-player world to local network.Op————World
    /replaceitemReplaces items in inventories.Op—BlocksEntitiesPlayers—
    /save-allSaves the server to disk.OpMP———World
    /save-offDisables automatic server saves.OpMP———World
    /save-onEnables automatic server saves.OpMP———World
    /sayDisplays a message to multiple players.————Players—
    /scoreboardManages objectives, players, and teams.Op——EntitiesPlayers—
    /seedDisplays the world seed.Op————World
    /setblockChanges a block to another block.Op—Blocks———
    /setidletimeoutSets the time before idle players are kicked.OpMP——Players—
    /setworldspawnSets the world spawn.Op————World
    /spawnpointSets the spawn point for a player.Op———Players—
    /spreadplayersTeleports entities to random locations.Op——EntitiesPlayers—
    /statsUpdate objectives from command results.Op—BlocksEntitiesPlayers—
    /stopStops a server.OpMP———World
    /summonSummons an entity.Op——Entities——
    /tellDisplays a private message to other players.————Players—
    /tellrawDisplays a JSON message to players.Op———Players—
    /testforCounts entities matching specified conditions.Op——EntitiesPlayers—
    /testforblockTests whether a block is in a location.Op—Blocks———
    /testforblocksTests whether the blocks in two regions match.Op—Blocks———
    /timeChanges or queries the world's game time.Op————World
    /titleManages screen titles.Op———Players—
    /toggledownfallToggles the weather.Op————World
    /tpTeleports entities.Op——EntitiesPlayers—
    /triggerSets a trigger to be activated.Op———Players—
    /weatherSets the weather.Op————World
    /whitelistManages server whitelist.OpMP——Players—
    /worldborderManages the world border.Op————World
    /xpAdds or removes player experience.Op———Players—





    In a regular Minecraft client or the stand alone client, commands are entered via Minecraft's chat window, which is displayed by pressing the Tkey (default) or / key. Using the / key will also enter the forward slash that commands require as a prefix, so it is a useful shortcut. Pressing Tab ↹ while entering commands cycles through possible commands or arguments.

    Commands may also be entered in a multiplayer server's console, but are not preceded by a / when entered this way. Commands in command blocks can be preceded by a slash, but it is not required. Commands in a command block may also require an optional argument, usually a player's username.

    The majority of commands are only available in the following situations:

    • In a Minecraft multiplayer server game, entered by an operator or command block.
    • In other multiplayer games, entered by the player who opened a LAN game with cheats enabled, or is hosting their own multiplayer server
    • In singleplayer, if cheats were enabled at world creation (via the "More World Options..." button).
    Some player commands are also available in singleplayer even when cheats are not enabled.

    Note: In singleplayer worlds where cheats were not enabled at creation, they can be enabled on a temporary basis by opening the current game session to LAN play ( Esc → "Open to LAN", then "Allow Cheats" button and "Start LAN World"). You do not actually need to be on a LAN or have others join. This is not permanent, but will allow the use of commands until you quit the world, and changes you make via commands (items spawned, etc.) will be saved with the world. You can do this each time you start playing the world again. Note that this will disable game pausing for the duration, so while open to LAN, you should get somewhere safe or reload your world before using the Game Menu. Remember that you can disable your LAN world by reloading the world.





    WorldEdit:

    WorldEdit is an easy-to-use in-game world editor for Minecraft, supporting both single player and multiplayer.

      • Fix griefing and other issues without shutting down your server
      • Quickly create, replace or delete thousands of blocks in seconds
      • Level an entire mountain and replace it with natural looking terrain
      • Use hand-bound tools and brushes to quickly make changes
      • Generate spheres, cylinders, cuboids, forests, pumpkin patches, and snowy areas
      • Use your compass to quickly teleport to areas by left clicking or using /jumpto
      • Choose an area and have it instantly restored from backups
      • Copy areas, paste them, load them, and save them as .schematic
    Permissions list
    For all permissions, use worldedit.*.

    You can also type op yourname in the server console to give you all permissions (in most cases).

    CommandPermissionAliasesFlagsDescription
    /biomeinfo worldedit.biome.info /biomeinfo pt Get the biome of the targeted block.
    //setbiome worldedit.biome.set //setbiome p Sets the biome of the player's current block or region.
    /biomelist worldedit.biome.list /biomelist
    /biomels Gets all biomes available.
    /chunkinfo worldedit.chunkinfo /chunkinfo Get information about the chunk that you are inside
    /listchunks worldedit.listchunks /listchunks List chunks that your selection includes
    /delchunks worldedit.delchunks /delchunks Delete chunks that your selection includes
    //cut worldedit.clipboard.cut //cut e Cut the selection to the clipboard
    //paste worldedit.clipboard.paste //paste sao Paste the clipboard's contents
    //schematic //schematic
    //schem Schematic-related commands
    //schematic formats worldedit.schematic.formats //schematic formats
    //schematic listformats
    //schematic f List available schematic formats
    //schematic load worldedit.clipboard.load, worldedit.schematic.load //schematic load
    //schematic l f Load a schematic into your clipboard
    //schematic list worldedit.schematic.list //schematic list
    //schematic all
    //schematic ls dn List available schematics
    //schematic save worldedit.clipboard.save, worldedit.schematic.save //schematic save
    //schematic s Save a schematic into your clipboard
    /clearclipboard worldedit.clipboard.clear /clearclipboard Clear your clipboard
    //load worldedit.clipboard.load //load Load a schematic into your clipboard
    //save worldedit.clipboard.save //save Save a schematic into your clipboard
    //copy worldedit.clipboard.copy //copy e Copy the selection to the clipboard
    //flip worldedit.clipboard.flip //flip p Flip the contents of the clipboard.
    //rotate worldedit.clipboard.rotate //rotate Rotate the contents of the clipboard
    /we /we
    /worldedit WorldEdit commands
    /we reload worldedit.reload /we reload Reload WorldEdit
    /we cui /we cui Complete CUI handshake
    /we tz /we tz Set your timezone
    /we version /we version
    /we ver Get WorldEdit version
    /we help worldedit.help /we help Displays help for the given command or lists all commands.
    //fast worldedit.fast //fast Toggle fast mode
    //gmask worldedit.global-mask //gmask
    /gmask Set the global mask
    //toggleplace //toggleplace
    /toggleplace Switch between your position and pos1 for placement
    //searchitem //searchitem
    //l
    //search
    /searchitem bi Search for an item
    //limit worldedit.limit //limit Modify block change limit
    //hcyl worldedit.generation.cylinder //hcyl Generates a hollow cylinder.
    //cyl worldedit.generation.cylinder //cyl Generates a cylinder.
    //hsphere worldedit.generation.sphere //hsphere Generates a hollow sphere.
    //sphere worldedit.generation.sphere //sphere Generates a filled sphere.
    /forestgen worldedit.generation.forest /forestgen Generate a forest
    /pumpkins worldedit.generation.pumpkins /pumpkins Generate pumpkin patches
    //pyramid worldedit.generation.pyramid //pyramid Generate a filled pyramid
    //hpyramid worldedit.generation.pyramid //hpyramid Generate a hollow pyramid
    //generate worldedit.generation.shape //generate
    //gen
    //g hroc Generates a shape according to a formula.
    //generatebiome worldedit.generation.shape, worldedit.biome.set //generatebiome
    //genbiome
    //gb hroc Sets biome according to a formula.
    //undo worldedit.history.undo //undo
    /undo Undoes the last action
    //redo worldedit.history.redo //redo
    /redo Redoes the last action (from history)
    //clearhistory worldedit.history.clear //clearhistory
    /clearhistory Clear your history
    /unstuck worldedit.navigation.unstuck /unstuck
    /! Escape from being stuck inside a block
    /ascend worldedit.navigation.ascend /ascend
    /asc Go up a floor
    /descend worldedit.navigation.descend /descend
    /desc Go down a floor
    /ceil worldedit.navigation.ceiling /ceil fg Go to the celing
    /thru worldedit.navigation.thru.command /thru Passthrough walls
    /jumpto worldedit.navigation.jumpto.command /jumpto
    /j Teleport to a location
    /up worldedit.navigation.up /up fg Go upwards some distance
    //hollow worldedit.region.hollow //hollow Hollows out the object contained in this selection
    //line worldedit.region.line //line h Draws a line segment between cuboid selection corners
    //curve worldedit.region.curve //curve h Draws a spline through selected points
    //overlay worldedit.region.overlay //overlay Set a block on top of blocks in the region
    //center worldedit.region.center //center
    //middle Set the center block(s)
    //naturalize worldedit.region.naturalize //naturalize 3 layers of dirt on top then rock below
    //walls worldedit.region.walls //walls Build the four sides of the selection
    //faces worldedit.region.faces //faces
    //outline Build the walls, ceiling, and floor of a selection
    //smooth worldedit.region.smooth //smooth n Smooth the elevation in the selection
    //move worldedit.region.move //move s Move the contents of the selection
    //regen worldedit.regen //regen Regenerates the contents of the selection
    //deform worldedit.region.deform //deform ro Deforms a selected region with an expression
    //forest worldedit.region.forest //forest Make a forest within the region
    //replace worldedit.region.replace //replace
    //re
    //rep f Replace all blocks in the selection with another
    //stack worldedit.region.stack //stack sa Repeat the contents of the selection
    //set worldedit.region.set //set Set all the blocks inside the selection to a block
    /.s worldedit.scripting.execute /.s Execute last CraftScript
    /cs worldedit.scripting.execute /cs Execute a CraftScript
    //pos2 worldedit.selection.pos //pos2 Set position 2
    //chunk worldedit.selection.chunk //chunk sc Set the selection to your current chunk.
    //pos1 worldedit.selection.pos //pos1 Set position 1
    //hpos1 worldedit.selection.hpos //hpos1 Set position 1 to targeted block
    //hpos2 worldedit.selection.hpos //hpos2 Set position 2 to targeted block
    //wand worldedit.wand //wand Get the wand object
    /toggleeditwand worldedit.wand.toggle /toggleeditwand Toggle functionality of the edit wand
    //contract worldedit.selection.contract //contract Contract the selection area
    //outset worldedit.selection.outset //outset hv Outset the selection area
    //inset worldedit.selection.inset //inset hv Inset the selection area
    //distr worldedit.analysis.distr //distr cd Get the distribution of blocks in the selection
    //sel //sel
    /; Choose a region selector
    //desel //desel
    //deselect Deselect the current selection
    //count worldedit.analysis.count //count d Counts the number of a certain type of block
    //size worldedit.selection.size //size c Get information about the selection
    //expand worldedit.selection.expand //expand Expand the selection area
    //shift worldedit.selection.shift //shift Shift the selection area
    /snapshot /snapshot
    /snap Snapshot commands
    /snapshot use worldedit.snapshots.restore /snapshot use Choose a snapshot to use
    /snapshot sel worldedit.snapshots.restore /snapshot sel Choose the snapshot based on the list id
    /snapshot list worldedit.snapshots.list /snapshot list List snapshots
    /snapshot after worldedit.snapshots.restore /snapshot after Choose the nearest snapshot after a date
    /snapshot before worldedit.snapshots.restore /snapshot before Choose the nearest snapshot before a date
    /restore worldedit.snapshots.restore /restore
    //restore Restore the selection from a snapshot
    // worldedit.superpickaxe //
    /, Toggle the super pickaxe pickaxe function
    /superpickaxe /superpickaxe
    /pickaxe
    /sp Select super pickaxe mode
    /superpickaxe single worldedit.superpickaxe /superpickaxe single Enable the single block super pickaxe mode
    /superpickaxe area worldedit.superpickaxe.area /superpickaxe area Enable the area super pickaxe pickaxe mode
    /superpickaxe recur worldedit.superpickaxe.recursive /superpickaxe recur
    /superpickaxe recursive Enable the recursive super pickaxe pickaxe mode
    /tool /tool Select a tool to bind
    /tool none /tool none Unbind a bound tool from your current item
    /tool tree worldedit.tool.tree /tool tree Tree generator tool
    /tool repl worldedit.tool.replacer /tool repl Block replacer tool
    /tool cycler worldedit.tool.data-cycler /tool cycler Block data cycler tool
    /tool floodfill worldedit.tool.flood-fill /tool floodfill
    /tool flood Flood fill tool
    /tool brush /tool brush
    /tool br Brush tool
    /tool brush sphere worldedit.brush.sphere /tool brush sphere
    /tool brush s h Choose the sphere brush
    /tool brush cylinder worldedit.brush.cylinder /tool brush cylinder
    /tool brush cyl
    /tool brush c h Choose the cylinder brush
    /tool brush clipboard worldedit.brush.clipboard /tool brush clipboard
    /tool brush copy a Choose the clipboard brush
    /tool brush smooth worldedit.brush.smooth /tool brush smooth n Choose the terrain softener brush
    /tool brush ex worldedit.brush.ex /tool brush ex
    /tool brush extinguish Shortcut fire extinguisher brush
    /tool brush gravity worldedit.brush.gravity /tool brush gravity
    /tool brush grav h Gravity brush
    /tool brush butcher worldedit.brush.butcher /tool brush butcher
    /tool brush kill Butcher brush
    /tool deltree worldedit.tool.deltree /tool deltree Floating tree remover tool
    /tool farwand worldedit.tool.farwand /tool farwand Wand at a distance tool
    /tool lrbuild worldedit.tool.lrbuild /tool lrbuild
    /tool /lrbuild Long-range building tool
    /tool info worldedit.tool.info /tool info Block information tool
    /mat worldedit.brush.options.material /mat
    /material Set the brush material
    /range worldedit.brush.options.range /range Set the brush range
    /size worldedit.brush.options.size /size Set the brush size
    /mask worldedit.brush.options.mask /mask Set the brush mask
    /none /none Unbind a bound tool from your current item
    /tree worldedit.tool.tree /tree Tree generator tool
    /repl worldedit.tool.replacer /repl Block replacer tool
    /cycler worldedit.tool.data-cycler /cycler Block data cycler tool
    /floodfill worldedit.tool.flood-fill /floodfill
    /flood Flood fill tool
    /brush /brush
    /br Brush tool
    /brush sphere worldedit.brush.sphere /brush sphere
    /brush s h Choose the sphere brush
    /brush cylinder worldedit.brush.cylinder /brush cylinder
    /brush cyl
    /brush c h Choose the cylinder brush
    /brush clipboard worldedit.brush.clipboard /brush clipboard
    /brush copy a Choose the clipboard brush
    /brush smooth worldedit.brush.smooth /brush smooth n Choose the terrain softener brush
    /brush ex worldedit.brush.ex /brush ex
    /brush extinguish Shortcut fire extinguisher brush
    /brush gravity worldedit.brush.gravity /brush gravity
    /brush grav h Gravity brush
    /brush butcher worldedit.brush.butcher /brush butcher
    /brush kill Butcher brush
    /deltree worldedit.tool.deltree /deltree Floating tree remover tool
    /farwand worldedit.tool.farwand /farwand Wand at a distance tool
    /lrbuild worldedit.tool.lrbuild /lrbuild
    //lrbuild Long-range building tool
    /info worldedit.tool.info /info Block information tool
    //fillr worldedit.fill.recursive //fillr Fill a hole recursively
    //drain worldedit.drain //drain Drain a pool
    //fixlava worldedit.fixlava //fixlava
    /fixlava Fix lava to be stationary
    //fixwater worldedit.fixwater //fixwater
    /fixwater Fix water to be stationary
    //removeabove worldedit.removeabove //removeabove
    /removeabove Remove blocks above your head.
    //removebelow worldedit.removebelow //removebelow
    /removebelow Remove blocks below you.
    //removenear worldedit.removenear //removenear
    /removenear Remove blocks near you.
    //replacenear worldedit.replacenear //replacenear
    /replacenear f Replace nearby blocks
    //snow worldedit.snow //snow
    /snow Simulates snow
    //thaw worldedit.thaw //thaw
    /thaw Thaws the area
    //green worldedit.green //green
    /green f Greens the area
    //ex worldedit.extinguish //ex
    //ext
    //extinguish
    /ex
    /ext
    /extinguish Extinguish nearby fire
    /butcher worldedit.butcher /butcher plangbf Kill all or nearby mobs
    /remove worldedit.remove /remove
    /rem
    /rement Remove all entities of a type
    //fill worldedit.fill //fill Fill a hole
    //help worldedit.help //help Displays help for the given command or lists all commands.


    Other Permissions:
    • The maximum limit for the //limit command can be overridden with worldedit.limit.unrestricted permission.
    • If use-inventory is enabled, users can bypass that setting with the worldedit.inventory.unrestricted permission.
    • The disallowed-blocks configuration option can be overridden with the worldedit.anyblock permission.
    • Usually the Super Pickaxe does not destroy bedrock. This can be overridden with the worldedit.override.bedrock permission.
    • To use the navigation wand, the necessary permissions are worldedit.navigation.jumpto.tool and worldedit.navigation.thru.tool as opposed to the .command nodes.


    WorldGuard:


    WorldGuard is a powerful plugin with a large bag of tricks for server owners, server map makers, regular survival servers, and everyone in between!

      • Dump useful statistics and information about your server (/wg report -p)
      • CPU profile your server (/wg profile -p)
      • Works, more or less, with mods (other Bukkit plugins and FTB mods)
      • Protects against many types of grief (fire spread, tree growth, TNT cannons, piston machines, crop trampling, paintings and item frames, etc.), and certain interactions can also be allowed (door open, lever usage, etc.)
      • Well documented, and one of the oldest Minecraft projects (older than Bukkit!)
      • Enable only features you want! Everything is off by default. You can just install WorldGuard and configure it later.


    Commands:



    CommandPermission
    Allow usage of the wand item



      • worldguard.region.wand
    Miscellaneous commands
    /locate



      • worldguard.locate
    /stack



      • worldguard.stack
      • worldguard.stack.illegitimate
      • worldguard.stack.damaged
    Emergency commands
    /stopfire



      • worldguard.fire-toggle.*
    /allowfire



      • worldguard.fire-toggle.*
    /halt-activity



      • worldguard.halt-activity
    /halt-activity -c



      • worldguard.halt-activity
    Area protection commands
    /region define



      • worldguard.region.define
    /region redefine



      • worldguard.region.redefine.own (lets owners redefine their own regions)
      • worldguard.region.redefine.member (lets members redefine their own regions)
      • worldguard.region.redefine
    In WorldGuard 5.8 and newer, these permissions have changed slightly:

    worldguard.region.redefine.own.*
    worldguard.region.redefine.member.*
    worldguard.region.redefine.*

    /region claim



      • worldguard.region.claim
    /region select



      • worldguard.region.select.own.* (lets owners select their own regions)
      • worldguard.region.select.own.<region> (lets owners select their own regions for the given region ID)
      • worldguard.region.select.member.* (lets members select their own regions)
      • worldguard.region.select.member.<region> (lets members select their own regions for the given region ID)
      • worldguard.region.select.*
      • worldguard.region.select.<region> (for a given region)
    These are also checked for /region info with the -s flag.

    /region info



      • worldguard.region.info.own (lets owners query their own regions)
      • worldguard.region.info.member (lets members query their own regions)
      • worldguard.region.info.*
    In WorldGuard 5.7.6 and newer, these permissions have changed slightly:




      • worldguard.region.info.own.*
      • worldguard.region.info.member.*
      • worldguard.region.info.*
    /region addowner



      • worldguard.region.addowner.own.*
      • worldguard.region.addowner.member.*
      • worldguard.region.addowner.*
    /region removeowner
    Alias remowner




      • worldguard.region.removeowner.own.*
      • worldguard.region.removeowner.member.*
      • worldguard.region.removeowner.*
    /region addmember



      • worldguard.region.addmember.own.*
      • worldguard.region.addmember.member.*
      • worldguard.region.addmember.*
    /region removemember
    Alias remmember, removemem, remmem




      • worldguard.region.removemember.own.*
      • worldguard.region.removemember.member.*
      • worldguard.region.removemember.*
    /region list



      • worldguard.region.list.own (lets owners see list of their regions)
      • worldguard.region.list
    Warning: Permissions are currently not checked for the other world if another world is specified.
    /region flag
    There are TWO sets of permissions that you must give. The first is the permission to use the command.




      • worldguard.region.flag.regions.own.* (lets owners set the flags for their own regions)
      • worldguard.region.flag.regions.own.<region> (lets owners set the flags for their own regions for the given region ID)
      • worldguard.region.flag.regions.member.* (lets members set the flags for their own regions)
      • worldguard.region.flag.regions.member.<region> (lets members set the flags for their own regions for the given region ID)
      • worldguard.region.flag.regions.*
      • worldguard.region.flag.regions.<region> (for a given region)
    Then you must give permission to use the flags.




      • worldguard.region.flag.flags.<flag>.* for the given flag
      • worldguard.region.flag.flags.* for all flags
    Example: The permission for the chest-access flag
    worldguard.region.flag.flags.chest-access.* would give a user only the ability to set that flag.


    For region flag names please see this page.
    /region setpriority



      • worldguard.region.setpriority.own.* (lets owners set the priority of their own regions)
      • worldguard.region.setpriority.own.<region> (lets owners set the priority of their own regions for the given region ID)
      • worldguard.region.setpriority.member.* (lets members set the priority of their own regions)
      • worldguard.region.setpriority.member.<region> (lets members set the priority of their own regions for the given region ID)
      • worldguard.region.setpriority.*
      • worldguard.region.setpriority.<region> (for a given region)
    /region setparent



      • worldguard.region.setparent.own.* (lets owners set the parent of their own regions)
      • worldguard.region.setparent.own.<region> (lets owners set the parent of their own regions for the given region ID)
      • worldguard.region.setparent.member.* (lets members set the parent of their own regions)
      • worldguard.region.setparent.member.<region> (lets members set the parent of their own regions for the given region ID)
      • worldguard.region.setparent.*
      • worldguard.region.setparent.<region> (for a given region)
    These are also checked for the parent region.

    /region teleport



      • worldguard.region.teleport.own.* (lets owners teleport to their own regions)
      • worldguard.region.teleport.own.<region> (lets owners teleport to their own regions for the given region ID)
      • worldguard.region.teleport.member.* (lets members teleport to their own regions)
      • worldguard.region.teleport.member.<region> (lets members teleport to their own regions for the given region ID)
      • worldguard.region.teleport.*
      • worldguard.region.teleport.<region> (for a given region)
    /region remove



      • worldguard.region.remove.own.* (lets owners remove their own regions)
      • worldguard.region.remove.own.<region> (lets owners remove their own regions for the given region ID)
      • worldguard.region.remove.member.* (lets members remove their own regions)
      • worldguard.region.remove.member.<region> (lets members remove their own regions for the given region ID)
      • worldguard.region.remove.*
      • worldguard.region.remove.<region> (for a given region)
    WorldGuard commands
    /worldguard version
    (Not applicable)

    /worldguard reload



      • worldguard.reload
    /worldguard report



      • worldguard.report
      • worldguard.report.pastebin (for automatically uploading and linking the report)
    Miscellaneous



      • worldguard.region.bypass.<world> (gives users with this permission the ability to bypass region protection)
      • worldguard.notify (Receive blacklist events notifications)
      • worldguard.chest-protection.override (override chest protection)
      • worldguard.override.chest-protection (alias for worldguard.chest-protection.override)



    PvPGuns:

    Features:
    PvPGuns is a plugin that allows the player to shoot snowballs when they right click with all types of hoes. This is the first version so be wary of bugs and be sure to notify me if you come across any. Hoes now have durability. Snowballs are now able to do damage.

    Commands:
    There currently aren't any commands for this plugin.

    Permissions:

    There currently aren't any permissions for this plugin.



    Plugins I did not find :

    • Opex.
    • McWarfare


    Also That's all for the Mc-War Plugins.


    MC-WAR COMMANDS
    /war leave: Leave war, the chat is OFF and you can't join a game (watch out, you can get kicked for flying).

    /war join: Join war, this command is only necessary when you do /war leave.

    /war buy: You can buy stuff for one game only with credits: armor (iron chestplate and boots), super-armor(diamond chestplat and boots), grenade, molotov.

    /list: See all of the players in the server and the ran color.

    /vote: To see the vote links/Rewards and tope voters. Vote daily for grenade and tokens.

    /rewards: To see the rewards you can have when you vote: Reward for Mc-war, Warz, Skywars, Mc-Party and Survival PVP.

    /war gun: To see which gun(s) you can buy.

    /hub: Return to hub and have an access to the other Mcbrawl servers.

    /texture: Apply the server texture pack.

    /server: You can see in which server you are.

    /spawn: Take you to the server's spawn (do it if you are out of the map or if you don't want to play a game).

    /ping: To see how many pings you have.

    /msg: Send a private message to a other player (not necessary he must be in your server).

    /register: Give you a link to register on this forum.

    /friend (name): Add this player in your friend list.

    /friend list: Now you can see your friend and you can ON/OFF the friends alerts.

    /clan create: You can create a clan and give a name.

    /clan invite (name): Invite people in the clan.

    /clan join (name): Join a clan (you must be invited).

    /clan leave: To leave a clan.

    /clan mod: To demod/mod a player in your clan (this mod can invite people but not mod/demod).

    /clan info: To see how many moderators/players are there in the clan.

    /clan setowner: Command only usable when you are a owner.

    /clan rename: Rename your clan's name.

    /clan kick (name): Kick a player forcefully.

    /war gun apply: Take a gun allows manual without the gun's menu.

    /help: Show the war's commands.

    /war chat: Turn OFF/ON the server's chat.

    /play war (number): Change server manually, without the lobby.

    /cosmetics: To see all of the cosmetics that MVP/VIP can have an access.

    /? (number): To see all of the plugins and the commands who aren't in the based mine craft.

    /who: To see how many players are online on the server.

    /links: To see the useful Mcbrawl's links.

    /profile (name): See the profile of the player.

    /alerts: Turn OFF/ON the friend's alert.

    /rules: To see all of the Mc-war rules.



    ----------Mc-war Ranks:----------

    White Name: Players under lvl 1-29 and has no diner rank.

    Yellow Name: Player over lvl 30+ (prestige I).

    Gold Name: Players over lvl 60+ (prestige II).

    Red Name: Players over lvl 100+ (prestige III).

    Dark Name : Players over lvl 150 (Prestige IV)




    Lime Name: Players who buy the "VIP" rank at shop.mcbrawl.com . This player gain 35XP per kills and 2 credits.

    Aqua Name: Players who buy the "MVP" rank at shop.mcbrawl.com . This players gain 45Xp per kills and 3 credits.


    Level 1 PVT Private
    Level 2 PV2 Private second class
    Level 3 PFC Private First class
    Level 4 SPC Specialist
    Level 5 CPL Corporal
    Level 6 SGT Sargeant
    Level 7 SSG Staff Sergeant
    Level 8 SFC Sergeant First Class
    Level 9 MSG Master Sergeant
    Level 10 1SG 1st Sergeant
    Level 11 SGM Sergeant Major
    Level 12 CSM Command Sergeant Major
    Level 13 SMA Sergeant Major of the Army
    Level 14 WO1 Warrant Officer 1
    Level 15 CW2 Chief Warrant 2
    Level 16 CW3 Chief Warrant 3
    Level 17 CW4 Chief Warrant 4
    Level 18 CW5 Chief Warrant 5
    Level 19 2LT Lieutnant second class
    Level 20 1LT Lieutnant first class
    Level 21 CPT Captain
    Level 22 MAJ Major
    Level 23 COL Colonel
    Level 24 LTC Lieutnant Colonel
    Level 25 BG Brigadier General
    Level 26 MG Major General
    Level 27 LTG Lieutnant General
    Level 28 GEN General of Army
    Level 29 MLG Major League Gamer

    Level 30+ 30+ Prestige I
    Level 60+ 60+ Prestige II
    Level 100+ 100+ Prestige III
    Level

    When you are in a clan, you have two ranks:

    Italic Name: When you are a clan's moderator.

    Underline Name: When you are the owner of the clan.

    Ps: This rank are affected to the other in game rank.


    -----------Mc-war mods not/allowed----------

    Mod allowed:
    -Optifine
    -Mini-map with no entities.
    -Shaders mod core.
    -Too many items.
    -Armor Status HUD.
    -Mcwar Client made by @phantamanta44



    Mod not allowed:
    -Damage Indicator.
    -Bigger Player's name.
    -Health of players.
    -Hacked Client.
    -All of sort of hacks.
    -Xray
    -Nodus

    -GamerHax



    ----------Mc-war Gamemodes.----------
    Every game has an objective, which is the goal you or you and your team are supposed to do.

    TDM (Team-deathmatch): Your team has to get the most kills to win!

    CTF( Capture the Flag): You team has to capture the most flags to win!

    FFA (Free-for-all): You have to be the first person to reach 20 kills to win!

    GUNGAME: Every person starts off with the level I gun. With each kill, their gun gets upgraded. The fist person to 31 kills win!

    INFECT: You have to survive the longest without dying . At the start, one person is spawned as a zombie. When a person on the survivor team dies, he become a zombie.

    ONEIN(On in the Chamber): Avoid getting shot, but shoot other people! When you are shot, you lose a life. When your three lives are up, you are out, the last person standing wins!






    All right everybody; that's all for the Super Guide. Hope you will enjoy it!

    Peace







    Source for the plugins: Bukkit.



















     
    • Useful Useful x 4
    • Friendly Friendly x 1
    • Informative Informative x 1
    #1 Algelier, Mar 7, 2015
    Last edited: Mar 7, 2015
  2. Cappuccino

    Cappuccino Well-Known Member

    Joined:
    Aug 13, 2013
    Messages:
    1,058
    Ratings:
    +340
    Nice guide! I'd suggest you work on the formatting more. It's really difficult to read the information if you don't title it clearly, and use a ton of colors. You should just use black, use bullet point form, use bold on titles, and allign titles on the left side of the page.
     
  3. Algelier

    Algelier Former Staff Member.

    Joined:
    Sep 29, 2013
    Messages:
    1,811
    Ratings:
    +1,108
    Oh ok, Thanks for your repply dude!
     
  4. onepunchmeme

    onepunchmeme Well-Known Member

    Joined:
    Nov 18, 2013
    Messages:
    1,101
    Ratings:
    +541
    Invisible white text is very invisible
     
    • Funny Funny x 1
    • Winner Winner x 1
  5. Algelier

    Algelier Former Staff Member.

    Joined:
    Sep 29, 2013
    Messages:
    1,811
    Ratings:
    +1,108
    Ok, I change it.

    They is not white now.
     
  6. Javed

    Javed Well-Known Member

    Joined:
    Aug 6, 2013
    Messages:
    1,867
    Ratings:
    +370
    • Agree Agree x 3
    • Funny Funny x 2
    • Winner Winner x 1
  7. fast11471

    fast11471 Well-Known Member

    Joined:
    Aug 23, 2013
    Messages:
    1,010
    Ratings:
    +354
    • Agree Agree x 2
    • Funny Funny x 1
  8. Algelier

    Algelier Former Staff Member.

    Joined:
    Sep 29, 2013
    Messages:
    1,811
    Ratings:
    +1,108
  9. Romkelolol

    Romkelolol Well-Known Member

    Joined:
    Oct 13, 2013
    Messages:
    1,614
    Ratings:
    +692
    In other words: copy it

    You put almost 0 effort in this thread, and you claim that you 'made' it

    I am sorry, but that really sickens me.
     
    • Agree Agree x 1
    • Optimistic Optimistic x 1
  10. SquishFish

    SquishFish Well-Known Member

    Joined:
    Jul 25, 2014
    Messages:
    233
    Ratings:
    +23
    Dude change the yellow text I cant read it
     
  11. Algelier

    Algelier Former Staff Member.

    Joined:
    Sep 29, 2013
    Messages:
    1,811
    Ratings:
    +1,108
    ok :smile:

    it done
     
  12. teawithchoco

    teawithchoco Well-Known Member

    Joined:
    Aug 19, 2013
    Messages:
    6,758
    Ratings:
    +844
    Well instead of copying it over the Internet maybe you should have done your own version...
     
    • Agree Agree x 1
    • Funny Funny x 1
  13. 19kss

    19kss 18kss

    Joined:
    Jul 30, 2014
    Messages:
    1,850
    Ratings:
    +736
    He put half of the effort into it.
     
  14. MR_EVIL_OVERLORD

    MR_EVIL_OVERLORD Elite Legacy Legend | PRO | Genius Super Villain

    Joined:
    Dec 27, 2014
    Messages:
    4,611
    Ratings:
    +1,401
    Alg, you should be a Mod or Wiki, you are awesome.
     
    • Like Like x 1
  15. Lekosa1

    Lekosa1 mineman

    Joined:
    Sep 26, 2014
    Messages:
    3,323
    Ratings:
    +1,677
    You should tell about the extra ammo added when you buy VIP/MVP
     
  16. HereCreepers

    HereCreepers Well-Known Member

    Joined:
    Jun 25, 2014
    Messages:
    1,170
    Ratings:
    +117
    Lol nothing is said about guns or anything. Half of this is about plugins and mod+ commands.
     
  17. Neptunide

    Neptunide This is my Smurf Account

    Joined:
    Nov 26, 2013
    Messages:
    330
    Ratings:
    +42
    /war gun apply: Take a gun allows manual without the gun's menu.
    ^ I don't quite know what you mean by this.

    "Take a gun allows manual without the gun's menu." Do you even grammer?

    PS: Sorry if this is actually gramatically correct and I'm just not realizing the obvious...
     
Loading...
Similar Threads Forum Date
Complete [xD] Superflat Map Submissions Aug 20, 2021
Complete Super Sunflower Map Submissions Apr 17, 2020
Ugly ass texturepack for you all to use for now so it dont look super retarded :) Resource Packs Jul 9, 2018
Idea Super Knife MC-War Jun 18, 2018
Lobby How to get out of the hub world and into a Superflat Other Feb 14, 2018
Thread Status:
Please be aware that this thread is more than 30 days old. Do not post unless the topic can still be discussed. Read more...