diff --git a/MMOCore-Dist/src/main/resources/default/translation/Italian/gui/class-select.yml b/MMOCore-Dist/src/main/resources/default/translation/Italian/gui/class-select.yml
new file mode 100644
index 00000000..b09c0f76
--- /dev/null
+++ b/MMOCore-Dist/src/main/resources/default/translation/Italian/gui/class-select.yml
@@ -0,0 +1,56 @@
+#GUI display name
+name: Selezione della classe
+#Number of slots in your inventory. Must be
+#between 9 and 54 and must be a multiple of 9.
+slots: 27
+items:
+  class-rogue:
+    slots:
+      - 11
+    function: class-rogue
+    name: '&a&lThe Rogue'
+    hide-flags: true
+    lore:
+      - '{lore}'
+      - ''
+      - '{attribute-lore}'
+  class-mage:
+    slots:
+      - 12
+    function: class-mage
+    name: '&a&lThe Mage'
+    hide-flags: true
+    lore:
+      - '{lore}'
+      - ''
+      - '{attribute-lore}'
+  class-marksman:
+    slots:
+      - 13
+    function: class-marksman
+    name: '&a&lThe Marksman'
+    hide-flags: true
+    lore:
+      - '{lore}'
+      - ''
+      - '{attribute-lore}'
+  class-warrior:
+    slots:
+      - 14
+    function: class-warrior
+    name: '&a&lThe Warrior'
+    hide-flags: true
+    lore:
+      - '{lore}'
+      - ''
+      - '{attribute-lore}'
+  class-paladin:
+    slots:
+      - 15
+    function: class-paladin
+    name: '&a&lThe Paladin'
+    hide-flags: true
+    lore:
+      - '{lore}'
+      - ''
+      - '{attribute-lore}'