Jump to content
bbh_blocked_dnftl
News:
  • News ticker sample
  • News ticker sample
    News Ticker
    • Welcome To EnigmaProjects
    • Registrations are open!
    • RadioHosting is ready!
    • New Events Soon!
    • Potitions open!

    Search the Community

    Showing results for tags 'mincraft'.

    • Search By Tags

      Type tags separated by commas.
    • Search By Author

    Content Type


    Blogs

    • EnigmaNews
    • Public News
    • EnigmaClubs's Blog

    Calendars

    • Event
    • Radio Show
    • DJ Event
    • EnigmaClubs's Events

    Forums

    • Main
      • Public
      • Software
      • Android App
    • Games
      • Enigma City Online(WebGame)
      • Warframe
      • Minecraft
    • Enigma Services
      • Web Radio(hosting)
      • Web Dev./Des.
      • Fivem Dev

    Product Groups

    There are no results to display.

    Genres

    • Techno
    • DNB
    • Electro
    • Psyhedelic
    • Trance
    • Dubstep
    • Rock
    • Metal
    • Industrial
    • Cuberpunk
    • Cuberpunk/Industrial
    • Gospel
    • Hardstyle
    • HipHop
    • Rap
    • Trap
    • Drill

    Find results in...

    Find results that contain...


    Date Created

    • Start

      End


    Last Updated

    • Start

      End


    Filter by number of...

    Joined

    • Start

      End


    Group


    About Me

    Found 1 result

    1. ๐Ÿง‘โ€๐Ÿ’ป PLAYER (USER) COMMANDS Commands players can usually use without operator status, depending on server/world permissions. Chat & Communication /me <action> /tell <player> <message> /msg <player> <message> /w <player> <message> Gameplay / Utility /help /help <command> /list /seed /clear /clear <player> /clear <player> <item> Player Info /title @s title <text> /title @s subtitle <text> /title @s actionbar <text> (Note: title permissions may be restricted by server settings) ๐Ÿ›ก๏ธ OPERATOR / ADMIN COMMANDS Require operator status or cheats enabled ๐ŸŽฎ GAMEMODE & DIFFICULTY /gamemode survival /gamemode creative /gamemode adventure /gamemode spectator /gamemode <mode> <player> /difficulty peaceful /difficulty easy /difficulty normal /difficulty hard โฑ๏ธ TIME & WEATHER /time set day /time set night /time set <number> /time add <number> /weather clear /weather rain /weather thunder /weather <type> <duration> ๐Ÿงญ TELEPORTATION & POSITION /tp <player> <player> /tp <player> <x> <y> <z> /tp @s ~ ~ ~ /teleport (same as /tp) /spawnpoint /spawnpoint <player> /setworldspawn /setworldspawn <x> <y> <z> ๐ŸŽ’ INVENTORY & ITEMS /give <player> <item> /give <player> <item> <amount> /give <player> <item> <amount> <data> /clear <player> /clear <player> <item> โค๏ธ HEALTH, STATUS & EFFECTS /effect <player> <effect> /effect <player> <effect> <seconds> <amplifier> /effect <player> clear /kill /kill <player> /damage <player> <amount> ๐Ÿงฑ BLOCKS & WORLD EDITING /setblock <x> <y> <z> <block> /fill <x1> <y1> <z1> <x2> <y2> <z2> <block> /fill ... replace /clone <start> <end> <destination> ๐Ÿง  ENTITIES & MOBS /summon <entity> /summon <entity> <x> <y> <z> /kill @e /kill @e[type=zombie] /kill @e[r=10] ๐ŸŽฏ TARGET SELECTORS @s = yourself @p = nearest player @a = all players @e = all entities @r = random player Selector Arguments [type=] [name=] [r=] (radius) [rm=] (min radius) [c=] (count) [tag=] [x=] [y=] [z=] [dx=] [dy=] [dz=] Example: /tp @e[type=cow,r=5] @s ๐Ÿท๏ธ TAGS & SCOREBOARD (ADVANCED) Tags /tag <player> add <tag> /tag <player> remove <tag> /tag <player> list Scoreboard /scoreboard objectives add <name> dummy /scoreboard objectives remove <name> /scoreboard objectives list /scoreboard players add <player> <objective> <value> /scoreboard players remove <player> <objective> <value> /scoreboard players set <player> <objective> <value> /scoreboard players list <player> ๐Ÿงช GAMERULES /gamerule doDaylightCycle true|false /gamerule keepInventory true|false /gamerule mobGriefing true|false /gamerule doMobSpawning true|false /gamerule showCoordinates true|false /gamerule commandBlockOutput true|false ๐Ÿงฐ COMMAND BLOCK / SERVER /say <message> /stop /reload /function <name> ๐Ÿ‘ฅ PLAYER MANAGEMENT /op <player> /deop <player> /kick <player> /kick <player> <reason> /ban <player> /ban-ip <ip> /pardon <player> /pardon-ip <ip> /whitelist on /whitelist off /whitelist add <player> /whitelist remove <player> ๐Ÿงฉ STRUCTURES & ADD-ONS /structure save <name> <x1> <y1> <z1> <x2> <y2> <z2> /structure load <name> <x> <y> <z> /structure delete <name> /reload ๐Ÿงช DEBUG & CAMERA /camera <player> set free /camera <player> set first_person /camera <player> set third_person /playsound <sound> <player> /stopsound <player> ๐ŸŽฎ COMMAND BLOCK EXAMPLES (BEDROCK) Command Block Types Impulse โ†’ runs once Chain โ†’ runs after previous Repeat โ†’ runs every tick Always Active โ†’ no redstone needed ๐Ÿšช 1. TELEPORT PAD Steps Place Pressure Plate Under it: Impulse Command Block Command /tp @p 100 64 100 ๐Ÿ“Œ Teleports nearest player to set coordinates โค๏ธ 2. AUTO-HEAL ZONE Repeat | Always Active /effect @p[r=5] regeneration 1 1 true ๐Ÿ“Œ Heals players within 5 blocks continuously ๐Ÿ”ฅ 3. MOB KILL ZONE Repeat | Always Active /kill @e[type=!player,r=10] ๐Ÿ“Œ Kills all mobs in radius (safe for farms) ๐Ÿ›‘ 4. NO-ENTRY AREA (INVISIBLE WALL) Repeat | Always Active /tp @p[x=50,y=64,z=50,dx=10,dy=5,dz=10] 0 100 0 ๐Ÿ“Œ Teleports intruders away ๐Ÿท๏ธ 5. TAG SYSTEM (ADMIN / VIP) Step 1 โ€“ Give Tag (Impulse) /tag @p add vip Step 2 โ€“ Effect for VIPs (Repeat) /effect @a[tag=vip] speed 1 1 true ๐ŸŽฏ 6. PLAYER COUNTER (SCOREBOARD) Setup (Impulse) /scoreboard objectives add players dummy Players Repeat | Always Active /scoreboard players set @a players 1 ๐Ÿ“Œ Used for tracking or logic systems ๐Ÿ’ฅ 7. TNT TRAP Impulse /summon tnt ~ ~1 ~ ๐Ÿ“Œ Place under pressure plate ๐Ÿšฆ 8. COMMAND BLOCK CHAIN EXAMPLE Impulse /say Teleporting... Chain /tp @p 0 100 0 Chain /effect @p slow_falling 10 1 โš™๏ธ READY-TO-USE ADMIN COMMANDS ๐Ÿ‘‘ ADMIN MODE (FULL POWER) /gamemode creative @s /effect @s night_vision 999999 1 true /effect @s resistance 999999 5 true ๐Ÿ”’ FREEZE PLAYER /effect <player> slowness 999999 255 true /effect <player> jump_boost 999999 128 true ๐Ÿšซ BANISH PLAYER TO VOID /tp <player> 0 -64 0 ๐Ÿ’ฌ ANNOUNCEMENT SYSTEM /title @a title ยงcSERVER NOTICE /title @a subtitle ยงfWelcome to the server! ๐Ÿ”„ RESET PLAYER /clear <player> /effect <player> clear /tp <player> @s ๐Ÿงผ CLEAR LAG (MOBS + ITEMS) /kill @e[type=!player] Or safer: /kill @e[type=item] ๐Ÿš€ TELEPORT ALL PLAYERS /tp @a 0 100 0 ๐Ÿ›ก๏ธ ENABLE / DISABLE PVP /gamerule pvp false /gamerule pvp true ๐Ÿงช GIVE CUSTOM KIT /give <player> diamond_sword /give <player> diamond_armor 1 /give <player> golden_apple 10 ๐Ÿ” RESTART-LIKE RESET /time set day /weather clear /kill @e[type=item] ๐Ÿง  PRO TIPS Use tags instead of names (works offline-safe) Combine Repeat + Chain blocks for automation Bedrock command blocks run 20 times per second Use /gamerule commandBlockOutput false to reduce spam
    ร—
    ร—
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.