Metadata-Version: 2.1
Name: McDFPy
Version: 1.0.0
Summary: A python library to create code for the Minecraft server DiamondFire (https://mcdiamondfire.com).
Home-page: https://github.com/AlignedCookie88/McDFPy
Author: AlignedCookie88
Author-email: AlignedCookie88 <contact@alignedcookie88.com>
License: MIT License
        
        Copyright (c) 2023 AlignedCookie88
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/AlignedCookie88/McDFPy
Project-URL: Bug Reports, https://github.com/AlignedCookie88/McDFPy/issues
Project-URL: Source, https://github.com/AlignedCookie88/McDFPy/
Keywords: minecraft,diamondfire,development
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
License-File: LICENSE

# McDFPy
 A python library to create code for the Minecraft server DiamondFire (https://mcdiamondfire.com).

Please note that this project is currently in very early development and is unfinished.
## Setup
To download and install McDFPy simply run the command `pip install MCDFPy`.

## Features

- Templates
- An interface for the Recode Item API (Socket).
- Support for some code actions, listed below.
- Support for all variable types except **items**.

Please note there is currently **no support** for tags.

## Supported Code Actions

- All of the **Player Event**s
- All of the **Player Action**s
- All of the **Set Variable** block.
- All of the **If Player** block.

More code actions will be coming soon.

## Usage
Usage can be found on the [wiki](https://github.com/AlignedCookie88/McDFPy/wiki).
