Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random horse coloration added to MobData - "mixed" #556

Open
wants to merge 3,961 commits into
base: 2.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
3961 commits
Select commit Hold shift + click to select a range
0b20055
Sorted TL files
khobbits May 4, 2013
f5b32f5
Update CS translation with some extra TL keys from tommymortago
khobbits May 4, 2013
aeb1b46
Update messages_fr.properties
theudis May 1, 2013
801acbb
Trim stored precision to below that of a double, to prevent rounding …
khobbits May 4, 2013
2d70bb1
Economy Madness
khobbits May 5, 2013
162b67a
Cleanup player argument matching in loops
khobbits May 5, 2013
c4ac744
Further economy cleanup
khobbits May 5, 2013
aaebb61
fix NPE in teleport code
snowleo May 5, 2013
6044cca
ECONOMY MADNESS? THIS IS … FIXED
snowleo May 5, 2013
0d34b9a
Cleanup
snowleo May 5, 2013
b49aaee
Catch both exceptions in EssentialsConf and valueOf instead of new
snowleo May 5, 2013
76a96d1
Make it compatible with Factions again.
snowleo May 5, 2013
9ec1a6b
Fix /sell to handle zero priced items again.
khobbits May 5, 2013
1bb7946
Couple more bits of Eco cleanup
khobbits May 5, 2013
ed57431
Add some sign debugging to /ess debug to help track down charging iss…
khobbits May 5, 2013
5f6cca8
[Feature] Withdraw from trade signs without dropping items as overflo…
khobbits May 6, 2013
0d02b91
Doesn't need this
snowleo May 7, 2013
7051801
Update ItemDb.java
snowleo May 7, 2013
59f67ac
Don't treat AFK players as god mode when dealing with food regen.
khobbits May 9, 2013
3042151
[Fix] Check initial direction when looking for a safe teleport spot
joejenniges May 10, 2013
af2c514
Throw console warning on slow economy api call.
khobbits May 12, 2013
8ebe55a
Make the lag warning configurable, useful to debug economy lag on lar…
khobbits May 12, 2013
6d317fd
Small tweak to warning display and make config variable 'economy-lag-…
khobbits May 12, 2013
29c9a46
Tiny listener optimizations.
khobbits May 12, 2013
5e6f6b2
Tweak /baltop to not show displaynames on vanished players.
khobbits May 12, 2013
274ad06
Fix null when trying to tempban players in console for times longer t…
khobbits May 18, 2013
727c53e
[Feature] Add hunger level to /whois
khobbits May 18, 2013
293406a
Tidy up /gc's TPS output.
khobbits May 18, 2013
9dc6e7a
Add indication of when kit's cannot be used yet, in the /kit output.
khobbits May 18, 2013
a738e49
Default chat formatting should strip all format codes, not just colours.
khobbits May 19, 2013
d76fe94
Don't throw NPE on broken sign state, just allow block to break.
khobbits May 19, 2013
5c05870
Improve user matching
khobbits May 20, 2013
d48c342
Fixing feed messages.
khobbits May 23, 2013
66911bb
Improve hidden player matching.
khobbits May 23, 2013
35783ee
Forgot to push Essentials spawn changes.
khobbits May 23, 2013
3bcd339
[Fix] Fix vanished player matching in: /seen /give /burn /nuke /tpall…
khobbits May 26, 2013
e4d041b
Fix /helpop for console use.
khobbits May 26, 2013
19451c1
Show teleport cancel messages to tpa user.
khobbits May 26, 2013
88c5b64
GeoIP already has a perm, doesn't need hidden behind essentials.seen.…
khobbits May 26, 2013
160a1a0
Standardize /getpos and /whois to use essentials.vanish.interact like…
khobbits May 26, 2013
423c8c5
Simplify player matching.
khobbits May 26, 2013
6512a53
Reduce duplicated broadcast code.
khobbits May 26, 2013
84874c9
Update inventory when closing ghost-dupe-able inventory, to remove gh…
khobbits May 26, 2013
1a4c2e8
Exempt [repair] signs from 'essentials.repair.all' permissions check.
khobbits May 26, 2013
7fe83db
Ignore extra spaces in kit config.
khobbits May 26, 2013
867bfbf
Better handle kit item casting.
khobbits May 27, 2013
b065f4a
Update Essentials spawn to use new kit params.
khobbits May 27, 2013
d6756a2
[Fix] Set some default mob data.
khobbits Jun 1, 2013
51f5548
[Feature]Extend spawning mob meta to allow more customized spawning:
khobbits Jun 1, 2013
55cee73
Allow spawning zombies with swords too.
khobbits Jun 1, 2013
43f4a69
Mute and sudo should check for essentials.vanish.interact permission.
khobbits Jun 2, 2013
5d5fee4
Attempt to fix /seen times on vanish.
khobbits Jun 2, 2013
0457705
Fix unit tests.
khobbits Jun 2, 2013
34daa56
Allow spawning zombies without the trademark gold boots.
khobbits Jun 5, 2013
a3e6996
Try and make toggles DRYer without loosing command flow.
khobbits Jun 8, 2013
b8300cc
Throw a little testing on toggle logic.
khobbits Jun 8, 2013
f48ed69
Essentials API cleanup and teleport possession fixing. (UNSTABLE)
khobbits Jun 8, 2013
a7b62c6
Teleport invulnerability should trigger on respawn as well as normal …
khobbits Jun 8, 2013
7276bcc
Trapdoors should be treated as half blocks, not transparent blocks.
khobbits Jun 8, 2013
ac6b748
Turn Target into a real class.
khobbits Jun 8, 2013
98e427e
Cleanup ITarget
khobbits Jun 8, 2013
09f67c9
Split util classes.
khobbits Jun 8, 2013
f38ed57
Alert give sender that the user was unable to receive all the items.
xeropresence Jun 4, 2013
bdb5d09
Fix arg length checks on /exp
necrodoom May 12, 2013
56f86c9
Update messages_fr.properties
theudis May 25, 2013
9976cc8
Allow use of deprecated teleport function through interface.
khobbits Jun 9, 2013
8755935
Remove old permissions handlers that are no longer used. This fixes a…
Iaccidentally Jun 9, 2013
c476471
Don't look up valid looking IP's in the player database.
khobbits Jun 9, 2013
a77c2d6
Restore support for replacing CAPITAL colour codes.
khobbits Jun 11, 2013
f1eae9b
Cleanup imports
Iaccidentally Jun 9, 2013
6bf57de
Merge branch 'release' of github.com:essentials/Essentials into 2.9
khobbits Jun 11, 2013
129fd53
Merge branch 'temp1' into 2.9
khobbits Jun 11, 2013
e4d7aac
no permissions is not an error, so dont output it as a warning
necrodoom Jun 12, 2013
ae2a03d
Merge pull request #485 from necrodoom/patch-29
khobbits Jun 12, 2013
fe86f3a
Reset suffix on /nick even if op and prefix/suffix are disabled.
khobbits Jun 13, 2013
b646bda
Update to 1.5.2 RB:
khobbits Jun 15, 2013
f598619
Clarify 'permission-based-item-spawn' config setting.
khobbits Jun 15, 2013
aa6d85e
Cleanup broadcast, allow limited keywords in.
khobbits Jun 16, 2013
8fb91c5
Allow new lines and add secure broadcast keywords.
khobbits Jun 16, 2013
07bcd17
Block external access to unsupported saveConfig() method.
khobbits Jun 17, 2013
2b4b152
fix typo in eco warning
necrodoom Jun 17, 2013
fdb5d85
Merge pull request #488 from necrodoom/patch-21
khobbits Jun 17, 2013
5338f6b
fix permission check typo (thanks to #4365)
necrodoom Jun 18, 2013
8ae0ea9
Merge pull request #489 from necrodoom/patch-23
joejenniges Jun 18, 2013
f8fb893
[Fix] Don't throw the wrong error message when using group limited ki…
khobbits Jun 19, 2013
a675204
Update NL locale
Jun 20, 2013
7648e38
Reduce restrictions on same item trading, so only identical items are…
khobbits Jun 20, 2013
aa6c6b4
Fix missing Unicode in NL TL
khobbits Jun 21, 2013
52ba151
Clean up exception types.
khobbits Jun 22, 2013
a15e0b3
[Feature] Expand /ci to allow removing certain amounts, and breakdown…
khobbits Jun 22, 2013
d3e0966
Update messages_nl.properties
Jun 22, 2013
dc14691
Update messages_nl.properties
Jun 22, 2013
88d025c
Merge pull request #498 from mozoa/patch-1
khobbits Jun 22, 2013
c801bc0
Update messages_nl.properties
Jun 23, 2013
1cb9ddf
[Feature] Allow the placing of spawners with predefined network id's …
khobbits Jun 23, 2013
19e4acf
Update messages_fr.properties
theudis Jun 23, 2013
9300529
Merge pull request #501 from theudis/patch-6
khobbits Jun 23, 2013
eeb9c13
Merge pull request #499 from mozoa/patch-1
khobbits Jun 23, 2013
66355f0
Update info.txt
khobbits Jun 24, 2013
c92ae00
Update KeywordReplacer.java
khobbits Jun 24, 2013
f264668
Changing a spawner should update its BlockState.
sahirshahryar Jun 25, 2013
c0ed864
Add missing variable.
khobbits Jun 25, 2013
8f1f68f
Merge pull request #502 from afistofirony/patch-1
khobbits Jun 25, 2013
9edc68b
Merge branch '2.x' of github.com:essentials/Essentials into 2.9
khobbits Jun 25, 2013
f6fc977
Reword some things, minor fixes and add punctuation.
goosewoman Jun 21, 2013
cd4bdb8
Add group/prefix/suffix support for zPermissions.
ZerothAngel Jun 21, 2013
1a49cdd
Fix null values.
khobbits Jun 25, 2013
0fdd367
update items.csv to Minecraft 1.6
necrodoom Jun 25, 2013
c69c78f
Don't automatically convert {chatparms} to [chatparams]
khobbits Jun 25, 2013
3de3f00
Let's make the default group colour orange.
khobbits Jun 26, 2013
cfc6ed9
fix socialspy toggles
necrodoom Jun 26, 2013
96cf363
Merge pull request #504 from necrodoom/patch-30
khobbits Jun 26, 2013
18d0183
[Fix] Fix toggle syntax in plugin.yml
khobbits Jun 26, 2013
3e519f9
Don't drop oversized stacks on the ground if player doesn't have over…
khobbits Jun 26, 2013
0292cb5
Drop messageFormat for simple string replace, remove duped ' marks.
khobbits Jun 27, 2013
f485cbc
Make the paging logic even more complicated.
khobbits Jun 28, 2013
42b7786
Minor colour tweak
khobbits Jun 27, 2013
db234b9
Force repair inventory refresh.
khobbits Jun 27, 2013
0e43233
Add {TEAMPREFIX} {TEAMSUFFIX} and {TEAMNAME} to chat formatting.
khobbits Jun 28, 2013
ff8c7b3
[API] A basic example of a custom event, more to come.
Iaccidentally Jun 28, 2013
90c1df7
[API] Remove some unneeded dependencies
Iaccidentally Jun 28, 2013
6a3c569
[API] Cleanup
Iaccidentally Jun 28, 2013
dded3ca
[API] fix references
Iaccidentally Jun 28, 2013
6af622b
[API] Fix package naming
Iaccidentally Jun 28, 2013
cb052e6
Update Plugin Metrics to R7
Hidendra Jun 29, 2013
f6fd0bd
Force reading in UTF-8 from .txt files
joejenniges Jun 30, 2013
d6ef0e1
Close the reader
joejenniges Jun 30, 2013
95a2fce
update items.csv to Minecraft 1.6
necrodoom Jun 25, 2013
d0795fc
Update Essentials for Bukkit 1.6.1-R0.1-SNAPSHOT
joejenniges Jul 2, 2013
188a214
Merge pull request #503 from necrodoom/patch-26
Iaccidentally Jul 2, 2013
522c3e8
Add command logging for CommandBlocks and other console types.
khobbits Jul 2, 2013
34f6487
Add carpet to safe teleport materials.
khobbits Jul 2, 2013
423a722
add horse egg
necrodoom Jul 2, 2013
df2ab97
Merge pull request #509 from necrodoom/patch-31
chrisgward Jul 2, 2013
817174e
Fix punctuation
mrarroyo Jul 7, 2013
3f5e2ad
Whoops, we shouldn't be leaking the user object.
khobbits Jul 7, 2013
3d29248
Misc cleanup
khobbits Jul 7, 2013
1abacf0
More cleanup
khobbits Jul 7, 2013
03a10e8
Update some new text
GabDug Jul 5, 2013
6d36042
Translation cleanup
khobbits Jul 7, 2013
2f4a19a
Update Polish and Swedish translations from crowdin
khobbits Jul 7, 2013
a369f9a
Standardize translation formatting.
khobbits Jul 7, 2013
4e9a426
Update to 1.6.2, adds new potion effect types
joejenniges Jul 9, 2013
427d8cc
Implement abstract methods
joejenniges Jul 9, 2013
3377e34
Fix user comparison.
khobbits Jul 9, 2013
499a1ae
Fix TL handling with escaped `'` marks.
khobbits Jul 9, 2013
aa65a2b
Update CB to 2808
khobbits Jul 9, 2013
2ad346e
[FEATURE] Add configurable max nick length
Iaccidentally Jul 10, 2013
e57aa0e
tweak default setting for max nick length
Iaccidentally Jul 10, 2013
61ed77b
Remove unused TL Keys
khobbits Jul 10, 2013
9f015c1
Update TL files from Crowdin, this commit resets untranslated English…
khobbits Jul 10, 2013
72fd893
Prevent speed from hitting absolute zero.
khobbits Jul 11, 2013
d858555
Don't cast sender to User.
khobbits Jul 11, 2013
406c9e8
Add horse to entity spawn protection blacklist
joejenniges Jul 11, 2013
ab359f6
fix mute message when chatting
necrodoom Jul 12, 2013
3d0f006
Merge branch '2.x' of https://github.com/essentials/Essentials into API
Iaccidentally Jul 13, 2013
dad348d
[API] Move 2.x API to new package, create dummy classes for compatibi…
Iaccidentally Jul 13, 2013
624f7ab
[API] Event framework
Iaccidentally Jul 13, 2013
f5624d4
[API] remove setters
Iaccidentally Jul 13, 2013
ef3b052
Remove old chat hook
khobbits Jul 13, 2013
adb5189
Add 'No one listening' message stub, will be empty by default and thu…
khobbits Jul 13, 2013
43c2c02
Fix failing XMPP build.
khobbits Jul 13, 2013
ecd2484
[API] fix other modules to use new packages
Iaccidentally Jul 13, 2013
c05ad04
Merge branch 'API' of https://github.com/essentials/Essentials into API
Iaccidentally Jul 13, 2013
200ad81
[API] fix implementation?
Iaccidentally Jul 13, 2013
cd51d71
[API] flip! (╯°□°)╯︵ ┻━┻
Iaccidentally Jul 13, 2013
fc63f63
Fix local message when no players are in the area
khobbits Jul 13, 2013
5eb3d9f
Wrap ItemDb accessors and move Item string matching to itemdb class.
khobbits Jul 13, 2013
d044ba2
Whoops, wrong event.
khobbits Jul 13, 2013
a14104c
Add support for /worth all and /worth hand
khobbits Jul 14, 2013
29ea24f
Throw syntax error instead of "For input string"
khobbits Jul 14, 2013
8009c15
Fix local chat spy tag order.
khobbits Jul 14, 2013
0d2dea4
Fix worth display bug
khobbits Jul 14, 2013
11f87ec
Tidy and slightly expand user API
khobbits Jul 14, 2013
00463a7
Try to restore basic api functionality
khobbits Jul 14, 2013
0bfe1ec
Update Craftbukkit
khobbits Jul 14, 2013
1f3e52a
Better handle esschat/GM reloading during async events.
khobbits Jul 14, 2013
f6f7112
Add missing param in /remove
khobbits Jul 15, 2013
419f516
Max near radius
necrodoom Jul 15, 2013
ba6fd95
Fix radius logic
khobbits Jul 15, 2013
bf675b2
Added horses to SpawnMob /spawnmob horse:<color><variant><style><chest>
okamosy Jul 16, 2013
e8d9951
Add scaling object cap for usermap, prevent huge memory usage, also c…
khobbits Jul 17, 2013
4483ff4
Log notice when chat ignore is blocked by another plugin.
khobbits Jul 17, 2013
3aca9f7
Added saddles to pigs and horses /spawnmob pig:saddle /spawnmob horse…
okamosy Jul 17, 2013
8aac502
Added horse armor /spawnmob horse:armor<iron|gold|diamond>
okamosy Jul 17, 2013
4eef8b5
Can't sell negative amount of items.
snowleo Jul 18, 2013
59515ae
Cleanup worth and sell messages
khobbits Jul 18, 2013
c1e39c7
Show if a IP is ip-banned on /seen <ip>
khobbits Jul 19, 2013
e3c83be
Refactored and cleaned up SpawnMob. Added context-aware help /spawnmo…
okamosy Jul 20, 2013
298da19
Fix max radius.
khobbits Jul 20, 2013
f251c9e
Restore deprecated trade api
khobbits Jul 23, 2013
3cfde70
Use the correct name in /sethome if you don't have sethome.others per…
khobbits Jul 23, 2013
eb22254
Close inventories before opening any others
joejenniges Jul 24, 2013
f50feed
fix mobdata typo
necrodoom Jul 25, 2013
0ef4dfd
Merge pull request #524 from necrodoom/patch-40
Iaccidentally Jul 25, 2013
ddc8c07
Restore vault compat
khobbits Jul 25, 2013
c155408
Update Commandkillall.java
Pocketkid2 Jul 29, 2013
bb7c8c3
Add missing command syntax for /spawnmob
khobbits Aug 3, 2013
12cd467
More missing syntax.
khobbits Aug 3, 2013
152cf98
Update Potions.java
Pocketkid2 Aug 4, 2013
b08aaec
Remove duplicate key
joejenniges Aug 4, 2013
4d87033
Force space after group in /list
khobbits Aug 4, 2013
53faf70
Update Translations from crowdin
khobbits Aug 4, 2013
cc1ae2c
Update Bukkit for 1.6.2R0.1 beta
khobbits Aug 5, 2013
0d9db22
display syntax if more than one argument to avoid confusion with comm…
necrodoom Aug 5, 2013
4cfa3fc
Update Mob.java
khobbits Aug 9, 2013
7401608
The /tpahere command now stores the location of 'here' rather than us…
khobbits Aug 11, 2013
8b11b87
General cleanup.
khobbits Aug 11, 2013
fb9fc57
Allow toggling vanish for other players
khobbits Aug 11, 2013
ee05bf3
Update plugin.yml and add some aliases (Evonuts is going to hate me)
khobbits Aug 11, 2013
09e8b87
When in fly+god mode or when in creative mode, don't use safe telepor…
khobbits Aug 11, 2013
c43574e
Fully support numerical worth yml data.
khobbits Aug 11, 2013
e9c0bd3
Prevent inf loop when adding air to kits.
khobbits Aug 11, 2013
d329d27
Restore safe location for /top
khobbits Aug 12, 2013
a3cae43
Fix NPE in /back when no previous location exists
joejenniges Aug 13, 2013
1ac5b42
Teleport cleanup
khobbits Aug 13, 2013
b3cae17
trim and replace spaces in chapter names to always work in commands
necrodoom Aug 13, 2013
794dd78
Update Commandremove.java
Pocketkid2 Aug 7, 2013
f17ad2c
fix config comment at heal-cooldown
necrodoom Aug 7, 2013
66eb920
Fix mail sendall from console skipping first param
khobbits Aug 13, 2013
ff41588
Gracefully handle botched plugin starts
khobbits Aug 13, 2013
ffae86d
Use user object to send messages when possible.
khobbits Aug 15, 2013
2928e8a
Use essentials itemdb for charge messages.
khobbits Aug 15, 2013
7bc84d6
items.csv - try move the most common item alias to top of aliases stack
necrodoom Aug 15, 2013
75fe543
Allow alternative command handler to also pass tab complete.
khobbits Aug 15, 2013
92a2244
Add muting offline players
khobbits Aug 18, 2013
b8cdd7d
Fix NPE in /kill when used from console. Thanks Necrodoom
khobbits Aug 18, 2013
3b8df2d
Fix feed cooldown bypass permission:
khobbits Aug 18, 2013
8cba8da
Fix a few issues with /list and group formatting.
khobbits Aug 18, 2013
543672a
Reset fall distance when toggling fly so fall damage is not accidenta…
khobbits Aug 18, 2013
3ccefb4
Fix tests
khobbits Aug 18, 2013
a29e1bf
Add support for multiple bookmarks/chapter names
khobbits Aug 18, 2013
a06a81c
New command /customtext - This command is intended to be used with bu…
khobbits Aug 18, 2013
7f27de4
Fix text file color code escaping (&&6 -> &6) Add support for color e…
khobbits Aug 19, 2013
3a4e4c5
Refresh default motd.
khobbits Aug 19, 2013
b85aaea
More colour.
khobbits Aug 20, 2013
ed00758
Add COORDS, UPTIME and TPS keywords
chrisgward Aug 20, 2013
cf79dad
Add support for {PLAYERLIST:GROUP} AND {PLAYERLIST:GROUP:<none>}
khobbits Aug 20, 2013
f96359e
Add another customtext example (including one with multiple aliases)
khobbits Aug 20, 2013
3fb4d1f
Don't allow buying partial item sets via trade signs.
khobbits Aug 28, 2013
eca3be5
Extend eco disable option to block eco lookups. This can be required…
khobbits Aug 28, 2013
62b4348
Don't waste cpu on /baltop if eco is disabled.
khobbits Aug 28, 2013
52e9cc6
This tp req cancel isn't needed anymore.
khobbits Aug 30, 2013
2973b13
Add debug output to keyword replacer
khobbits Aug 30, 2013
64743ef
Add support for coloured authors on books
khobbits Aug 31, 2013
9908eb0
Use Tamed instead of horse/ocelot/wolf
Pocketkid2 Aug 20, 2013
36c61ea
New enum cached, lazy generated KeywordReplacer
khobbits Aug 31, 2013
df5d9a4
Reimplement 'private' keywords.
khobbits Aug 31, 2013
c1a8627
Added component for spawning a horse of a random color and style - "m…
Sep 1, 2013
734d61f
Added component for spawning a horse of a random color and style - "m…
Sep 1, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/bukkit-0.0.1-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/Permissions3.jar"/>
</classpath>
47 changes: 47 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
.DS_Store
/BuildAll/nbproject/private/
/EssentialsProtect/nbproject/private/
/EssentialsChat/nbproject/private/
/EssentialsGroupBridge/nbproject/private/
/EssentialsGeoIP/nbproject/private/
/EssentialsSpawn/nbproject/private/
/EssentialsXMPP/nbproject/private/
/EssentialsGroupManager/nbproject/private/
/BuildAll/build/
/EssentialsGroupBridge/dist/
/EssentialsGroupBridge/build/
/EssentialsGeoIP/dist/
/EssentialsGeoIP/build/
/EssentialsGroupManager/build/
/EssentialsGroupManager/dist/
/BuildAll/dist/
/EssentialsChat/build/
/EssentialsChat/dist/
/EssentialsSpawn/build/
/EssentialsSpawn/dist/
/EssentialsXMPP/dist/
/EssentialsXMPP/build/
/EssentialsProtect/dist/
/EssentialsProtect/build/
/EssentialsPermissionsCommands/nbproject/private/
/EssentialsPermissionsCommands/build/
/EssentialsPermissionsCommands/dist/
/Essentials/nbproject/private/
/Essentials/dist/
/Essentials/build/
/YamlAnnotations/
/EssentialsUpdate/nbproject/private/
/EssentialsRelease/
/EssentialsUpdate/dist/
/EssentialsUpdate/build/
/WebPush/apikey.php
/WebPush/nbproject/private
/.idea
*.iml
/EssentialsGroupManager/bin
/EssentialsGroupManager/.externalToolBuilders
/EssentialsAntiBuild/nbproject/private/
/EssentialsAntiBuild/dist/
/EssentialsAntiBuild/build/
/jars
/out
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Essentials</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: java
jdk:
- oraclejdk7
- openjdk7
- openjdk6
script: ant collect
notifications:
irc:
channels:
- "irc.esper.net#lain"
on_success: change
on_failure: always
email:
recipients:
- "khobbits@ess3.net"
on_success: change
on_failure: always
74 changes: 74 additions & 0 deletions BuildAll/build.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- You may freely edit this file. See commented blocks below for -->
<!-- some examples of how to customize the build. -->
<!-- (If you delete it and reopen the project it will be recreated.) -->
<!-- By default, only the Clean and Build commands use this build script. -->
<!-- Commands such as Run, Debug, and Test only use this build script if -->
<!-- the Compile on Save feature is turned off for the project. -->
<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
<!-- in the project's Project Properties dialog box.-->
<project name="BuildAll" default="default" basedir=".">
<description>Builds, tests, and runs the project BuildAll.</description>
<import file="nbproject/build-impl.xml"/>
<!--

There exist several targets which are by default empty and which can be
used for execution of your tasks. These targets are usually executed
before and after some main targets. They are:

-pre-init: called before initialization of project properties
-post-init: called after initialization of project properties
-pre-compile: called before javac compilation
-post-compile: called after javac compilation
-pre-compile-single: called before javac compilation of single file
-post-compile-single: called after javac compilation of single file
-pre-compile-test: called before javac compilation of JUnit tests
-post-compile-test: called after javac compilation of JUnit tests
-pre-compile-test-single: called before javac compilation of single JUnit test
-post-compile-test-single: called after javac compilation of single JUunit test
-pre-jar: called before JAR building
-post-jar: called after JAR building
-post-clean: called after cleaning build products

(Targets beginning with '-' are not intended to be called on their own.)

Example of inserting an obfuscator after compilation could look like this:

<target name="-post-compile">
<obfuscate>
<fileset dir="${build.classes.dir}"/>
</obfuscate>
</target>

For list of available properties check the imported
nbproject/build-impl.xml file.


Another way to customize the build is by overriding existing main targets.
The targets of interest are:

-init-macrodef-javac: defines macro for javac compilation
-init-macrodef-junit: defines macro for junit execution
-init-macrodef-debug: defines macro for class debugging
-init-macrodef-java: defines macro for class execution
-do-jar-with-manifest: JAR building (if you are using a manifest)
-do-jar-without-manifest: JAR building (if you are not using a manifest)
run: execution of project
-javadoc-build: Javadoc generation
test-report: JUnit report generation

An example of overriding the target for project execution could look like this:

<target name="run" depends="BuildAll-impl.jar">
<exec dir="bin" executable="launcher.exe">
<arg file="${dist.jar}"/>
</exec>
</target>

Notice that the overridden target depends on the jar target and not only on
the compile target as the regular run target does. Again, for a list of available
properties which you can use, check the target you are overriding in the
nbproject/build-impl.xml file.

-->
</project>
Loading