Diferències

Ací es mostren les diferències entre la revisió seleccionada i la versió actual de la pàgina.

Enllaç a la visualització de la comparació

Següent revisió
Revisió prèvia
software:games:minecraft:start [10/04/2020 15:22] – creat matesoftware:games:minecraft:start [11/04/2020 08:28] (actual) – [server.properties] mate
Línia 2: Línia 2:
 == standalone == standalone
   * [[https://vandal.elespanol.com/guias/guia-minecraft-los-mejores-trucos-y-consejos-2018/los-mejores-trucos-y-comandos-de-minecraft-2018]]   * [[https://vandal.elespanol.com/guias/guia-minecraft-los-mejores-trucos-y-consejos-2018/los-mejores-trucos-y-comandos-de-minecraft-2018]]
 +
 == server == server
   * [[https://minecraft-es.gamepedia.com/Server.properties]]   * [[https://minecraft-es.gamepedia.com/Server.properties]]
Línia 9: Línia 10:
   * uuid -> name: [[https://api.mojang.com/user/profiles/<uuid>/names]]   * uuid -> name: [[https://api.mojang.com/user/profiles/<uuid>/names]]
  
 +<code properties; server.properties>
 +#Minecraft server properties
 +#Sat Apr 11 11:56:16 GMT 2020
 +spawn-protection=0 # zona alrededor del SPAWN de los jugadores dende no se puede destruir nada (default=16)
 +max-tick-time=60000
 +query.port=25565
 +generator-settings=
 +force-gamemode=false
 +allow-nether=true
 +enforce-whitelist=false
 +gamemode=survival
 +broadcast-console-to-ops=true
 +enable-query=false
 +player-idle-timeout=0
 +difficulty=easy
 +spawn-monsters=true
 +broadcast-rcon-to-ops=true
 +op-permission-level=4
 +pvp=false # matarse entre jugadores (default: true)
 +snooper-enabled=true
 +level-type=default
 +hardcore=false
 +enable-command-block=true
 +max-players=5
 +network-compression-threshold=256
 +resource-pack-sha1=
 +max-world-size=29999984
 +function-permission-level=2
 +rcon.port=25575
 +server-port=25565
 +texture-pack=
 +server-ip=
 +spawn-npcs=true
 +allow-flight=false
 +level-name=world
 +view-distance=10
 +resource-pack=
 +spawn-animals=true
 +white-list=false
 +rcon.password=minecraft
 +generate-structures=true
 +max-build-height=256
 +online-mode=true
 +level-seed=
 +prevent-proxy-connections=false
 +use-native-transport=true
 +enable-rcon=true
 +motd=Servidor dels Guirao-Torres-Marti
 +</code>
 +<code javascript; ops.json>
 +[
 +  {
 +    "uuid": "f070d937-4b46-4a5c-bf7f-4d0ea7819a17",
 +    "name": "matebcn",
 +    "level": 4,
 +    "bypassesPlayerLimit": false
 +  }
 +]
 +</code>
 === mcrcon === mcrcon
   * [[https://sourceforge.net/projects/mcrcon/]]   * [[https://sourceforge.net/projects/mcrcon/]]
   * connect:<code bash>mcrcon -H 172.17.0.3 -t -p <PASSWORD></code>   * connect:<code bash>mcrcon -H 172.17.0.3 -t -p <PASSWORD></code>
-  * commands:<code>+  * commands: 
 +    * **fill <X1> <Y1> <Z1> <X2> <Y2> <Z2> minecraft:diamond_ore** 
 +      * minecraft:diamond_block 
 +    * [[https://minecraft.gamepedia.com/Commands/teleport]] 
 +      * To teleport yourself to Alice: **teleport Alice** 
 +      * To teleport all players to yourself: **teleport @a @p** 
 +      * To teleport yourself to x=100 and z=100, but three blocks above your current position: **teleport 100 ~3 100** 
 +      * To rotate the nearest player 10 degrees to the right without changing their position:** teleport @p ~ ~ ~ ~10 ~** 
 +      * To teleport yourself to the same coordinates, but in the Nether: execute in minecraft:**the_nether run teleport ~ ~ ~** 
 +      * To teleport all players to x=84 y=57 z=79 in the End: execute as @a in minecraft:**the_end run teleport 84 57 79** 
 +      * To teleport Alice to x=251 y=64 z=-160 in the Overworld: execute as Alice in minecraft:**overworld run teleport 251 64 -160** 
 + 
 +==== all commands: 
 +  * [[https://bukkit.gamepedia.com/CraftBukkit_Commands]] 
 +  * <code>
 /advancement (grant|revoke) /advancement (grant|revoke)
 /ban <targets> [<reason>] /ban <targets> [<reason>]
  • software/games/minecraft/start.1586557371.txt.gz
  • Darrera modificació: 10/04/2020 15:22
  • per mate