In this thread I would like to ask you a little bit of information about the port of the plugin.
I would like to avoid opening different threads for different problems that I might meet, and put it all here. In addition, the code is GPL 3. Every one of you can participate!
What I’m doing now is to understand how the events works, I’m writing the various APIs that will put at disposal to other dev.
I would like to make it modular, so it is easier to manage. Dcentralize commands, arenas or even statistics. It is still in development!
I’m writing the API, I would like to know if there is an alternative to object “Block” from Bukkit. I found BlockLoc but does not seem to be in Sponge API 1.0.
------------------------------------------------------------
All tasks runnable from root project
------------------------------------------------------------
Build tasks
-----------
assemble - Assembles the outputs of this project.
build - Assembles and tests this project.
buildDependents - Assembles and tests this project and all projects that depend on it.
buildNeeded - Assembles and tests this project and all projects it depends on.
classes - Assembles classes 'main'.
clean - Deletes the build directory.
jar - Assembles a jar archive containing the main classes.
testClasses - Assembles classes 'test'.
Build Setup tasks
-----------------
init - Initializes a new Gradle build. [incubating]
wrapper - Generates Gradle wrapper files. [incubating]
Documentation tasks
-------------------
javadoc - Generates Javadoc API documentation for the main source code.
Help tasks
----------
components - Displays the components produced by root project 'BowWarfare'. [incubating]
dependencies - Displays all dependencies declared in root project 'BowWarfare'.
dependencyInsight - Displays the insight into a specific dependency in root project 'BowWarfare'.
help - Displays a help message.
projects - Displays the sub-projects of root project 'BowWarfare'.
properties - Displays the properties of root project 'BowWarfare'.
tasks - Displays the tasks runnable from root project 'BowWarfare' (some of the displayed tasks may belong to subprojects).
Verification tasks
------------------
check - Runs all checks.
test - Runs the unit tests.
Other tasks
-----------
downloadLicenses
install - Installs the 'archives' artifacts into the local Maven repository.
licenseFormat
Well, then you should probably use the idea gradle plugin to keep your dependencies synchronized. Anyway, check if your project has the right version of the SpongeAPI in its dependencies.
I want to know if I should still save the information to a text file.
I would like to save on Sqlite. There is something ready or I have to integrate the driver?