Roll Dice

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a sandbox project, right now only an idea, yet to be implemented.

I need a die roller. I'm thinking of doing this in a block, with four fields and a log of recent roles showing. The log of rolls will look something like this:

[number]d[number] + [modifier] = [result]: [description]

Minecraft Players

Component type

module

Maintenance status

Development status

Component created

Component changed

Displays a list of online players in a block. Capable of using the Minecraft ping protocol as well as the Gamespy4 protocol.

Dependencies:

- minecraft_query

*Note*
If you are using a plugin that alters the message displayed when a server is pinged, it is likely it will have adverse effects on this module. Plugins like ServerListPlus modify the player sample and other data, causing issues in data parsing. If you are having issues, try turning off your plugins before posting an issue.

Minecraft Status

Component type

module

Maintenance status

Development status

Component created

Component changed

Displays the status of a minecraft server in a block. Display includes the ip of the server, the number of maximum and online players, an online indicator, and the version of the server. Capable of using the Minecraft ping protocol (Pre and post 1.7) as well as the Gamespy4 protocol.

Dependencies:

- minecraft_query

Minecraft Query

Component type

module

Maintenance status

Development status

Component created

Component changed

Exposes the xPaw PHP-Minecraft-Query library and the public methods within MinecraftQuery.php and MinecraftPing.php. Supports standard Minecraft ping protocol, both pre and post 1.7, as well as the Gamespy4 protocol.

Public Methods:

minecraft_query_ping_server($ip, $port, $timeout)

Pings a minecraft server using the Minecraft ping protocol and returns an array of data.

VR

Component type

module

Maintenance status

Development status

Component created

Component changed

This module makes it easy to create Virtual Reality Experiences using A-Frame Framework and Drupal 8.

A-Frame is a framework for creating virtual reality web experiences that work across desktop, mobile, and every VR viewer in the world.

Usage

todo...

Status

Ready to use.

Credits

Thanks to G-raph! for sponsoring a lot of time into this project.