Legacy version of the plugin. For Godot Engine v2.xYou can find 3.0 version here: https://godotengine.org/asset-library/asset/188An abstraction layer for Godot Engine to enable interaction with Twitch chat.History---------* v1.3.0 - Add your aliases for commands. They become a regular commands with a cloned reaction, so you can manage them as regular commands; - Chat list is now present, so you can track what users join or leave your chat (the corresponding signals are there) .* v1.2.1 - Integrated interactive commands.You can now easily add commands for the bot and reaction callbacks to them in a glimpse of a second!
A Godot2+ Panel Addon designed to speed up folder creation in new projects, can also bulk create folders in other directories.
MMO Client for KrakenFramework
Small script to convert all .scn files in a project into .tscn
A pomodoro timer editor plugin. Improve your productivity!
A simple plugin that facilitates searching for placeholder assets.
The name-generator class is a GDScript 'static' class that provides a random name generation for Godot Engine.
Embrace a more data-driven workflow! Simply create a class which extends "data_item.gd" and create as many instances as you wish. Access the data with a powerful and simple to use API.Features:* Create data classes with the click of a button* Use gdscript to add properties and logic to your data classes, all instances will be Nodes* Supports binary and json serialization* Make use of the built-in export property hints* Add instance-specific custom properties* Access data with a simple API using the "data" singleton* ALPHA: Use the notification/observer system to react to changes in data items* ALPHA: Encrypt your data filesImportant: Do not forget to add a singleton called "data" which references the following file: "your_project/addons/godot_data_editor/data.gd"