From b5396844012f8bec90acf97791aa0dc635f4971e Mon Sep 17 00:00:00 2001 From: OliverSchlueter Date: Thu, 4 Jan 2024 13:14:35 +0100 Subject: [PATCH] Fix not closing breaks --- Writerside/topics/FH-Commands.md | 132 +++++++++++++++---------------- Writerside/topics/FN-Commands.md | 126 ++++++++++++++--------------- 2 files changed, 129 insertions(+), 129 deletions(-) diff --git a/Writerside/topics/FH-Commands.md b/Writerside/topics/FH-Commands.md index ab7a6bc..0345507 100644 --- a/Writerside/topics/FH-Commands.md +++ b/Writerside/topics/FH-Commands.md @@ -7,58 +7,58 @@ most out of its features. ## version -Description: Shows the current version of the plugin
-Syntax: ``/FancyHolograms version``
+Description: Shows the current version of the plugin
+Syntax: ``/FancyHolograms version``
Permission: ``FancyHolograms.admin`` ## save -Description: Saves all holograms
-Syntax: ``/FancyHolograms save``
+Description: Saves all holograms
+Syntax: ``/FancyHolograms save``
Permission: ``FancyHolograms.admin`` ## reload -Description: Reloads the config and holograms
-Syntax: ``/FancyHolograms reload``
+Description: Reloads the config and holograms
+Syntax: ``/FancyHolograms reload``
Permission: ``FancyHolograms.admin`` ## /Holograms ... ## help -Description: Shows a list of all subcommands
-Syntax: ``/Hologram help``
+Description: Shows a list of all subcommands
+Syntax: ``/Hologram help``
Permission: ``FancyHolograms.admin`` ## list -Description: Shows a list of all holograms
-Syntax: ``/Hologram list``
+Description: Shows a list of all holograms
+Syntax: ``/Hologram list``
Permission: ``FancyHolograms.admin`` ## create -Description: Creates a new hologram at your location
-Syntax: ``/Hologram create (type) (name)``
+Description: Creates a new hologram at your location
+Syntax: ``/Hologram create (type) (name)``
Permission: ``FancyHolograms.admin`` ## remove -Description: Removes a certain hologram
-Syntax: ``/Hologram remove (hologram)``
+Description: Removes a certain hologram
+Syntax: ``/Hologram remove (hologram)``
Permission: ``FancyHolograms.admin`` ## copy -Description: Creates a copy of a hologram
-Syntax: ``/Hologram copy (hologram) (new name)``
+Description: Creates a copy of a hologram
+Syntax: ``/Hologram copy (hologram) (new name)``
Permission: ``FancyHolograms.admin`` ## info -Description: Shows you all information about the hologram
-Syntax: ``/Hologram info (hologram)``
+Description: Shows you all information about the hologram
+Syntax: ``/Hologram info (hologram)``
Permission: ``FancyHolograms.admin`` ## General hologram modification @@ -67,69 +67,69 @@ These commands can be run for any hologram type (text, item and block). ## moveHere -Description: Teleports the hologram to you
-Syntax: ``/Hologram edit (hologram) moveHere``
-Alias: ``/Hologram edit (hologram) position``
+Description: Teleports the hologram to you
+Syntax: ``/Hologram edit (hologram) moveHere``
+Alias: ``/Hologram edit (hologram) position``
Permission: ``FancyHolograms.admin`` ## moveTo -Description: Teleports the hologram to the location
-Syntax: ``/Hologram edit (hologram) moveTo (x) (y) (z) [yaw] [pitch]``
+Description: Teleports the hologram to the location
+Syntax: ``/Hologram edit (hologram) moveTo (x) (y) (z) [yaw] [pitch]``
Permission: ``FancyHolograms.admin`` ## rotate -Description: Rotates the hologram around the y-axis
-Syntax: ``/Hologram edit (hologram) rotate (degrees)``
+Description: Rotates the hologram around the y-axis
+Syntax: ``/Hologram edit (hologram) rotate (degrees)``
Permission: ``FancyHolograms.admin`` ## rotatepitch -Description: Rotates the hologram around the x-axis
-Syntax: ``/Hologram edit (hologram) rotatepitch (degrees)``
+Description: Rotates the hologram around the x-axis
+Syntax: ``/Hologram edit (hologram) rotatepitch (degrees)``
Permission: ``FancyHolograms.admin`` ## visibilityDistance -Description: Sets from how far away players can see the hologram (-1 for default distance)
-Syntax: ``/Hologram edit (hologram) visibilityDistance (distance)``
+Description: Sets from how far away players can see the hologram (-1 for default distance)
+Syntax: ``/Hologram edit (hologram) visibilityDistance (distance)``
Permission: ``FancyHolograms.admin`` ## scale -Description: Sets the scale (can be floats)
-Syntax: ``/Hologram edit (hologram) scale (factor)``
+Description: Sets the scale (can be floats)
+Syntax: ``/Hologram edit (hologram) scale (factor)``
Permission: ``FancyHolograms.admin`` ## billboard -Description: Sets the billboard
-Syntax: ``/Hologram edit (hologram) billboard (center | fixed | vertical | horizontal)``
+Description: Sets the billboard
+Syntax: ``/Hologram edit (hologram) billboard (center | fixed | vertical | horizontal)``
Permission: ``FancyHolograms.admin`` ## shadowStrength -Description: Sets the shadow strength
-Syntax: ``/Hologram edit (hologram) shadowStrength (strength)``
+Description: Sets the shadow strength
+Syntax: ``/Hologram edit (hologram) shadowStrength (strength)``
Permission: ``FancyHolograms.admin`` ## shadowRadius -Description: Sets the shadow radius
-Syntax: ``/Hologram edit (hologram) shadowRadius (radius)``
+Description: Sets the shadow radius
+Syntax: ``/Hologram edit (hologram) shadowRadius (radius)``
Permission: ``FancyHolograms.admin`` ## linkWithNpc -Description: Links a hologram with an NPC (requires FancyNpcs)
-Syntax: ``/Hologram edit (hologram) linkWithNpc (npc)``
+Description: Links a hologram with an NPC (requires FancyNpcs)
+Syntax: ``/Hologram edit (hologram) linkWithNpc (npc)``
Permission: ``FancyHolograms.admin`` ## unlinkWithNpc -Description: Unlinks the hologram from the NPC
-Syntax: ``/Hologram edit (hologram) unlinkWithNpc``
+Description: Unlinks the hologram from the NPC
+Syntax: ``/Hologram edit (hologram) unlinkWithNpc``
Permission: ``FancyHolograms.admin`` ## Text hologram modification @@ -138,60 +138,60 @@ These commands can be run for all **text** holograms. ## setLine -Description: Sets the content of the line
-Syntax: ``/Hologram edit (hologram) setLine (line) (text...)``
+Description: Sets the content of the line
+Syntax: ``/Hologram edit (hologram) setLine (line) (text...)``
Permission: ``FancyHolograms.admin`` ## addLine -Description: Adds a line at the bottom
-Syntax: ``/Hologram edit (hologram) addLine (text...)``
+Description: Adds a line at the bottom
+Syntax: ``/Hologram edit (hologram) addLine (text...)``
Permission: ``FancyHolograms.admin`` ## removeLine -Description: Removes a line
-Syntax: ``/Hologram edit (hologram) removeLine (line)``
+Description: Removes a line
+Syntax: ``/Hologram edit (hologram) removeLine (line)``
Permission: ``FancyHolograms.admin`` ## insertBefore -Description: Adds a line after another
-Syntax: ``/Hologram edit (hologram) insertBefore (line) (text...)``
+Description: Adds a line after another
+Syntax: ``/Hologram edit (hologram) insertBefore (line) (text...)``
Permission: ``FancyHolograms.admin`` ## insertAfter -Description: Adds a line before another
-Syntax: ``/Hologram edit (hologram) insertAfter (line) (text...)``
+Description: Adds a line before another
+Syntax: ``/Hologram edit (hologram) insertAfter (line) (text...)``
Permission: ``FancyHolograms.admin`` ## updateTextInterval Description: Sets the interval for refreshing the text (useful for -placeholders)
-Syntax: ``/Hologram edit (hologram) updateTextInterval (ticks | seconds | minutes)``
-Example ticks:``/Hologram edit (hologram) updateTextInterval (15)``
-Example seconds:``/Hologram edit (hologram) updateTextInterval (5s)``
-Example minutes:``/Hologram edit (hologram) updateTextInterval (5m)``
+placeholders)
+Syntax: ``/Hologram edit (hologram) updateTextInterval (ticks | seconds | minutes)``
+Example ticks:``/Hologram edit (hologram) updateTextInterval (15)``
+Example seconds:``/Hologram edit (hologram) updateTextInterval (5s)``
+Example minutes:``/Hologram edit (hologram) updateTextInterval (5m)``
Permission: ``FancyHolograms.admin`` ## background -Description: Sets the background color
-Syntax: ``/Hologram edit (hologram) background (color)``
+Description: Sets the background color
+Syntax: ``/Hologram edit (hologram) background (color)``
Permission: ``FancyHolograms.admin`` ## textShadow -Description: Enables/disables the text shadow
-Syntax: ``/Hologram edit (hologram) textShadow (true|false)``
+Description: Enables/disables the text shadow
+Syntax: ``/Hologram edit (hologram) textShadow (true|false)``
Permission: ``FancyHolograms.admin`` ## textAlignment -Description: Enables/disables the text shadow
-Syntax: ``/Hologram edit (hologram) textAlignment (center | left | right)``
+Description: Enables/disables the text shadow
+Syntax: ``/Hologram edit (hologram) textAlignment (center | left | right)``
Permission: ``FancyHolograms.admin`` ## Item hologram modification @@ -200,8 +200,8 @@ These commands can be run for all **item** holograms. ## item -Description: Sets the hologram item you are holding in your main hand
-Syntax: ``/Hologram edit (hologram) item``
+Description: Sets the hologram item you are holding in your main hand
+Syntax: ``/Hologram edit (hologram) item``
Permission: ``FancyHolograms.admin`` ## Block hologram modification @@ -210,6 +210,6 @@ These commands can be run for all **block** holograms. ## block -Description: Sets the hologram block
-Syntax: ``/Hologram edit (hologram) block (block type)``
+Description: Sets the hologram block
+Syntax: ``/Hologram edit (hologram) block (block type)``
Permission: ``FancyHolograms.admin`` \ No newline at end of file diff --git a/Writerside/topics/FN-Commands.md b/Writerside/topics/FN-Commands.md index 222b90b..2960081 100644 --- a/Writerside/topics/FN-Commands.md +++ b/Writerside/topics/FN-Commands.md @@ -9,74 +9,74 @@ This command is to manage the plugin itself. ## version -Description: Shows the current version of the plugin
-Syntax: ``/FancyNpcs version``
+Description: Shows the current version of the plugin
+Syntax: ``/FancyNpcs version``
Permission: ``FancyNpcs.admin`` ## reload -Description: Reloads the language file and all npcs
-Syntax: ``/FancyNpcs reload``
+Description: Reloads the language file and all npcs
+Syntax: ``/FancyNpcs reload``
Permission: ``FancyNpcs.admin`` ## save -Description: Saves all npcs to disk
-Syntax: ``/FancyNpcs save``
+Description: Saves all npcs to disk
+Syntax: ``/FancyNpcs save``
Permission: ``FancyNpcs.admin`` ## featureFlags -Description: Shows a list of all enabled feature flags
-Syntax: ``/FancyNpcs featureFlags``
+Description: Shows a list of all enabled feature flags
+Syntax: ``/FancyNpcs featureFlags``
Permission: ``FancyNpcs.admin`` ## /Npc ... This command is to manage the npcs. -For all subcommands of /npc - ``FancyNpcs.npc.*``
+For all subcommands of /npc - ``FancyNpcs.npc.*``
## help -Description: Shows a list of all commands
-Syntax: ``/Npc help``
+Description: Shows a list of all commands
+Syntax: ``/Npc help``
Permission: ``FancyNpcs.npc.help`` or ``FancyNpcs.npc.*`` ## info -Description: Shows all important information about an npc
-Syntax: ``/Npc into (npc)``
+Description: Shows all important information about an npc
+Syntax: ``/Npc into (npc)``
Permission: ``FancyNpcs.npc.info`` or ``FancyNpcs.npc.*`` ## create -Description: Creates a new npc at your location
-Syntax: ``/Npc create (npc)``
+Description: Creates a new npc at your location
+Syntax: ``/Npc create (npc)``
Permission: ``FancyNpcs.npc.create`` or ``FancyNpcs.npc.*`` ## remove -Description: Removes the npc
-Syntax: ``/Npc remove (npc)``
+Description: Removes the npc
+Syntax: ``/Npc remove (npc)``
Permission: ``FancyNpcs.npc.remove`` or ``FancyNpcs.npc.*`` ## copy -Description: Creates a copy of the npc
-Syntax: ``/Npc copy (npc) (new name)``
+Description: Creates a copy of the npc
+Syntax: ``/Npc copy (npc) (new name)``
Permission: ``FancyNpcs.npc.copy`` or ``FancyNpcs.npc.*`` ## list -Description: Shows a list of all created npcs
-Syntax: ``/Npc list``
+Description: Shows a list of all created npcs
+Syntax: ``/Npc list``
Permission: ``FancyNpcs.npc.list`` or ``FancyNpcs.npc.*`` ## type -Description: Changes the entity type of the npc
-Syntax: ``/Npc type (npc name) (type)``
+Description: Changes the entity type of the npc
+Syntax: ``/Npc type (npc name) (type)``
Permission: ``FancyNpcs.npc.type`` or ``FancyNpcs.npc.*`` When using any entity type other than Player, the following features are disabled: @@ -87,15 +87,15 @@ When using any entity type other than Player, the following features are disable ## attribute -Description: Changes a type-specific attribute of the npc
-Syntax: ``/Npc attribute (npc name) (attribute) (value)``
+Description: Changes a type-specific attribute of the npc
+Syntax: ``/Npc attribute (npc name) (attribute) (value)``
Permission: ``FancyNpcs.npc.attribute`` or ``FancyNpcs.npc.*`` ## displayName -Description: Changes the displayname of the npc
-Syntax: ``/Npc displayName (npc name) (display name ...)``
-Permission: ``FancyNpcs.npc.displayName`` or ``FancyNpcs.npc.*``
+Description: Changes the displayname of the npc
+Syntax: ``/Npc displayName (npc name) (display name ...)``
+Permission: ``FancyNpcs.npc.displayName`` or ``FancyNpcs.npc.*``
Placeholders: - all placeholders from PlaceholderAPI @@ -103,73 +103,73 @@ Placeholders: ## showInTab -Description: Changes whether the npc will be shown in the tablist or not
-Syntax: ``/Npc showInTab (npc name) ('true' | 'false')``
+Description: Changes whether the npc will be shown in the tablist or not
+Syntax: ``/Npc showInTab (npc name) ('true' | 'false')``
Permission: ``FancyNpcs.npc.showInTab`` or ``FancyNpcs.npc.*`` ## skin -Description: Changes the skin of the npc
-Syntax: ``/Npc skin (npc name) (username | url to .png)``
-Syntax: ``/Npc skin`` - uses your skin
+Description: Changes the skin of the npc
+Syntax: ``/Npc skin (npc name) (username | url to .png)``
+Syntax: ``/Npc skin`` - uses your skin
Permission: ``FancyNpcs.npc.skin`` or ``FancyNpcs.npc.*`` ## equipment -Description: Equips the npc with item you are holding in your mainhand
-Syntax: ``/Npc equipment (npc name) (slot)``
+Description: Equips the npc with item you are holding in your mainhand
+Syntax: ``/Npc equipment (npc name) (slot)``
Permission: ``FancyNpcs.npc.equipment`` or ``FancyNpcs.npc.*`` ## glowing -Description: Changes whether the npc should glow or not
-Syntax: ``/Npc glowing (npc name) ('true' | 'false')``
+Description: Changes whether the npc should glow or not
+Syntax: ``/Npc glowing (npc name) ('true' | 'false')``
Permission: ``FancyNpcs.npc.glowing`` or ``FancyNpcs.npc.*`` ## glowingColor -Description: Changes the color of the glowing effect
-Syntax: ``/Npc glowingColor (npc name) (color)``
+Description: Changes the color of the glowing effect
+Syntax: ``/Npc glowingColor (npc name) (color)``
Permission: ``FancyNpcs.npc.glowingColor`` or ``FancyNpcs.npc.*`` ## collidable -Description: Changes whether the NPC will be collidable or not
-Syntax: ``/Npc collidable (npc name) ('true' | 'false')``
+Description: Changes whether the NPC will be collidable or not
+Syntax: ``/Npc collidable (npc name) ('true' | 'false')``
Permission: ``FancyNpcs.npc.collidable`` or ``FancyNpcs.npc.*`` ## turnToPlayer -Description: Changes whether the npc will turn to near players or not
-Syntax: ``/Npc turnToPlayer (npc name) ('true' | 'false')``
+Description: Changes whether the npc will turn to near players or not
+Syntax: ``/Npc turnToPlayer (npc name) ('true' | 'false')``
Permission: ``FancyNpcs.npc.turnToPlayer`` or ``FancyNpcs.npc.*`` ## message -Description: Changes the messages that will be sent to the player when interacting with the npc
-Syntax: ``/Npc message (npc name) add (message)`` - adds a new message
-Syntax: ``/Npc message (npc name) set (index) (message)`` - sets a message at an index
-Syntax: ``/Npc message (npc name) remove (index)`` - removes a message at an index
-Syntax: ``/Npc message (npc name) clear`` - removes all messages
-Permission: ``FancyNpcs.npc.message`` or ``FancyNpcs.npc.*``
+Description: Changes the messages that will be sent to the player when interacting with the npc
+Syntax: ``/Npc message (npc name) add (message)`` - adds a new message
+Syntax: ``/Npc message (npc name) set (index) (message)`` - sets a message at an index
+Syntax: ``/Npc message (npc name) remove (index)`` - removes a message at an index
+Syntax: ``/Npc message (npc name) clear`` - removes all messages
+Permission: ``FancyNpcs.npc.message`` or ``FancyNpcs.npc.*``
Placeholders: - all placeholders from PlaceholderAPI ## playerCommand -Description: Changes the command that the player executes when interacting with the npc
-Syntax: ``/Npc playerCommand (npc name) ('none' | message ...)``
-Permission: ``FancyNpcs.npc.playerCommand`` or ``FancyNpcs.npc.*``
+Description: Changes the command that the player executes when interacting with the npc
+Syntax: ``/Npc playerCommand (npc name) ('none' | message ...)``
+Permission: ``FancyNpcs.npc.playerCommand`` or ``FancyNpcs.npc.*``
Placeholders: - all placeholders from PlaceholderAPI ## serverCommand -Description: Changes the command that the console executes when interacting with the npc
-Syntax: ``/Npc serverCommand (npc name) ('none' | message ...)``
-Permission: ``FancyNpcs.npc.serverCommand`` or ``FancyNpcs.npc.*``
+Description: Changes the command that the console executes when interacting with the npc
+Syntax: ``/Npc serverCommand (npc name) ('none' | message ...)``
+Permission: ``FancyNpcs.npc.serverCommand`` or ``FancyNpcs.npc.*``
Placeholders: - all placeholders from PlaceholderAPI @@ -177,19 +177,19 @@ Placeholders: ## interactionCooldown -Description: Changes the cooldown for player interactions with the npc
-Syntax: ``/Npc interactionCooldown (npc name) (time in seconds)``
-Permission: ``FancyNpcs.npc.interactionCooldown`` or ``FancyNpcs.npc.*``
+Description: Changes the cooldown for player interactions with the npc
+Syntax: ``/Npc interactionCooldown (npc name) (time in seconds)``
+Permission: ``FancyNpcs.npc.interactionCooldown`` or ``FancyNpcs.npc.*``
## moveHere -Description: Teleports the npc to you
-Syntax: ``/Npc moveHere (npc name)``
+Description: Teleports the npc to you
+Syntax: ``/Npc moveHere (npc name)``
Permission: ``FancyNpcs.npc.moveHere`` or ``FancyNpcs.npc.*`` ## teleport -Description: Teleports the npc to the provided location
-Syntax: ``/Npc teleport (npc name) (x) (y) (z) [world]``
-_The ``world`` parameter is optional._
+Description: Teleports the npc to the provided location
+Syntax: ``/Npc teleport (npc name) (x) (y) (z) [world]``
+_The ``world`` parameter is optional._
Permission: ``FancyNpcs.npc.teleport`` or ``FancyNpcs.npc.*``