51 Commits

Author SHA1 Message Date
cj89898
4e05c8ec95
Update listplayers.js 2020-07-16 09:47:11 -05:00
cj89898
fde5bd51f5
Update listplayers.js 2020-07-01 16:31:13 -05:00
cj89898
22ec72b114
Update listplayers.js
added nearby and support for multiple permissions/worlds
2020-07-01 14:04:45 -05:00
cj89898
99bdcaa6d5
Added #24 2020-07-01 13:40:31 -05:00
Gabriel Dumitru
18398c8c5a
Merge pull request #15 from PlaceholderAPI/development
[1.5.4] Code cleanup and improved data_example.js
2020-04-29 22:55:00 +03:00
iGabyTM
2bf38f635f [1.5.4] Code cleanup and improved data_example.js 2020-04-29 20:14:16 +03:00
iGabyTM
c68d05bf1a [1.5.4] Parse command, tab completion and fixed data files not being created 2020-04-24 22:33:41 +03:00
iGabyTM
50d5698093 Update PAPI version to 2.10.5 2020-04-23 19:30:45 +03:00
extendedclip
d2d26e1e95 1.5.3 2020-03-13 09:48:49 -04:00
extendedclip
ce18d99e84 1.5.2 for ecloud release 2020-03-12 13:00:36 -04:00
iGabyTM
c34f3531f5 Update the wiki link 2020-03-11 22:09:49 +02:00
iGabyTM
be00944461 Code cleanup and PlaceholderAPI script variable added (use PlaceholderAPI.static to access it) 2020-03-11 21:20:18 +02:00
Ryan
69a514f62d
Fix NPE 2020-03-11 02:53:43 -04:00
Ryan
ac3c07b344
Sxtanna pointers 2020-03-11 02:42:18 -04:00
extendedclip
fddd11d0d5 2020 2020-03-10 13:56:41 -04:00
extendedclip
ae08100672 color 2020-03-10 13:30:11 -04:00
extendedclip
35405affdc Ability to refresh without reloading 2020-03-10 13:26:28 -04:00
extendedclip
21c71c78a5 Scripts from Spigot 2020-03-10 13:15:56 -04:00
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