diff --git a/__init__.py b/RPG/__init__.py similarity index 100% rename from __init__.py rename to RPG/__init__.py diff --git a/config.py b/RPG/config.py similarity index 100% rename from config.py rename to RPG/config.py diff --git a/items.txt b/RPG/items.txt similarity index 100% rename from items.txt rename to RPG/items.txt diff --git a/local/__init__.py b/RPG/local/__init__.py similarity index 100% rename from local/__init__.py rename to RPG/local/__init__.py diff --git a/map.txt b/RPG/map.txt similarity index 100% rename from map.txt rename to RPG/map.txt diff --git a/mapData.txt b/RPG/mapData.txt similarity index 100% rename from mapData.txt rename to RPG/mapData.txt diff --git a/monsters.txt b/RPG/monsters.txt similarity index 100% rename from monsters.txt rename to RPG/monsters.txt diff --git a/players.txt b/RPG/players.txt similarity index 100% rename from players.txt rename to RPG/players.txt diff --git a/plugin.py b/RPG/plugin.py similarity index 100% rename from plugin.py rename to RPG/plugin.py diff --git a/test.py b/RPG/test.py similarity index 100% rename from test.py rename to RPG/test.py