Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/instructure/bukkitlti
An LTI tool plugin for Bukkit.
https://github.com/instructure/bukkitlti
Last synced: 7 days ago
JSON representation
An LTI tool plugin for Bukkit.
- Host: GitHub
- URL: https://github.com/instructure/bukkitlti
- Owner: instructure
- License: mit
- Created: 2014-08-12T00:10:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T08:26:41.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T20:25:43.877Z (7 months ago)
- Language: Java
- Size: 31.3 KB
- Stars: 4
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BukkitLTI
=========A [Bukkit](http://bukkit.org/) plugin for [MinecraftLTI](https://github.com/instructure/MinecraftLTI), for integrating Bukkit servers with LMS applications.
Links
-----
* [Demo video](http://www.youtube.com/watch?v=cTZgrmnaMko&list=UUSbm2g19jXCOfIe8OusD17w)
* [Tutorial video: Installation of Java, Craftbukkit and BukkitLTI](https://www.youtube.com/watch?v=h4YiyXCjM8U&list=PLVM3VuEHQJSXUWCNuC6dR4AXUVqLPOGmz&index=1)
* [Tutorial video: Configuration of BukkitLTI within Canvas VLE](https://www.youtube.com/watch?v=QfR6g7B_fzM&list=PLVM3VuEHQJSXUWCNuC6dR4AXUVqLPOGmz&index=2)
* [Tutorial video: Assessment in BukkitLTI](https://www.youtube.com/watch?v=FxuMaXqNDbM&list=PLVM3VuEHQJSXUWCNuC6dR4AXUVqLPOGmz&index=3)
* [Tutorial video: Grading in BukkitLTI](https://www.youtube.com/watch?v=lVu3nAX716E&list=PLVM3VuEHQJSXUWCNuC6dR4AXUVqLPOGmz&index=4)
* [Bukkit project](http://dev.bukkit.org/bukkit-plugins/bukkitlti/)Tutorial videos courtesy of [Joel Mills](https://twitter.com/iLearningUK).
Demo server
-----------Add the following LTI tool to your LMS:
* Configuration XML: http://minecraft.inseng.net:8133/config.xml
* Consumer key/secret: copy from http://minecraft.inseng.net:8133/consumerUsage
-----
* Download a JAR from the [project releases](https://github.com/instructure/BukkitLTI/releases)
* Add to the plugins directory of your Bukkit server
* Restart your server
* Access http://yourserver.example.com:8133/consumer for an LTI key and secret
* Add the LTI tool to your LMS using the key and secret and http://yourserver.example.com:8133/config.xmlDevelopment
------------
- clone [MinecraftLTI](https://github.com/instructure/MinecraftLTI)
- mvn install
- clone BukkitLTI
- mvn install
- copy the generated jar from your target directory into your Bukkit server's plugins directory