Examples of Sign Commands on the Creative Build Server: Difference between revisions

From PlayUHC
No edit summary
No edit summary
 
Line 3: Line 3:
* Colored signs: type "&" followed by the color of your choice using Minecraft's color codes. [[File:Colored signs.jpg|thumb|Colored sign example]]
* Colored signs: type "&" followed by the color of your choice using Minecraft's color codes. [[File:Colored signs.jpg|thumb|Colored sign example]]
* Give experience levels: line 1: "giveexp", line 2: (positive amount) [[File:Giving 500 experience levels example.jpg|thumb|Giving 500 xp levels example]]
* Give experience levels: line 1: "giveexp", line 2: (positive amount) [[File:Giving 500 experience levels example.jpg|thumb|Giving 500 xp levels example]]
* Give item [once]: line 1: "give", line 2: ([https://helpch.at/docs/1.8.8/org/bukkit/Material.html item]) [[File:Give item (once) example.png|thumb|Giving diamonds (once) example]]
* Give item [once]: line 1: "give", line 2: ([https://helpch.at/docs/1.8.8/org/bukkit/Material.html item]) [[File:Give item (once).png|thumb|Giving a single diamond (once) example]]
* Messages [only to the player who accesses it]: line 1: "msg", lines 2-4: (message) [Note: doing %PN makes the message say the player's name] [[File:Message signs.png|thumb|Message on a sign example]]
* Messages [only to the player who accesses it]: line 1: "msg", lines 2-4: (message) [Note: doing %PN makes the message say the player's name] [[File:Message signs.png|thumb|Message on a sign example]]
* Potion effects: line 1: "effect", line 2: (potion effect), line 3: (duration), line 4: (level [#0-4]) [Note: not all the effects work] [[File:Regeneration effect sign.jpg|thumb|Regeneration III effect example]]
* Potion effects: line 1: "effect", line 2: (potion effect), line 3: (duration), line 4: (level [#0-4]) [Note: not all the effects work] [[File:Regeneration effect sign.jpg|thumb|Regeneration III effect example]]

Latest revision as of 21:02, 15 June 2023

These are the sign commands available on the Creative Build Server.

  • Colored signs: type "&" followed by the color of your choice using Minecraft's color codes.
    Colored sign example
  • Give experience levels: line 1: "giveexp", line 2: (positive amount)
    Giving 500 xp levels example
  • Give item [once]: line 1: "give", line 2: (item)
    Giving a single diamond (once) example
  • Messages [only to the player who accesses it]: line 1: "msg", lines 2-4: (message) [Note: doing %PN makes the message say the player's name]
    Message on a sign example
  • Potion effects: line 1: "effect", line 2: (potion effect), line 3: (duration), line 4: (level [#0-4]) [Note: not all the effects work]
    Regeneration III effect example
  • Remove experience levels: line 1: "giveexp", line 2: (negative amount)
    Removing experience levels example
  • Return to checkpoint: "cp"
  • Set block: line 1: "setblockr", line 2: "(x,y,z)" of the desired block change, line 3: ( block)
  • Set checkpoint: "setcp"
  • Sound effects: line 1: "sound", line 2: (sound effect)
  • Teleporting players: line 1: "tpr", line 2: (x-coordinate), line 3: (y-coordinate) line 4: (z-coordinate)