extendedclip
4d1b23b857
1.5.1
2020-03-10 12:39:11 -04:00
extendedclip
3b90fb07ca
Remove console message
2020-03-10 12:26:22 -04:00
extendedclip
3f9562b15d
Fix json
2020-03-10 12:24:49 -04:00
Frcsty
33b8f26ee3
Added tags.js, updated has_permission.js ( #14 )
...
* Updated documentation
* Create tags.js
* Update master_list.json
2020-03-10 12:23:56 -04:00
extendedclip
d32eb34d6d
Scripts available on Github now fetched from repo master list
2020-03-10 11:17:17 -04:00
extendedclip
66f75c7ab5
Fix json
2020-03-10 10:57:45 -04:00
Ryan
c26cd74d43
Update master_list to add factions.js
2020-03-10 04:12:52 -04:00
Frcsty
9f1162a6c7
Merge ( #13 )
...
* Create factions.js
Placeholder: %javascript_factions%
Returns brackets around the faction name if the user is in a faction
* Update factions.js
Smaller changes
2020-03-10 04:09:52 -04:00
Frcsty
1190734f8d
Update has_permission.js ( #12 )
...
Spell check <3
2020-03-10 04:09:31 -04:00
Ryan
f9b3730058
Add master_list.json
2020-03-10 02:31:26 -04:00
extendedclip
f1c65e7ee3
Ability to download verified .js examples from the js expansion github repo
2020-03-09 15:26:09 -04:00
extendedclip
8327f7e671
Added scripts folderr
2020-03-09 14:08:24 -04:00
extendedclip
975cdf9e30
Update dependencies
2020-03-09 12:37:42 -04:00
extendedclip
c7d421a9a4
Offline player supporrt
2020-03-09 12:34:51 -04:00
PiggyPiglet
28d35230bc
Merge pull request #6 from Banbeucmas/master
...
Better .gitignore
2018-04-01 17:45:53 +08:00
PiggyPiglet
478190203a
Update .gitignore
...
I see no benefit in having multiple ./idea shit when you can have just one.
2018-04-01 17:44:29 +08:00
Banbeucmas
c57a0afb56
Better pom.xml
2018-04-01 18:35:44 +09:00
DoNotSpamPls
508f251605
Remove eclipse project files (and add them to .gitignore), pom.xml improvements ( #5 )
...
* Remove .classpath
* Delete .project
* Delete org.eclipse.core.resources.prefs
* Delete org.eclipse.jdt.core.prefs
* Delete org.eclipse.m2e.core.prefs
* Add the deleted files to .gitignore
* Update depedencies in pom.xml
2018-04-01 02:38:54 -04:00
Ryan
c5a984e7c9
Update PAPI dependency to latest version
2018-03-29 04:56:14 -04:00
extendedclip
49fdcd1016
Return nice list with /papijsp list
2018-03-20 12:30:37 -04:00
extendedclip
385dcc9af3
I guess This works
2018-03-10 13:20:42 -05:00
extendedclip
34a5893b8a
Direct access to JavascriptPlacholder class.
2018-03-10 11:29:28 -05:00
extendedclip
b17620cdbf
Experimenting...
...
Added a listener to the expansion so I can execute a reload command that
does not reload all expansions, only the javascript placeholders.
Added "Expansion" var to get the expansion instance.
Added some methods related to javascript placeholders
2018-03-09 11:03:04 -05:00
extendedclip
62a496bb58
Complete overhaul of expansion
...
New configuration layout.
Now requires javascript files associated with a javascript placeholder.
Can define engine type per script.
2018-03-08 19:49:27 -05:00
extendedclip
410b021b0b
placeholders parsed after the javascript is evaluated need to use {}
...
Placeholders that use %<placeholder>% are parsed before the script is
evaluated so the ability to store or utilize raw placeholders was not
possible. Now if you use {<placeholder>}, placeholders with brackets are
parsed after the script has been evaluated.
2018-03-08 15:37:00 -05:00
extendedclip
ebbeeb2062
Allow placeholders be parsed on javascript result
2018-03-08 15:23:19 -05:00
extendedclip
1e36114287
Data config no longer wiped on load.
...
Keys that no longer exist when it is time to save will be removed on
save as the remove operation keeps them in the data map with a null
value.
2018-03-08 14:53:59 -05:00
extendedclip
e2ca19949e
persistent data that can be accessed within javascript
2018-03-08 14:08:49 -05:00
extendedclip
4a803e2883
Persistent data accessible within the javascript placeholder
2018-03-08 14:05:41 -05:00
extendedclip
9c0193109c
test
2018-03-06 19:06:40 -05:00
extendedclip
0be7ac50c6
Added pom versioning. Temp fix for single line comments in .js files
2018-03-06 19:03:17 -05:00
extendedclip
b496a3244e
Allow arguments in javascript placeholders.
2018-03-06 11:38:25 -05:00
extendedclip
07fb6f911b
Initial commit
2018-03-04 14:59:19 -05:00