forked from upnextfm/scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.json
114 lines (114 loc) · 3.94 KB
/
meta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"gradients.js": {
"name": "Gradients",
"version": "2.2.3",
"author": "headzoo",
"description": "Applies a color gradient to the messages you send.",
"source": "https://scripts.upnext.fm/gradients.js",
"screenshots": [
{
"src": "https://scripts.upnext.fm/images/gradients.png",
"description": "Example gradient messages."
},
{
"src": "https://scripts.upnext.fm/images/gradients_options.png",
"description": "The options menu."
}
]
},
"greentext.js": {
"name": "Greentext",
"version": "1.0",
"author": "az4521",
"description": "Lets you do greentext by prefixing your message with the > character.",
"source": "https://scripts.upnext.fm/greentext.js"
},
"hide-bots.js": {
"name": "Hide Bots",
"version": "1.2",
"author": "headzoo",
"description": "Hides channel bots from the users list.",
"source": "https://scripts.upnext.fm/hide-bots.js"
},
"last_seen.js": {
"name": "Last Seen",
"version": "1.0",
"author": "headzoo",
"description": "Creates a /seen command which displays the last time a user was seen in the lobby. For example '/seen headzoo'.",
"source": "https://scripts.upnext.fm/last_seen.js"
},
"lucky.js": {
"name": "Lucky",
"version": "1.1",
"author": "headzoo",
"description": "Creates a `/lucky` command, which searches YouTube using the query following the command, and queues the first video found.",
"source": "https://scripts.upnext.fm/lucky.js"
},
"macros.js": {
"name": "Macros",
"version": "1.2",
"author": "headzoo",
"description": "Gives users the option to create macros, or 'shortcuts' for long messages.",
"source": "https://scripts.upnext.fm/macros.js",
"screenshots": [
{
"src": "https://scripts.upnext.fm/images/macros_options.png",
"description": "The options menu."
}
]
},
"protection.js": {
"name": "Protection",
"version": "1.9.1",
"author": "headzoo",
"description": "Provides protection against trolls and other nasty users.",
"source": "https://scripts.upnext.fm/protection.js",
"screenshots": [
{
"src": "https://scripts.upnext.fm/images/protection_options.png",
"description": "The options menu."
}
]
},
"react.js": {
"name": "React",
"version": "1.5.1",
"author": "headzoo",
"description": "Creates a `/react` command, which displays a random image from http://replygif.net based on your search term. Now includes auto complete suggestions.",
"source": "https://scripts.upnext.fm/react.js"
},
"scriptster.js": {
"name": "Scriptster",
"version": "1.1",
"author": "headzoo",
"description": "Tools for upnext.fm script writers. Turns the script editor into a full IDE and adds a 'Scripting' button to the site navigation bar.",
"source": "https://scripts.upnext.fm/scriptster.js",
"screenshots": [
{
"src": "https://scripts.upnext.fm/images/scriptster_options.png",
"description": "The editor with options showing."
}
]
},
"azannoybutton.js": {
"name": "Az Irritation Button",
"version": "1.B",
"author": "az4521",
"description": "Adds a button that sends a message to a bot. bot then adds to a count of irritations per username. super basic.",
"source": "https://scripts.upnext.fm/azannoybutton.js"
},
"8ball.js": {
"name": "Magic 8 Ball",
"version": "1.1",
"author": "headzoo",
"description": "Creates a /8ball command which finds answers to your questions from beyond our realm. Is it really magic? No one knows for sure. Only one person in the room should run this script.",
"source": "https://scripts.upnext.fm/8ball.js"
},
"ping.js": {
"name": "Ping",
"version": "1.0",
"author": "headzoo",
"description": "Displays your server ping time in the top right hand corner of the page.",
"source": "https://scripts.upnext.fm/ping.js"
}
}