Skip to content

Commit f83b8f0

Browse files
authored
Update README.md
1 parent fce6489 commit f83b8f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Join the ShowScript Discord server for help & support: https://discord.gg/yNX8Qd
1616
- Turn miles of Command Blocks into just one command that's easy to share, extend, and run!
1717
- [A simple YAML schema]() enabling beginners to easily schedule _any_ commands to run at specified times
1818
- [A rich Groovy DSL](https://github.com/MCParks/ShowScript/blob/main/docs/showscript3.md) that brings all the functionality of the YAML schema _and_ allows you to add programming constructs like conditionals, loops, functions, etc
19-
- Add [arguments]() to your shows to make them reusable in different situations
20-
- Seamlessly interact with [server constructs]() like `Player`s, `Entity`s `Location`s, and more!
21-
- Set [global variables]() and [export data and functions]() to share data between shows
22-
- [Access any Java class loaded in your Classpath]() for easily extending functionality to custom plugins
19+
- Add [arguments](https://github.com/MCParks/ShowScript/blob/main/docs/showscript3.md#show-arguments) to your shows to make them reusable in different situations
20+
- Seamlessly interact with [server constructs](https://github.com/MCParks/ShowScript/blob/main/docs/showscript3.md#accessing-server-info) like `Player`s, `Entity`s `Location`s, and more!
21+
- Set [global variables](https://github.com/MCParks/ShowScript/blob/main/docs/showscript3.md#global-variables) and [export data and functions](https://github.com/MCParks/ShowScript/blob/main/docs/showscript3.md#sharing-data-between-shows-export-and-load) to share data between shows
22+
- [Access any Java class loaded in your Classpath](https://github.com/MCParks/ShowScript/blob/main/docs/showscript3.md#accessing-information-from-any-plugin) for easily extending functionality to custom plugins
2323
- [Region Shows](https://github.com/MCParks/ShowScript/blob/main/docs/region-shows.md): Have a show loop ambiently as long as there are players in a WorldGuard region
2424

2525
## Example

0 commit comments

Comments
 (0)