FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

skriptlangs/Skript: Skript is a Bukkit plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them. · GitHub

 
 

Latest commit

 

History

2,779 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Skript Documentation Templates

Skript's features are documented directly in it's Java code. But we still need

  1. HTML, CSS and (possible) Javascript code to create website out of these
  2. Clear tutorials, not just "you can check the syntax pattern"
  3. Examples explained, if needed

When generating final result, each HTML file is surrounded by template.html, which provides head element, navigation bar and so on.

Template Patterns

Patterns have syntax of ${pattern_here}. For example, ${skript.version} is replaced with current Skript version. Please see below for more...

You can also include other files by using ${include }. Just please make sure that those included files don't have tags which are not allowed in position where include is called.

Pattern Reference

skript.* - Information of Skript
version - Skript's version
include <filename> - Load given file and place them here
generate <expressions/effects/events/types/functions> <loop template file> - Generated reference
content - In template.html, marks the point where other file is placed

About

Skript is a Bukkit plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL