Difference between revisions of "TrainCarts/Signs/Effect"
Bergerkiller (talk | contribs) |
Bergerkiller (talk | contribs) |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[TrainCarts/Signs|« Go back]] | + | <languages/> |
+ | <translate> | ||
+ | <!--T:1--> | ||
+ | [[Special:MyLanguage/TrainCarts/Signs|« Go back]] | ||
− | == Description == | + | == Description == <!--T:2--> |
− | This sign can be used to activate an effect configured in the train's [[TrainCarts/Attachments|attachments]] when a train enters or redstone power is supplied. | + | <!--T:3--> |
+ | This sign can be used to activate an effect configured in the train's [[Special:MyLanguage/TrainCarts/Attachments|attachments]] when a train enters or redstone power is supplied. | ||
− | == Syntax == | + | == Syntax == <!--T:4--> |
+ | |||
+ | </translate> | ||
{{sign|[+train]/[+cart]|effect|<name>|<name>}} | {{sign|[+train]/[+cart]|effect|<name>|<name>}} | ||
+ | <translate> | ||
− | === First line === | + | === First line === <!--T:5--> |
+ | <!--T:6--> | ||
When [train] is used, the effect is played in all the minecarts of the train. When [cart] is used, the effect is only played at the minecart that is currently above the sign. When no minecarts are near when the sign is powered, the effect is played above the sign. (at the rails) | When [train] is used, the effect is played in all the minecarts of the train. When [cart] is used, the effect is only played at the minecart that is currently above the sign. When no minecarts are near when the sign is powered, the effect is played above the sign. (at the rails) | ||
− | === Second line === | + | === Second line === <!--T:7--> |
+ | <!--T:8--> | ||
''effect'', followed up by an optional '''playback speed''' (''pitch'') and '''intensity''' (''volume''). Values of 1.0 are the defaults. Specifying '''effect stop''' will abort playback of the effect if possible. | ''effect'', followed up by an optional '''playback speed''' (''pitch'') and '''intensity''' (''volume''). Values of 1.0 are the defaults. Specifying '''effect stop''' will abort playback of the effect if possible. | ||
− | === Third and fourth lines === | + | === Third and fourth lines === <!--T:9--> |
+ | |||
+ | <!--T:10--> | ||
+ | One or two '''names''' of effect [[Special:MyLanguage/TrainCarts/Attachments|attachments]] to activate. In the Attachment Editor, go to the [[Special:MyLanguage/TrainCarts/Attachments/General|general menu]] (''hamburger'') and name the effect attachment. You can then put that name here to activate it. | ||
+ | |||
+ | <!--T:11--> | ||
+ | Examples of supported attachments: | ||
+ | * [[Special:MyLanguage/TrainCarts/Attachments/Sound|Sound Attachment]] | ||
+ | * Particle Attachment | ||
+ | * [[Special:MyLanguage/TrainCarts/Attachments/Sequencer|Sequencer Attachment]] | ||
− | + | == Legacy == <!--T:12--> | |
− | + | <!--T:13--> | |
An old version of this sign still exists which can only play (some) Bukkit effects. For this, use ''beffect'' on the second line. ''peffect'' plays the effect at the player, and ''meffect'' every tick as a train drives over the sign. | An old version of this sign still exists which can only play (some) Bukkit effects. For this, use ''beffect'' on the second line. ''peffect'' plays the effect at the player, and ''meffect'' every tick as a train drives over the sign. | ||
+ | </translate> | ||
{{sign|[+train]/[+cart]|beffect|note|}} | {{sign|[+train]/[+cart]|beffect|note|}} | ||
+ | <translate> | ||
+ | <!--T:14--> | ||
These effects can be played: | These effects can be played: | ||
* A sound effect (See: [https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html Available Sounds]) | * A sound effect (See: [https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html Available Sounds]) | ||
* A particle effect (See: [https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Effect.html Available Effects]) | * A particle effect (See: [https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Effect.html Available Effects]) | ||
* ''link'', to play the fizz and smoke effects at once (link effect) | * ''link'', to play the fizz and smoke effects at once (link effect) | ||
+ | </translate> |
Latest revision as of 15:18, 23 September 2024
Description
This sign can be used to activate an effect configured in the train's attachments when a train enters or redstone power is supplied.
Syntax
First line
When [train] is used, the effect is played in all the minecarts of the train. When [cart] is used, the effect is only played at the minecart that is currently above the sign. When no minecarts are near when the sign is powered, the effect is played above the sign. (at the rails)
Second line
effect, followed up by an optional playback speed (pitch) and intensity (volume). Values of 1.0 are the defaults. Specifying effect stop will abort playback of the effect if possible.
Third and fourth lines
One or two names of effect attachments to activate. In the Attachment Editor, go to the general menu (hamburger) and name the effect attachment. You can then put that name here to activate it.
Examples of supported attachments:
- Sound Attachment
- Particle Attachment
- Sequencer Attachment
Legacy
An old version of this sign still exists which can only play (some) Bukkit effects. For this, use beffect on the second line. peffect plays the effect at the player, and meffect every tick as a train drives over the sign.
These effects can be played:
- A sound effect (See: Available Sounds)
- A particle effect (See: Available Effects)
- link, to play the fizz and smoke effects at once (link effect)