차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
game:mc:admin_note [2014/03/18 18:16] – 바깥 편집 127.0.0.1game:mc:admin_note [2014/03/19 02:36] (현재) – 바깥 편집 127.0.0.1
줄 1: 줄 1:
 +======Admin Note======
 +
 +=====authme=====
 +Commands:
 +Player side:
 +/register <password>
 +/login <password> -Alias: /l <password>
 +/logout
 +/changepassword <oldpassword> <newpassword>
 +/unregister <password>
 +Op and Console (without / ) side:
 +/authme reloadconfig
 +/authme reloadcache
 +/authme toggleregs
 +/authme deleteauth <playername>
 +
 +
 +=====BigBrother 1.5=====
 +BLOCK_BROKEN (0) - A block that is destroyed (includes liquid picked up by a bucket)
 +BLOCK_PLACED (1) - A block that is placed (includes liquid placed by a bucket)
 +DESTROY_SIGN_TEXT (2) - A sign that was destroyed and had text
 +TELEPORT (3) - When a user teleports
 +DELTA_CHEST (4) - The chest that got its contents modified (currently only fires when destroying a chest)
 +COMMAND (5) - When the user uses a command
 +CHAT (6) - When a user chats. How pleasant
 +DISCONNECT (7) - When a user disconnects.
 +LOGIN (8) - When a user logs in
 +DOOR_OPEN (9) - Doors that were opened
 +BUTTON_PRESS (10) - The button that got pressed
 +LEVER_SWITCH (11) - The lever that got switched
 +CREATE_SIGN_TEXT (12) - A Sign that has new text (Not yet implemented)
 +LEAF_DECAY (13) - A leaf that decayed (Currently logged as player "Environment")
 +FLINT_AND_STEEL (14) - Blocks that a player used flint and steel against
 +TNT_EXPLOSION (15) - Blocks destroyed by TNT going off (Currently logged as player "Environment")
 +CREEPER_EXPLOSION (16) - Blocks destroyed by Creepers blowing up (Logged as "Environment")
 +MISC_EXPLOSION (17) - Miscellaneous explosions... Who knows?
 +OPEN_CHEST (18) - A chest that was opened by a player
 +BLOCK_BURN (19) - A block that was burnt and destroyed by fire (Current logged as "Environment")
 +
 +
 +
 +/bb here <radius> : Checks who has edited that area.
 +/bb here [player] : Checks the log for the specified player.
 +/bb rollback <*/player(s)> <t:#d#h#m#s> <r:#> <id:#> : Rollback the player(s).
 +/bb undo  : Undoes a rollback.
 +/bb stick <#> : Gives you a log stick that you can check blocks with.
 +/bb watch <name> : Makes Big Brother watch the player.
 +/bb watched  : Check the list of the watched players.
 +/bb unwatched  :
 +
 +=====Group manager=====
 +commands:
 +  manuadd:
 +    description: Move a player to desired group.(Adds to the file if not exists)
 +    usage: /<command> <player> <group>
 +    permission: groupmanager.manuadd
 +  manudel:
 +    description: Remove any user specific configuration. Make him default group.
 +    usage: /<command> <player>
 +    permission: groupmanager.manudel
 +  manuaddsub:
 +    description: Add a group to a player's subgroup list.
 +    usage: /<command> <player> <group>
 +    permission: groupmanager.manuaddsub
 +  manudelsub:
 +    description: Remove a group to a player's subgroup list.
 +    usage: /<command> <player> <group>
 +    permission: groupmanager.manudelsub
 +  mangadd:
 +    description: Add group to the system.
 +    usage: /<command> <group>
 +    permission: groupmanager.mangadd
 +  mangdel:
 +    description: Removes group from the system(all it's users become default)
 +    usage: /<command> <group>
 +    permission: groupmanager.mangdel
 +  manuaddp:
 +    description: Add permission diretly to the player.
 +    usage: /<command> <player> <permission>
 +    permission: groupmanager.manuaddp
 +  manudelp:
 +    description: Removes permission diretly from the player.
 +    usage: /<command> <player> <permission>
 +    permission: groupmanager.manudelp
 +  manulistp:
 +    description: List all permissions from a player.
 +    usage: /<command> <player>
 +    permission: groupmanager.manulistp
 +  manucheckp:
 +    description: Verify if user has a permission, and where it comes from.
 +    usage: /<command> <player> <permission>
 +    permission: groupmanager.manucheckp
 +  mangaddp:
 +    description: Add permission to a group.
 +    usage: /<command> <group> <permission>
 +    permission: groupmanager.mangaddp
 +  mangdelp:
 +    description: Removes permission from a group.
 +    usage: /<command> <group> <permission>
 +    permission: groupmanager.mangdelp
 +  manglistp:
 +    description: Lists all permissions from a group.
 +    usage: /<command> <group>
 +    permission: groupmanager.manglistp
 +  mangcheckp:
 +    description: Check if group has a permission, and where it comes from.
 +    usage: /<command> <group> <permission>
 +    permission: groupmanager.mangcheckp
 +  mangaddi:
 +    description: Add a group to another group inheritance list.
 +    usage: /<command> <group1> <group2>
 +    permission: groupmanager.mangaddi
 +  mangdeli:
 +    description: Remove a group from another group inheritance list.
 +    usage: /<command> <group1> <group2>
 +    permission: groupmanager.mangdeli
 +  manuaddv:
 +    description: Add, or replaces, a variable to a user (like prefix or suffix).
 +    usage: /<command> <user> <variable> <value>
 +    permission: groupmanager.manuaddv
 +  manudelv:
 +    description: Remove a variable from a user.
 +    usage: /<command> <user> <variable>
 +    permission: groupmanager.manudelv
 +  manulistv:
 +    description: List variables a user has (like prefix or suffix).
 +    usage: /<command> <user>
 +    permission: groupmanager.manulistv
 +  manucheckv:
 +    description: Verify a value of a variable of user, and where it comes from.
 +    usage: /<command> <user> <variable>
 +    permission: groupmanager.manucheckv
 +  mangaddv:
 +    description: Add, or replaces, a variable to a group (like prefix or suffix).
 +    usage: /<command> <group> <variable> <value>
 +    permission: groupmanager.mangaddv
 +  mangdelv:
 +    description: Remove a variable from a group.
 +    usage: /<command> <group> <variable>
 +    permission: groupmanager.mangdelv
 +  manglistv:
 +    description: List variables a group has (like prefix or suffix).
 +    usage: /<command> <group>
 +    permission: groupmanager.manglistv
 +  mangcheckv:
 +    description: Verify a value of a variable of group, and where it comes from.
 +    usage: /<command> <group> <variable>
 +    permission: groupmanager.mangckeckv
 +  manwhois:
 +    description: Tell the group that user belongs.
 +    usage: /<command> <player>
 +    permission: groupmanager.manwhois
 +  tempadd:
 +    description: Creates a temporary permission copy for that user.
 +    usage: /<command> <player>
 +    permission: groupmanager.tempadd
 +  tempdel:
 +    description: Remove the temporary permission copy for player.
 +    usage: /<command> <player>
 +    permission: groupmanager.tempdel
 +  templist:
 +    description: List players in overload-permissions mode made by /tempadd.
 +    usage: /<command>
 +    permission: groupmanager.templist
 +  tempdelall:
 +    description: Remove all overrides made by command /tempadd.
 +    usage: /<command>
 +    permission: groupmanager.tempdelall
 +  mansave:
 +    description: Save all permissions on file.
 +    usage: /<command>
 +    permission: groupmanager.mansave
 +  manload:
 +    description: Reload current world and config.yml. Or load given world.
 +    usage: /<command> [world]
 +    permission: groupmanager.manload
 +  listgroups:
 +    description: List the groups available.
 +    usage: /<command>
 +    permission: groupmanager.listgroups
 +  manpromote:
 +    description: Promote a player in the same heritage line to a higher rank.
 +    usage: /<command> <player> <group>
 +    permission: groupmanager.manpromote
 +  mandemote:
 +    description: Demote a player in the same heritage line to a lower rank.
 +    usage: /<command> <player> <group>
 +    permission: groupmanager.mandemote
 +  mantogglevalidate:
 +    description: Toggle on/off the validating if player is online.
 +    usage: /<command>
 +    permission: groupmanager.mantogglevalidate
 +  mantogglesave:
 +    description: Toggle on/ff the autosave.
 +    usage: /<command>
 +    permission: groupmanager.mantogglesave
 +  manworld:
 +    description: Prints the selected world name
 +    usage: /<command>
 +    permission: groupmanager.manworld
 +  manselect:
 +    description: Select a world to work with next commands.
 +    usage: /<command> <world>
 +    permission: groupmanager.manselect
 +  manclear:
 +    description: Clear world selection. Next commands will work on your world.
 +    usage: /<command>
 +    permission: groupmanager.manclear
 +
 +=====SQL query=====
 +
 +===모든 대화, 명령어===
 +  SELECT * 
 +  FROM  `bbdata` 
 +  WHERE  `player` !=  'environment'
 +  AND  `action` >=5
 +  AND  `data` !=  ''
 +  ORDER BY  `id` DESC 
 +  LIMIT 0 , 100
 +
 +
 +^  [[|배슬로넷 마인크래프트 위키]]입니다. 마음에 안드는 내용이 있으면 욕하지 말고 니가 고치세요. 퍼가면 가문의 영광. 댓글은 굽신굽신. 게시판은 [[:forum|여기]].   ^
 +
 +{{tag>마인크래프트 minecraft game admin_note }}