Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
bd1efee
Add LotteryBuyTicketEvent (cancelable) and LotteryDrawEvent (just for…
goosewoman Sep 25, 2014
66663ad
fix events to show proper values
goosewoman Nov 6, 2014
76453ef
port to maven, and remove the old economy support. Everything goes th…
goosewoman Jan 8, 2016
9678e74
reformat, replace all tabs with spaces.
goosewoman Jan 8, 2016
44a6086
update gitignore
goosewoman Jan 8, 2016
bc5d4f1
UUID Conversion and removal of old files
goosewoman Jan 8, 2016
ac4d13e
move yml files to resources directory
goosewoman Jan 8, 2016
63555d3
Can't forget to initialize Vault now, can we?
goosewoman Jan 8, 2016
06412bd
fix mistake
goosewoman Jan 8, 2016
d774e31
fix uuid loading mistake.
goosewoman Jan 8, 2016
486a44a
Using a Map wasn't my best idea.
goosewoman Jan 8, 2016
1d49fc5
Add winnername to LotteryDrawEvent
goosewoman Jan 8, 2016
723e447
Bump version up to 1.0.0
goosewoman Jan 8, 2016
49656f9
Performance improvements. Should fix lag/crashes when playing with ex…
goosewoman Jan 9, 2016
fbdc9ab
remove debug messages
goosewoman Jan 13, 2016
c5aeb09
update to 1.9
goosewoman Mar 2, 2016
4950154
Update config.yml
goosewoman Jul 14, 2016
4240208
Removed .idea folder, Add files, dirs to .gitignore
kodehat Mar 2, 2017
809e588
Update to Minecraft 1.10.2, Update to Java 8, Add draw notify permission
kodehat Mar 2, 2017
18a7a77
Update to Minecraft 1.11.2, Update to Java 8, Add draw notify permission
kodehat Mar 2, 2017
e22379e
Merge branch 'master' of github.com:Pixelhash/Lottery
kodehat Mar 2, 2017
8bb4e41
Merge pull request #1 from Pixelhash/master
goosewoman May 1, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .classpath

This file was deleted.

13 changes: 0 additions & 13 deletions .externalToolBuilders/Makejar.launch

This file was deleted.

21 changes: 12 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
/nbproject/private/
/.externalToolBuilders/
/build/
/dist/
/bin
/nbproject/pmd.settings
/.idea/workspace.xml
/.idea/ant.xml
/.idea/workspace.xml
# We use maven!
/build.xml

# Maven
/target
dependency-reduced-pom.xml

# IntelliJ
*.iml
*.ipr
*.iws
.idea/
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/codeStyleSettings.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .idea/compiler.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/copyright/profiles_settings.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/encodings.xml

This file was deleted.

19 changes: 0 additions & 19 deletions .idea/libraries/Libs.xml

This file was deleted.

14 changes: 0 additions & 14 deletions .idea/misc.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/modules.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/scopes/scope_settings.xml

This file was deleted.

125 changes: 0 additions & 125 deletions .idea/uiDesigner.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/vcs.xml

This file was deleted.

27 changes: 0 additions & 27 deletions .project

This file was deleted.

Loading