Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c8c416e
working with scala 2.12.7 and bukkit 1.13
joshcough Jan 1, 2019
1ca7370
added missing libs
joshcough Jan 1, 2019
8bd6a9a
got MultiPlayerCommands working again
joshcough Jan 2, 2019
44373da
implemented replace-under
joshcough Jan 5, 2019
fdee372
reimplemented warp plugin, using bukkit config.
joshcough Jan 5, 2019
3b3b795
progress on auto generating plugin.yml
joshcough Jan 6, 2019
2d02c0a
readded a bunch of plugins, made yml gen even better, reintroduced co…
joshcough Jan 7, 2019
1a2d460
removed all the horrible main functions. now using a simple config ob…
joshcough Jan 7, 2019
6074c68
made YMLGenerator main function nice, using argsParser
joshcough Jan 7, 2019
2792eb5
created sbt plugin: MinecraftPluginPlugin, reintroduced commonPlugins
joshcough Jan 9, 2019
3f2cd35
removed weird line of code that shouldn't have been there.
joshcough Jan 9, 2019
cad2b10
got tasks working again, reintroduced tasks into worldedit
joshcough Jan 9, 2019
a87a73b
Minor version bumping stuff
joshcough Jan 29, 2022
2389535
fixed most deprecation warnings, tests still busted though.
joshcough Jan 30, 2022
6a82673
deleted idea junk
joshcough Jan 30, 2022
1222ab4
upgraded to bukkit "1.16.1-R0.1" % "SNAPSHOT"
joshcough Jan 30, 2022
f75b596
deleted bukkit jar since we get it from a repo
joshcough Feb 1, 2022
f37d28b
scala3 upgrade
joshcough Jan 30, 2022
ea85ca5
Merge pull request #8 from joshcough/scala3
joshcough Feb 2, 2022
2786560
added tests back in, fixed a few small things
joshcough Feb 2, 2022
683be16
fix version
joshcough Feb 2, 2022
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
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
examples/src/main/resources/
target/
out/
.idea/workspace.xml
.idea/copyright/
.lib/
.idea
.idea_modules
plugins/
bukkit/
.DS_Store
Expand Down
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/IdeaProject.iml

This file was deleted.

14 changes: 0 additions & 14 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/encodings.xml

This file was deleted.

2 changes: 0 additions & 2 deletions .idea/highlighting.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/libraries/SBT__javax_servlet_servlet_api_2_5_provided.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/SBT__jline_jline_2_11.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/libraries/SBT__org_bukkit_bukkit_1_7_2_R0_2.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/SBT__org_clojure_clojure_1_4_0.xml

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions .idea/libraries/SBT__org_scala_lang_scala_library_2_11_0.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/SBT__org_scala_sbt_test_interface_1_0_test.xml

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/libraries/SBT__scala_2_10_3.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/libraries/servlet_api_2_5.xml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/projectCodeStyle.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/scala_compiler.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/scala_settings.xml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

29 changes: 0 additions & 29 deletions .idea_modules/Arena.iml

This file was deleted.

Loading