Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "trash_id": "guide-only",
- "trash_scores": {
- "default": -10000
- },
- "trash_description": "Language: Prefer X but i'll take Y",
- "name": "Language: Not English or Spanish",
- "includeCustomFormatWhenRenaming": false,
- "specifications": [
- {
- "name": "Not English",
- "implementation": "LanguageSpecification",
- "negate": true,
- "required": true,
- "fields": {
- "value": -2
- }
- },
- {
- "name": "Not Spanish",
- "implementation": "LanguageSpecification",
- "negate": true,
- "required": true,
- "fields": {
- "value": 4
- }
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement