Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
lDEVinux
GitHub Repository: lDEVinux/eaglercraft
Path: blob/main/samples/plugin.yml
8640 views
1
name: EaglerSamplesPlugin
2
main: plugin.EaglerSamplesPlugin
3
version: 1.0
4
author: lax1dude
5
description: eagler
6
depend: []
7
commands:
8
samplemap:
9
description: test ayunami map system
10
usage: /samplemap <get|disable|set> [mapid] [image file] [16bpp|24bpp] [compress]
11
permission: eaglersamples.samplemap
12
videomap:
13
description: test video map system (place video_map_config.txt in your server's working directory)
14
usage: /videomap <begin|stop|preload|pause|resume|loop|move> [url] [duration or ttl]
15
permission: eaglersamples.videomap
16